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

Comment (by leif):

 Replying to [comment:237 jdemeyer]:
 > As for `ulong`: I think the correct solution is
 > {{{
 > typedef unsigned long ulong;
 > }}}
 > instead of `#define`. This `typedef` is compatible with the common C
 libraries. Of course, the workaround currently in `zn_poly` would need to
 be removed too.

 Well, the disadvantage of `typedef`s (vs. `#define`s) is always that
 there's no way to test (with the preprocessor) whether a type is already
 (`type`)def'd (other than checking such in `configure` and defining
 `HAVE_TYPEDEF_FOO` etc.).

 As mentioned elsewhere, in the present cases it would IMHO be cleaner to
 use `mp_limb_t` anyway (which of course isn't that much shorter or easier
 to type than `unsigned long`).

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