-
Notifications
You must be signed in to change notification settings - Fork 264
Adding CCi to M2 #4040
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
base: development
Are you sure you want to change the base?
Adding CCi to M2 #4040
Conversation
Matrix internals have changed
Add factory patch
RRb and CCb will be added later and will use GC-allocated memory.
InexactNumber (w/o the apostrophe) already does. This also simplifies promotion for inexact numbers, as when the ring has Number as an ancestor, then we promote directly in the engine rather than promoting chain-wise through each of the base rings.
|
I don't know why the test is failing (did we break something or is something bigger broken?) Help would be appreciated. I found the change that was causing this. But, I'm not sure the best way to do this. |
|
I briefly checked over the most recent changes, and I'm OK with them. I didn't see any drastic changes there (indenting and tests, only, I think). I also did a check with my local copy, and I didn't see any issues. I'm ok with merging whenever you're happy (and the review has passed). |
This is work started at the M2 conference in Madison. This is the pull request to add CCi support to M2. This includes implementations in the M2 language, the D-language, and aring support for polynomials and matrices in the back-end.