-
Notifications
You must be signed in to change notification settings - Fork 33
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
Broken promotions #459
Comments
Thanks for the report. I will have a look. |
Where do you need this? I am a bit hesitant to add it. |
It's just for convenience (and it worked before...) I can always add it manually in my package. Also coercion works already so it makes sense to allow promotion julia> R = Singular.PolynomialRing(Singular.QQ, ["x"])[1];
julia> R(Singular.Nemo.QQ(1//2))
1//2 |
Yes, I understand. If we add a promote rule, it will be called automatically. For |
I agree. |
I updated Singular and some promotions are broken
https://github.com/8d1h/IntersectionTheory/runs/3060958843?check_suite_focus=true
I guess this is due to Nemocas/AbstractAlgebra.jl#927
The text was updated successfully, but these errors were encountered: