Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-30 | Make per-variant Arbitrary impls too | John Ericson | |
This is a nice idea that @roberth requested. If we could factor our a generic `std::variant` impl as a follow-up it would be even better! | |||
2023-01-29 | More property tests | John Ericson | |
Also put proper comparison methods on `DerivedPath` and `NixStringContextElem`, which is needed for the tests but good in general. |