#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):

 Replying to [comment:191 jpflori]:
 This line
 > {{{
 > void fmpq_poly_set_fmpz_poly(fmpq_poly_t rop, const fmpz_poly_t op)
 > {
 >           ....
 >           printf("addr: %lX ", (unsigned long) op->coeffs+i);
 >           ....
 > }}}
 was supposed to be
 {{{
 void fmpq_poly_set_fmpz_poly(fmpq_poly_t rop, const fmpz_poly_t op)
 {
           ....
             printf("addr: %lX ", (unsigned long) (op->coeffs+i));
           ....
 }}}

 The additional one appearing sometimes there is strange:
 > {{{
 > 0x1152447d0
 > 152447D0
 > ...
 > id = 1152447D0
 > }}}
 Maybe some casting problems?

 On Linux, I get the same value the three times.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12173#comment:194>
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