On Sat, Aug 22, 2009 at 2:03 AM, Kwankyu <ekwan...@gmail.com> wrote:

>
> Hi,
>
> I found a strange bug. If you have Magma installed, then please copy
> and paste the following 6 six lines into your Sage notebook. Shift-
> entering it results in a "bad syntax" error.
>
> %magma
> function t()
>
>
> a:=1+2+3+4+5+6+7+8+9+0+1+2+3+4+5+6+7+8+9+0+1+2+3+4+5+6+7+8+9+0+1+2+3+4+5+6+7+8+9+0+1+2+3+4+5+6+7;
> end function;
>
>
> But the following 6 lines is ok.
>
> %magma
> function t()
>
>
> a:=1+2+3+4+5+6+7+8+9+0+1+2+3+4+5+6+7+8+9+0+1+2+3+4+5+6+7+8+9+0+1+2+3+4+5+6+7+8+9+0+1+2+3+4+5+6;
> end function;
>
>
> The difference is the length of the line starting with "a:=...".
> Please someone confirm this bug. I am using Sage 4.1.1 on intel Mac
> Pro 64bit.
>

Yes, I can confirm this bug on sage-4.1.1 with intel mac 64-bit sage and
64-bit Magma.    Pretty weird.

I've made this trac ticket: http://trac.sagemath.org/sage_trac/ticket/6801

This can get fixed but probably only via some tedious debugging of the
interface.

William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to