-
Notifications
You must be signed in to change notification settings - Fork 84
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
Change compile requirements for running cargo test
#233
Comments
Related: #232 I'm pretty sure the I wonder about the second part. Does |
|
resolved by #234 |
Do we need the nightly compiler just for the test suite? The requirement is for feature
fn_traits
(I believe this requires featureunboxed_closures
) is fromstatrs::testing_boiler
but nowhere else.Feedback seems to be,
statrs::testing_boiler
, not clear what line test is defined on.Open to other feedback, but what I'm imagining is a few proc macros that expand to unwraps or assertions
create(dist_family_name, tuple_of_dist_parameters, ...error msg)
bad_create(...
sim to previous asserting is_errtest_almost(dist_family_name, tuple_of_dist_parameters, dot_method_call_with_args, ...error_msg)
The text was updated successfully, but these errors were encountered: