#4000: Implement QQ['x'] via Flint ZZ['x'] + denominator
------------------------------+---------------------------------------------
 Reporter:  malb              |         Owner:  somebody                        
                          
     Type:  enhancement       |        Status:  needs_review                    
                          
 Priority:  blocker           |     Milestone:  sage-4.6                        
                          
Component:  basic arithmetic  |    Resolution:                                  
                          
 Keywords:                    |        Author:  Sebastian Pancratz, Martin 
Albrecht                       
 Upstream:  N/A               |      Reviewer:  John Cremona, Martin Albrecht, 
Alex Ghitza, Harald Schilly
   Merged:                    |   Work_issues:                                  
                          
------------------------------+---------------------------------------------
Changes (by mpatel):

  * work_issues:  Solaris build error, doctest error =>


Comment:

 The tests pass with a trial 4.6.alpha3 (which is probably the same as
 alpha2 for this ticket) on sage.math, except for
 {{{
 #!python
 sage -t -long -force_lib
 "devel/sage/sage/rings/number_field/number_field_ideal.py"
 **********************************************************************
 File
 
"/mnt/usb1/scratch/mpatel/apps/sage-4.6.a3/devel/sage/sage/rings/number_field/number_field_ideal.py",
 line 194:
     sage: NumberField(x^2 + 1, 'a').ideal(7).__hash__()
 Expected:
     -9223372036854775779
 Got:
     -288230376151711715
 }}}
 On David Kirkby's !OpenSolaris machine hawk, I get
 {{{
 #!python
 sage -t -long -force_lib
 "devel/sage/sage/rings/number_field/number_field_ideal.py"
 **********************************************************************
 File
 
"/export/home/buildbot/build/sage/hawk-1/hawk_full/build/sage-4.6.alpha3/devel/sage/sage/rings/number_field/number_field_ideal.py",
 line 194:
     sage: NumberField(x^2 + 1, 'a').ideal(7).__hash__()
 Expected:
     -2147483619
 Got:
     -67108835
 }}}

 I'm inclined to merge this into 4.6.alpha3.  We can open a new ticket for
 the new error, unless it indicates a serious problem.  I'd like to release
 4.6.alpha3 in a day or so, so please let me know as soon as possible.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4000#comment:123>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to