On Wednesday, January 2, 2019 at 7:25:30 AM UTC+1, François Bissey wrote:
>
> We already have seen it in 8.5.beta but no one has opened a ticket yet for
> it
> I think. Nor does anyone knows the real trigger for it.
> Because I first spotted it in sage-on-gentoo I thought that it was a
> sqli
I opened #26994
https://trac.sagemath.org/ticket/26994
Le 02/01/2019 à 07:25, François Bissey a écrit :
We already have seen it in 8.5.beta but no one has opened a ticket yet for it
I think. Nor does anyone knows the real trigger for it.
Because I first spotted it in sage-on-gentoo I though
"C]" and "Cr" are indeed different graphs but *isomorphic* ones
sage: G1 = Graph('C]')
sage: G2 = Graph('Cr')
sage: G1 == G2
False
sage: G1.is_isomorphic(G2)
True
An other cause for the difference might be that somewhere vertices
are sorted, and this sorting has changed.
Vincent
Le 02/01/2019
I thought so at first but look harder for example the last 3 lines
C] 44
C^ 45
C~ 46
and
Cr 44
C^ 4
Is this purely whitespace difference?
On Wed, 2 Jan 2019 14:25 François Bissey We already have seen it in 8.5.beta but no one has opened a ticket yet for
> it
> I think. Nor does anyone knows the real trigger for it.
> Because I first spotted it in sage-on-gentoo I thought that it was a sqlite
>
We already have seen it in 8.5.beta but no one has opened a ticket yet for it
I think. Nor does anyone knows the real trigger for it.
Because I first spotted it in sage-on-gentoo I thought that it was a sqlite
version mismatch, but pure sage people started to report it…
François
> On 2/01/2019, a
Hello,
On 8.6.beta1 I have reproducible doctest failures in
databases/sql_db.py. The origin might be
Trac #26702: Py3: Fix database/sql_db module for python3
Vincent
sage -t --long src/sage/databases/sql_db.py
**
File "src/s