-
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
Rename mul
to *
#2913
Rename mul
to *
#2913
Conversation
The corresponding Hecke version was released and the deprecation broke the Oscar CI. |
Thanks for working on this! I restarted all ci jobs that failed (mostly due to overly long build steps). But overall, it seems to be fine after your change. |
@benlorenz is there something we need to change in the downstream tests to catch this? I am pretty sure they showed success. |
This failure is expected with the current setup in Oscar. I created #2956 as a try to change that for the future. |
It is fine that Oscar expects this. It is not fine, that this is not catched in downstream tests. How does #2956 fix this? Shouldn't the fix involve https://github.com/oscar-system/OscarDevTools.jl? |
It doesn't strictly fix this it just avoids breaking the whole CI and instead shows just one failing job when Oscar triggers deprecations.
We could enable depwarn=error there as well but I am not sure if this is the best approach, as explained above. |
Codecov Report
@@ Coverage Diff @@
## master #2913 +/- ##
==========================================
- Coverage 80.41% 80.35% -0.06%
==========================================
Files 470 470
Lines 66601 66648 +47
==========================================
- Hits 53556 53555 -1
- Misses 13045 13093 +48
|
Oscar side of thofma/Hecke.jl#1243