[sage-devel] Re: problem using magma in notebook with 4.7

2011-05-29 Thread Nils Bruin
Confirmed. This is now http://trac.sagemath.org/sage_trac/ticket/11401. (for Rob Beezer: #11374 only fixes a typo in a doctest. This must be another issue). No idea what the problem is, but it's an annoying one. I do use the notebook interface for magma occasionally, especially for presentations.

[sage-devel] Re: Solving a gcd equation for polynomials

2011-05-29 Thread Rob Beezer
On May 29, 2:09 am, javier wrote: > I have been looking at the paper and at first glance don't see any > reason that would prevent the stabilization algorithm from working > over any Euclidean domain, as there you have division with remainder, > gcd, xgcd, all ideals are principal, sum of ideals i

[sage-devel] Re: problem using magma in notebook with 4.7

2011-05-29 Thread Rob Beezer
Is this the problem? http://trac.sagemath.org/sage_trac/ticket/11374 It's a one-character patch, but I couldn't review it since I do not have access to Magma. Rob On May 29, 3:06 pm, John Cremona wrote: > Can someone with magma try running a notebook which has magma set as > the default langua

[sage-devel] problem using magma in notebook with 4.7

2011-05-29 Thread John Cremona
Can someone with magma try running a notebook which has magma set as the default language? Some weird things are happening, with the output out of sync with the input, as though the identifiers were getting messed up. I will try to create an actual test case, sorry this is vague. John -- To po

[sage-devel] Re: Solving a gcd equation for polynomials

2011-05-29 Thread javier
I have been looking at the paper and at first glance don't see any reason that would prevent the stabilization algorithm from working over any Euclidean domain, as there you have division with remainder, gcd, xgcd, all ideals are principal, sum of ideals is generated by the gcd and so on. The only

Re: [sage-devel] Re: Versioning objects

2011-05-29 Thread Robert Bradshaw
On Sun, May 29, 2011 at 1:33 AM, Simon King wrote: > Hi Kwankyu > > On 29 Mai, 07:32, Kwankyu Lee wrote: >> I thought of the proposal while fixing unpickling problem of the patch for >> TermOrder objects for >> >> http://trac.sagemath.org/sage_trac/ticket/11316 > > Thank you for a pointer to an a

[sage-devel] Re: Versioning objects

2011-05-29 Thread Simon King
Hi Kwankyu On 29 Mai, 07:32, Kwankyu Lee wrote: > I thought of the proposal while fixing unpickling problem of the patch for > TermOrder objects for > > http://trac.sagemath.org/sage_trac/ticket/11316 Thank you for a pointer to an actual use case! > The situation I described originally is of co