[sage-devel] Re: Tachyon segmentation fault

2013-03-07 Thread leif
leif wrote: leif wrote: leif wrote: sage -t --long devel/sage/sage/plot/plot3d/tachyon.py ** File "devel/sage/sage/plot/plot3d/tachyon.py", line 490, in sage.plot.plot3d.tachyon.Tachyon.? Failed example: show(t) Expected n

[sage-devel] Re: Tachyon segmentation fault

2013-03-07 Thread leif
leif wrote: leif wrote: sage -t --long devel/sage/sage/plot/plot3d/tachyon.py ** File "devel/sage/sage/plot/plot3d/tachyon.py", line 490, in sage.plot.plot3d.tachyon.Tachyon.? Failed example: show(t) Expected nothing Got:

[sage-devel] Re: Tachyon segmentation fault

2013-03-07 Thread leif
leif wrote: sage -t --long devel/sage/sage/plot/plot3d/tachyon.py ** File "devel/sage/sage/plot/plot3d/tachyon.py", line 490, in sage.plot.plot3d.tachyon.Tachyon.? Failed example: show(t) Expected nothing Got: sh: line

[sage-devel] Re: Tachyon segmentation fault

2013-03-07 Thread leif
Jeroen Demeyer wrote: It looks like http://trac.sagemath.org/sage_trac/ticket/7232 See below... On 2013-03-07 23:16, Jeroen Demeyer wrote: For the first time, I'm testing #12415 (the new doctesting framework) on the buildbot. This looks serious, it happens on various machines: sage -t --l

Re: [sage-devel] intesting python package: plumbum

2013-03-07 Thread Timo Kluck
Op donderdag 7 maart 2013 20:04:56 UTC+1 schreef Robert Bradshaw het volgende: > > There are several python-as-a-shell options out there, it would make > sense to look at several and pick one. > > I agree. This plumbum was pointed out to me after I posted by own clumsy attempt to the python-ide

[sage-devel] Re: Sage 5.7 on ARM

2013-03-07 Thread mmarco
I have copied this bdist in my android tablet (in a chroot environment), and it works. Thanks a lot, Julien. -- 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 sage-

[sage-devel] Re: Tachyon segmentation fault

2013-03-07 Thread leif
Jeroen Demeyer wrote: For the first time, I'm testing #12415 (the new doctesting framework) on the buildbot. This looks serious, it happens on various machines: sage -t --long devel/sage/sage/plot/plot3d/tachyon.py ** File "dev

Re: [sage-devel] Tachyon segmentation fault

2013-03-07 Thread Jeroen Demeyer
It looks like http://trac.sagemath.org/sage_trac/ticket/7232 On 2013-03-07 23:16, Jeroen Demeyer wrote: > For the first time, I'm testing #12415 (the new doctesting framework) on > the buildbot. > > This looks serious, it happens on various machines: > > sage -t --long devel/sage/sage/plot/plot3

[sage-devel] Tachyon segmentation fault

2013-03-07 Thread Jeroen Demeyer
For the first time, I'm testing #12415 (the new doctesting framework) on the buildbot. This looks serious, it happens on various machines: sage -t --long devel/sage/sage/plot/plot3d/tachyon.py ** File "devel/sage/sage/plot/plot3d

[sage-devel] Re: Upgrading to GCC 4.7.2

2013-03-07 Thread kcrisman
On Thursday, March 7, 2013 8:16:30 AM UTC-5, kcrisman wrote: > > > > On Thursday, March 7, 2013 4:38:37 AM UTC-5, Jeroen Demeyer wrote: >> >> The Cygwin folks have an issue that GCC-4.6.3 doesn't compile ECL >> properly due to a GCC bug >> (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52061). >

[sage-devel] Re: Sage 5.7 on ARM

2013-03-07 Thread leif
John H Palmieri wrote: On Thursday, March 7, 2013 10:05:05 AM UTC-8, leif wrote: leif wrote: > Julien Puydt wrote: >> Le 02/03/2013 08:16, Julien Puydt a �crit : >>> I'll run "make ptestlong" later, and report in this thread.. >> >> - a timeout (haven't looked at it

Re: [sage-devel] Re: Sage 5.7 on ARM

2013-03-07 Thread Julien Puydt
Le 07/03/2013 18:24, leif a écrit : Julien Puydt wrote: Le 02/03/2013 08:16, Julien Puydt a écrit : I'll run "make ptestlong" later, and report in this thread. - a timeout (haven't looked at it yet) sage -t --long -force_lib devel/sage/sage/quadratic_forms/quadratic_form__automorphisms.py

Re: [sage-devel] Sage 5.7 on ARM

2013-03-07 Thread Julien Puydt
Le 07/03/2013 18:12, Jeroen Demeyer a écrit : On 2013-03-07 18:08, Julien Puydt wrote: sage -t --long -force_lib devel/sage/sage/interfaces/psage.py ** File "/home/jpuydt/sage-5.7/devel/sage/sage/interfaces/psage.py", line 37:

