-
-
Notifications
You must be signed in to change notification settings - Fork 622
get rid of CommutativeRing in p-adics #40160
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
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.
LGTM.
Sorry, this is my fault for using You use |
right, so the base ring should be fixed, todo |
@r-mb : what would be the best base ring ? ZZ or self ? |
Both would be fine. I have chosen |
merci, voilà |
ok, ok |
(assuming all test pass as they do on my device) |
sagemathgh-40160: get rid of CommutativeRing in p-adics using `Parent` instead of the auld class `CommutativeRing` there ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. URL: sagemath#40160 Reported by: Frédéric Chapoton Reviewer(s): Rubén Muñoz--Bertrand, Travis Scrimshaw
using
Parent
instead of the auld classCommutativeRing
there📝 Checklist