-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
primes_of_degree_one is broken for relative extensions #6396
Comments
comment:1
Here's a patch. Turns out that the bug was due to using the wrong generator. I've set it to use (Nick, since he wrote the original code.) David |
comment:2
This looks good to me, and I am cautiously optimistic that the method will select the same generator on all architectures. Apply. |
Reviewer: Nick Alexander |
Author: David Loeffler |
comment:5
Doctest failures when applied to 4.1.alpha1
|
comment:6
Aargh! Every damn thing we do with ideals seems to return different answers on different platforms -- I've never understood why this is and it's fantastically annoying. The ideals are the same ones, of course, but their string representations are different because Pari picks generators in a totally unpredictable way. I'll fix this when I get around to it (probably after SD16 is over) David |
Attachment: trac_6396-deg1primes.patch.gz |
comment:7
Can you try this new patch and see if it works better for you? It works on my machine, but then so did the last one, and there is no sage.math binary of 4.0.2 available AFAIK. |
comment:9
BTW: having built myself a 4.1.alpha1 on sage.math overnight, I've checked that it passes doctests there too. Can I just reinstate the positive review now, or does it need to be re-reviewed? |
comment:10
Hello? I'm marking this as "positive review" so it comes to the attention of the release managers for 4.1.1, who can decide as they see fit what to do given the slightly ambiguous status. All that's needed is for someone to check that the doctests pass on both 64-bit and 32-bit. (I really would prefer it if this patch didn't hang around bitrotting forever -- this is necessary for a major project I'm working on, which seems to have exposed a remarkable number of bugs; see also #6457, #6458, #6462 and #6463.) |
Attachment: trac_6396-reviewer.patch.gz reviewer patch; fix minor docstring formatting |
Changed reviewer from Nick Alexander to Nick Alexander, Minh Van Nguyen |
comment:11
The patch |
Merged: sage-4.1.1.alpha0 |
comment:13
See #6806 for a follow up to this ticket. |
This is kind of irritating:
CC: @ncalexan
Component: number theory
Author: David Loeffler
Reviewer: Nick Alexander, Minh Van Nguyen
Merged: sage-4.1.1.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/6396
The text was updated successfully, but these errors were encountered: