-
Notifications
You must be signed in to change notification settings - Fork 132
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
Add CI tests to our projects looking for "bad" exports #1964
Comments
For completeness, the fix for |
We could just use https://github.com/JuliaTesting/Aqua.jl (I used it successfully locally in the past). |
I am working on |
I like @thofma s suggestion very much. |
I added a first try to use it in #2370 now that the wrong exports have been removed (thanks, @lkastner!). |
We sometimes accidentally export non-existing things. E.g. from current Oscar.jl:
The
:p
one is due to a typo, @HereAround is already fixing it.I suggest the following:
The text was updated successfully, but these errors were encountered: