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

Remove feature = "nightly" gate where unneeded #232

Merged

Conversation

FreezyLemon
Copy link
Contributor

The nightly feature hides some testing helpers and macros, and all tests using any of them need to be hidden behind the nightly feature too.

This isn't great (see #228) and I want to increase the amount of tests that can be run without unstable and/or nightly compiler features. The tests modified in this PR are low-hanging fruit, they don't require any nightly feature at all.

@RationalAsh
Copy link
Contributor

Just saw this after I added my comment on the previous thread. This will be helpful!

@YeungOnion
Copy link
Contributor

Thanks for this!

@YeungOnion YeungOnion merged commit cd4f2d9 into statrs-dev:master May 26, 2024
2 checks passed
@FreezyLemon FreezyLemon deleted the remove-unneeded-nightly-gate branch May 26, 2024 15:39
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.

3 participants