#12173: Update FLINT to 2.3
---------------------------------------------------------------------+------
       Reporter:  mhansen                                            |         
Owner:  tbd         
           Type:  enhancement                                        |        
Status:  needs_work  
       Priority:  major                                              |     
Milestone:  sage-5.8    
      Component:  packages                                           |    
Resolution:              
       Keywords:  flint spkg                                         |   Work 
issues:  OS X        
Report Upstream:  N/A                                                |     
Reviewers:  John Cremona
        Authors:  Mike Hansen, Fredrik Johansson, Jean-Pierre Flori  |     
Merged in:              
   Dependencies:  #12433                                             |      
Stopgaps:              
---------------------------------------------------------------------+------

Comment (by jpflori):

 I could put my hand on a Mac OS X 10.7 where the problems occur.

 At least one of the really worrying things is as follow:
 * converting an integer coefficients poly to a rational coeffs one kill
 all coeffs after any coeff whose size is larger than 64.stg bits.
 * but they are not really killed as the poly is still aware of it degree
 and you can still test equality of the original int poly with the new rat
 poly and get True.
 That's the problem behind all the factor() calls giving stupid results
 (and maybe other failing doctests).

 There seems to be a problem in the call to fmpq_poly_set_fmpz_poly in
 polynomial_rational_flint.pyx at line 257.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12173#comment:186>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to