-
Notifications
You must be signed in to change notification settings - Fork 63
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
Refactor polysubst.jl
#1889
base: master
Are you sure you want to change the base?
Refactor polysubst.jl
#1889
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1889 +/- ##
==========================================
- Coverage 88.14% 88.13% -0.01%
==========================================
Files 120 119 -1
Lines 30288 30290 +2
==========================================
- Hits 26696 26695 -1
- Misses 3592 3595 +3 ☔ View full report in Codecov by Sentry. |
Fine by me but unfortunately it breaks HeckeCI tests:
Also OscarCI with a similar one |
Good look with the ambiguities. It is a bit hard to check that this does not introduce regressions. Accidentally this could change things that used to compute |
The ambiguities only occur if we only have this patch in but not the one for Nemo. So let me mark this as breaking, and we can apply it with the next breaking release. Regarding @thofma s comment: I don't see how this could be possible. The only difference is that if one calls Edit: maybe there are some changes regarding stacks of poly rings. I'll play around with it |
All I was trying to say is that we (the reviewers) have to check a bit more carefully, since for many argument combinations, both |
1a0fc3f
to
ade496d
Compare
OK but if there are combinations were only one (or neither 😨 ) gives right results, then surely the very first thing we should do is to add those to the tests ... :-) |
Contains #1888 to avoid conflicts.
This goes in hand with Nemocas/Nemo.jl#1933, but should hopefully be non-breaking on its own. Let's wait for CI to verify that.