#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:243 jdemeyer]:
> The main argument in favour of `typedef` is that some other libraries
(including `glibc`, which should be a strong precedent and `zn_poly`) also
use `typedef`. And it's not a problem to have the same `typedef` twice.
{{{
#!C
typedef unsigned long ulong;
typedef unsigned long ulong;
}}}
gives an error (redefinition of ulong) at least with earlier versions of
GCC. `clang` is more verbose:
{{{
typedef.c:3:23: warning: redefinition of typedef 'ulong' is a C11 feature
[-Wtypedef-redefinition]
typedef unsigned long ulong;
^
typedef.c:1:23: note: previous definition is here
typedef unsigned long ulong;
^
1 warning generated.
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12173#comment:244>
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.