Re: [sage-devel] intesting python package: plumbum

2013-03-07 Thread Robert Bradshaw
On Wed, Mar 6, 2013 at 7:46 AM, Jeroen Demeyer wrote: > On 2013-03-06 16:23, Timo Kluck wrote: >> you can >> suddenly mix all that piping with with dictionaries, or any >> other things in which python is superior to bash. > This would probably be the best argument. > >> Think readability > So you

[sage-devel] Re: Sage 5.7 on ARM

2013-03-07 Thread John H Palmieri
On Thursday, March 7, 2013 10:05:05 AM UTC-8, leif wrote: > > leif wrote: > > Julien Puydt wrote: > >> Le 02/03/2013 08:16, Julien Puydt a �crit : > >>> I'll run "make ptestlong" later, and report in this thread. > >> > >> - a timeout (haven't looked at it yet) > > > >> sage -t --long -

[sage-devel] Re: Sage 5.7 on ARM

2013-03-07 Thread leif
leif wrote: Julien Puydt wrote: Le 02/03/2013 08:16, Julien Puydt a écrit : I'll run "make ptestlong" later, and report in this thread. - a timeout (haven't looked at it yet) sage -t --long -force_lib devel/sage/sage/quadratic_forms/quadratic_form__automorphisms.py # Time out That's no

[sage-devel] Re: Sage 5.7 on ARM

2013-03-07 Thread leif
Julien Puydt wrote: Le 02/03/2013 08:16, Julien Puydt a écrit : I'll run "make ptestlong" later, and report in this thread. - a timeout (haven't looked at it yet) sage -t --long -force_lib devel/sage/sage/quadratic_forms/quadratic_form__automorphisms.py # Time out That's not very surpri

Re: [sage-devel] Sage 5.7 on ARM

2013-03-07 Thread Jeroen Demeyer
On 2013-03-07 18:08, Julien Puydt wrote: > sage -t --long -force_lib devel/sage/sage/interfaces/psage.py > ** > File "/home/jpuydt/sage-5.7/devel/sage/sage/interfaces/psage.py", line 37: > sage: print "ignore this"; w #

Re: [sage-devel] Sage 5.7 on ARM

2013-03-07 Thread Julien Puydt
Le 02/03/2013 08:16, Julien Puydt a écrit : I'll run "make ptestlong" later, and report in this thread. Ok, here are the results: - two gamma-related errors (were already there, don't really hurt) - a psage failing test (looks horrible) - a timeout (haven't looked at it yet) Snark on #sagemath

[sage-devel] Re: [sage-combinat-devel] Re: Longest element in a Coxeter Group - name decision

2013-03-07 Thread Nicolas M. Thiery
On Wed, Mar 06, 2013 at 04:27:57AM -0800, Travis Scrimshaw wrote: > I'd throw a type error if the group W was infinite since this does not >exist. Also I would think it would be (relatively) easy to check if >subgroup the group is finite since there are only 3 infinitely families >

[sage-devel] Re: print when defining a symbolic function with "f(x) = ..."?

2013-03-07 Thread leif
Jeroen Demeyer wrote: On 2013-03-06 19:48, Nils Bruin wrote: Any time you change the behaviour between interactive and non- interactive sessions you make things harder to debug. Perhaps instead of *printing* something, return a value that has a __repr__ that looks like an informative message. A

[sage-devel] Re: Upgrading to GCC 4.7.2

2013-03-07 Thread leif
Jeroen Demeyer wrote: The Cygwin folks have an issue that GCC-4.6.3 doesn't compile ECL properly due to a GCC bug (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52061). Since this problem doesn't seem to occur with GCC-4.7.2, I would propose to upgrade Sage's GCC to version 4.7.2. +1 (not just

Re: [sage-devel] Re: Upgrading to GCC 4.7.2

2013-03-07 Thread Jeroen Demeyer
On 2013-03-07 14:16, kcrisman wrote: > Alternately, > the default Cygwin install seems to come with gcc3, and perhaps that > could be used to build the Sage gcc package... No, the whole point of this thread is that the Sage gcc-4.6.3 fails to build ECL in Cygwin (and the Cygwin default gcc-3.x woul

[sage-devel] Re: Upgrading to GCC 4.7.2

2013-03-07 Thread kcrisman
On Thursday, March 7, 2013 4:38:37 AM UTC-5, Jeroen Demeyer wrote: > > The Cygwin folks have an issue that GCC-4.6.3 doesn't compile ECL > properly due to a GCC bug > (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52061). > > Since this problem doesn't seem to occur with GCC-4.7.2, I would propo

[sage-devel] Upgrading to GCC 4.7.2

2013-03-07 Thread Jeroen Demeyer
The Cygwin folks have an issue that GCC-4.6.3 doesn't compile ECL properly due to a GCC bug (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52061). Since this problem doesn't seem to occur with GCC-4.7.2, I would propose to upgrade Sage's GCC to version 4.7.2. There already exists an optional package