Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hash, std::iter support, new Error type #4

Merged
merged 7 commits into from Aug 27, 2023
Merged

Hash, std::iter support, new Error type #4

merged 7 commits into from Aug 27, 2023

Conversation

neysofu
Copy link
Owner

@neysofu neysofu commented Aug 27, 2023

This PR contains breaking changes so I'll have to release a new major release, namely 2.0.0.

  • Add support for Hash, Iterator, DoubleEndedIterator, FusedIterator. For all of these we have "main" checkers at the crate root as well as specific invariant checkers in reletester::invariants, like we have for now for the other traits.
  • We now check Ord::clamp, which was a TODO until now.
  • Split the Error type in more enums, so that functions can return more specific types.
  • Improve the documentation, add tests and examples.

Closes #1, closes #2, closes #3.

Signed-off-by: Filippo Costa <filippo@neysofu.me>
Signed-off-by: Filippo Costa <filippo@neysofu.me>
Signed-off-by: Filippo Costa <filippo@neysofu.me>
Signed-off-by: Filippo Costa <filippo@neysofu.me>
Signed-off-by: Filippo Costa <filippo@neysofu.me>
Signed-off-by: Filippo Costa <filippo@neysofu.me>
Signed-off-by: Filippo Costa <filippo@neysofu.me>
@neysofu neysofu merged commit 96204db into main Aug 27, 2023
2 checks passed
@neysofu neysofu deleted the filippo/2.0-dev branch August 27, 2023 15:06
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.

Check consistency of Eq and Hash Documentation for the duality checker Check Ord::clamp
1 participant