Several tickets that librae has tested recently fail building with

Error compiling Cython file:
------------------------------------------------------------
...
include 'sage/ext/interrupt.pxi'

from libc.stdint cimport uint8_t

cdef class FastDigraph:
    cdef uint8_t n
                ^
------------------------------------------------------------

sage/graphs/graph_decompositions/fast_digraph.pyx:23:17: C attributes cannot be added in implementation part of extension type defined in a pxd


See for example http://patchbot.sagemath.org/ticket/18825/

Given that this identical error occurs in several patchbot reports, I think it's the patchbot which is broken and not the tickets.

PS: is there a way to see all tickets that a given patchbot has tested, *sorted by date/time*?

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" 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-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to