On Dec 5, 4:39 pm, John H Palmieri <[EMAIL PROTECTED]> wrote:
> On Dec 5, 10:35 am, mabshoff <[EMAIL PROTECTED]> wrote:
Hi John,
> > It would be interesting to see if anyone can reproduce the upgrade
> > problem on one hand and on the other if a -ba had fixed it.
>
> sage -ba crashes because integer.pyx is corrupted (presumably from the
> upgrade process): lines 135 - 142 look like
> {{{
> from sage.libs.pari.gen cimport gen as pari_gen, PariInstance
> <<<<<<< local
>
> =======
>
> >>>>>>> other
>
> import sage.rings.infinity
>
> }}}
>
> I wonder if this was a version of integer.pyx which I had edited while
> working on #4639, and that somehow messed up the upgrading.
The above is a typical merge problem, so no real suprises that you saw
crashes. But it is good to know that the dependency code is not to
blame here.
Cheers,
Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---