Skip to content

Conversation

@zhassan-aws
Copy link
Contributor

Description of changes:

Added several convenience APIs to the RMC crate for creating non-deterministic slices.

Resolved issues:

Resolves #614

Call-outs:

Testing:

  • How is this change tested? Added two new tests

  • Is this a refactor change? No

Checklist

  • Each commit message has a non-empty body, explaining why the change was made
  • Methods or procedures are documented
  • Regression or unit tests are included, or existing tests cover the modified code
  • My PR is restricted to a single feature or bugfix

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

@zhassan-aws zhassan-aws requested a review from a team as a code owner November 23, 2021 01:31
Copy link
Contributor

@celinval celinval left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we rename these functions to any_* to follow the same new name of nondet that we discussed offline?

@zhassan-aws
Copy link
Contributor Author

Should we rename these functions to any_* to follow the same new name of nondet that we discussed offline?

I prefer if we rename all of them at the same time once we settle on the new name.

@zhassan-aws zhassan-aws requested a review from celinval November 29, 2021 22:29
Copy link
Contributor

@celinval celinval left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few minor comments.

@zhassan-aws zhassan-aws merged commit 95356a0 into model-checking:main Dec 1, 2021
@zhassan-aws zhassan-aws deleted the nondet-slices branch December 1, 2021 22:59
tedinski pushed a commit to tedinski/rmc that referenced this pull request Apr 26, 2022
…model-checking#663)

Added new APIs to the RMC crate for creating non-deterministic slices
tedinski pushed a commit that referenced this pull request Apr 27, 2022
…#663)

Added new APIs to the RMC crate for creating non-deterministic slices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

An API for creating a non-deterministic slice

3 participants