Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
HasDomain
with a dynamic call that supports multiple arguments
This also allows reusing the same generator logic between logspace tests and extensive tests, so comes with a nice bit of cleanup. Changes: * Make the generator part of `CheckCtx` since a `Generator` and `CheckCtx` are almost always passed together. * Rename `domain_logspace` to `spaced` since this no longer only operates within a domain and we may want to handle integer spacing. * Domain is now calculated at runtime rather than using traits, which is much easier to work with.
- Loading branch information