-
Notifications
You must be signed in to change notification settings - Fork 72
Rename dense_poly_type to poly_type
#2202
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2202 +/- ##
=======================================
Coverage 87.95% 87.95%
=======================================
Files 127 127
Lines 31773 31773
=======================================
Hits 27947 27947
Misses 3826 3826 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
lgoettgens
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is also dense_poly_ring_type that should be renamed analogously.
src/Aliases.jl
Outdated
| @alias nrows number_of_rows | ||
| @alias nvars number_of_variables | ||
|
|
||
| # TEMPORARY HACK -- delete after Nemo & Hecke have been updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a dedicated section for these kinds of aliases in
| # ALL aliases here are only a temporary measure to allow for a smooth transition downstream. |
function poly_type end anymore
dense_poly_type to poly_type
Co-authored-by: Lars Göttgens <lars.goettgens@gmail.com>
OK, I can do that too. I saw it, and meant to ask... then forgot about it! |
…Algebra.jl into JAA/dense_poly_type
Co-authored-by: Lars Göttgens <lars.goettgens@gmail.com>
Resolves #1301.
Fairly mindless global string substitution. Do I need to create an alias in
src/aliases.jl?