Re: [sage-release] Sage 8.9.rc0 released

2019-09-12 Thread Dima Pasechnik
On Thu, Sep 12, 2019 at 8:58 PM John H Palmieri  wrote:
>
>
>
> On Thursday, September 12, 2019 at 12:30:34 PM UTC-7, Dima Pasechnik wrote:
>>
>> On Thu, Sep 12, 2019 at 5:55 PM John Cremona  wrote:
>> >
>> > On ubuntu, upgrade from previous beta, python3 configured: make ptestlong 
>> > succeeds except for
>> >
>> > sage -t --long --warn-long 81.2 src/sage/libs/gap/element.pyx  # 147 
>> > doctests failed
>> >
>>
>> this looks like a mis-build of sorts.
>>
>> Maybe also some crud in ~/.sage/, stale GAP workspace, maybe...
>> Could you try moving it out of the way and re-run the test?
>>
>> By the way, I have a fun error if I switch from Python3 to Python2 and 
>> re-build,
>> also coming from something in ~/.sage (it goes away after I remove ~/.sage/)
>>
>> File "src/sage/symbolic/maxima_wrapper.py", line 81, in
>> sage.symbolic.maxima_wrapper.MaximaWrapper.__getattr__
>> Failed example:
>> s.completions('u.airy_',globals())
>> Expected:
>> ['u.airy_ai', 'u.airy_bi', 'u.airy_dai', 'u.airy_dbi']
>> Got:
>> [u'u.airy_ai', u'u.airy_bi', u'u.airy_dai', u'u.airy_dbi']
>>
>> I guess iPython hard-wires some stuff for Python3, and it's not good
>> for Python2...
>>
>
> It's odd that this would come from something in ~/.sage. I typically have 
> multiple builds of Sage in different directories, some from scratch, some 
> upgrades, some Python 2, some Python 3. They all share the same ./sage 
> (that's the default behavior, right? I haven't set DOTSAGE), and I've never 
> see this error.

I've tried to reproduce this by moving the original ~/.sage/ back,
and it didn't work - in the sense that the tests now pass.
So it's quite subtle, it seems.

Anyway, that's not something to worry about I think.

>
> --
> John
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-release+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/19bc5e84-5792-49ea-8808-5ae3ad8ea819%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CAAWYfq1tzbZ5bihf6fsQvGS%2BUMZ2%2BoMLe1ht%2BecDEOBqqFwiAQ%40mail.gmail.com.


Re: [sage-release] Sage 8.9.rc0 released

2019-09-12 Thread John H Palmieri


On Thursday, September 12, 2019 at 12:30:34 PM UTC-7, Dima Pasechnik wrote:
>
> On Thu, Sep 12, 2019 at 5:55 PM John Cremona  > wrote: 
> > 
> > On ubuntu, upgrade from previous beta, python3 configured: make 
> ptestlong succeeds except for 
> > 
> > sage -t --long --warn-long 81.2 src/sage/libs/gap/element.pyx  # 147 
> doctests failed 
> > 
>
> this looks like a mis-build of sorts. 
>
> Maybe also some crud in ~/.sage/, stale GAP workspace, maybe... 
> Could you try moving it out of the way and re-run the test? 
>
> By the way, I have a fun error if I switch from Python3 to Python2 and 
> re-build, 
> also coming from something in ~/.sage (it goes away after I remove 
> ~/.sage/) 
>
> File "src/sage/symbolic/maxima_wrapper.py", line 81, in 
> sage.symbolic.maxima_wrapper.MaximaWrapper.__getattr__ 
> Failed example: 
> s.completions('u.airy_',globals()) 
> Expected: 
> ['u.airy_ai', 'u.airy_bi', 'u.airy_dai', 'u.airy_dbi'] 
> Got: 
> [u'u.airy_ai', u'u.airy_bi', u'u.airy_dai', u'u.airy_dbi'] 
>
> I guess iPython hard-wires some stuff for Python3, and it's not good 
> for Python2... 
>
>
It's odd that this would come from something in ~/.sage. I typically have 
multiple builds of Sage in different directories, some from scratch, some 
upgrades, some Python 2, some Python 3. They all share the same ./sage 
(that's the default behavior, right? I haven't set DOTSAGE), and I've never 
see this error.

-- 
John

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/19bc5e84-5792-49ea-8808-5ae3ad8ea819%40googlegroups.com.


Re: [sage-release] Sage 8.9.rc0 released

2019-09-12 Thread Dima Pasechnik
On Thu, Sep 12, 2019 at 5:55 PM John Cremona  wrote:
>
> On ubuntu, upgrade from previous beta, python3 configured: make ptestlong 
> succeeds except for
>
> sage -t --long --warn-long 81.2 src/sage/libs/gap/element.pyx  # 147 doctests 
> failed
>

this looks like a mis-build of sorts.

Maybe also some crud in ~/.sage/, stale GAP workspace, maybe...
Could you try moving it out of the way and re-run the test?

By the way, I have a fun error if I switch from Python3 to Python2 and re-build,
also coming from something in ~/.sage (it goes away after I remove ~/.sage/)

File "src/sage/symbolic/maxima_wrapper.py", line 81, in
sage.symbolic.maxima_wrapper.MaximaWrapper.__getattr__
Failed example:
s.completions('u.airy_',globals())
Expected:
['u.airy_ai', 'u.airy_bi', 'u.airy_dai', 'u.airy_dbi']
Got:
[u'u.airy_ai', u'u.airy_bi', u'u.airy_dai', u'u.airy_dbi']

I guess iPython hard-wires some stuff for Python3, and it's not good
for Python2...






> John
>
> On Thu, 12 Sep 2019 at 12:13, 'Justin C. Walker' via sage-release 
>  wrote:
>>
>>
>>
>> > On Sep 11, 2019, at 16:36 , Volker Braun  wrote:
>> >
>> > As always, you can get the latest beta version from the "develop" git 
>> > branch. Alternatively, the self-contained source tarball is at 
>> > http://www.sagemath.org/download-latest.html
>>
>> Built from a fresh clone of the develop branch, on three macOS systems: 
>> 10.11.6 (mid-2015 MBP, Quad-core i7), 10.13.6 (2017 iMac Pro, 18-core Xeon 
>> W), and 10.14.6 (2017 MBP, Quad-core Core i7).
>>
>> No problems with the build or testing (‘ptestlong’) on all three systems.
>>
>> Quick!  Ship it!
>>
>> Justin
>>
>> --
>> Justin C. Walker, Curmudgeon-At-Large
>> Institute for the Enhancement of the Director's Income
>> 
>> Experience is what you get
>>   when you don't get what you want.
>> 
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "sage-release" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to sage-release+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-release/05A611A7-9473-482D-8E53-9F0F0CF52BE7%40mac.com.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-release+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/CAD0p0K79EXveEY70NZdUmzNvTFyOjt8kwTa2LYQCHo0n2OwP7g%40mail.gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CAAWYfq1GosLmTkNgWQfuNgjgmXPsW2roiRvYmEN33%2B0xQ6-g_Q%40mail.gmail.com.


Re: [sage-release] Sage 8.9.beta9 released

2019-09-12 Thread John H Palmieri


On Friday, September 6, 2019 at 3:13:07 AM UTC-7, E. Madison Bray wrote:
>
> On Fri, Sep 6, 2019 at 11:36 AM E. Madison Bray  > wrote: 
> > 
> > Consistently getting a test failure on Cygwin related to some oddity in 
> GAP: 
> > 
> > sage -t --long --warn-long 109.3 src/sage/tests/cmdline.py 
> > ** 
> > File "src/sage/tests/cmdline.py", line 535, in 
> > sage.tests.cmdline.test_executable 
> > Failed example: 
> > out 
> > Expected: 
> > '120\n' 
> > Got: 
> > "you can 'quit;' to quit to outer loop, or\nyou can 'return;' to 
> continue\n" 
> > ** 
> > File "src/sage/tests/cmdline.py", line 537, in 
> > sage.tests.cmdline.test_executable 
> > Failed example: 
> > err.replace('gap: halving pool size.', '').strip() 
> > Expected: 
> > '' 
> > Got: 
> > 'Error,  must not contain \'\\\' or \':\' at 
> > /home/embray/src/sagemath/sage/local/share/gap/lib/files.gi:53 called 
> > from\nfunc( C[i] ) at 
> > /home/embray/src/sagemath/sage/local/share/gap/lib/coll.gi:665 called 
> > from\nList( GAPInfo.DirectoriesSystemPrograms, Directory \n ) at 
> > /home/embray/src/sagemath/sage/local/share/gap/lib/files.gd:420 called 
> > from\n(  )\n called 
> > from read-eval loop at 
> > 
> /home/embray/src/sagemath/sage/local/share/gap/pkg/alnuth-3.1.1/defs.g:10\nbrk>
>  
>
> > 120\nbrk>' 
> > ** 
> > 1 item had failures: 
> >2 of 251 in sage.tests.cmdline.test_executable 
> > [250 tests, 2 failures, 273.09 s] 
> > -- 
> > sage -t --long --warn-long 109.3 src/sage/tests/cmdline.py  # 2 doctests 
> failed 
> > -- 
> > 
> > Can't be sure yet that it isn't just a weird, localized issue in my 
> > installation.  Will investigate. 
>
> Yes, that's all it was.  I had a PATH entry with a \ in it, thanks to 
> conda still being a bit buggy on Cygwin :)  Conversely, I don't think 
> GAP should blow up in this case either.  So, two issues to file 
> \o/ 
>


I see this failure if I have a PATH entry with a space in it, as in 
"/Users/palmieri/path\ with\ space/". GAP should be able to handle this, I 
think.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/b786f72f-134d-4eac-bb74-12838be0f6aa%40googlegroups.com.


Re: [sage-release] Sage 8.9.rc0 released

2019-09-12 Thread John Cremona
On ubuntu, upgrade from previous beta, python3 configured: make ptestlong
succeeds except for

sage -t --long --warn-long 81.2 src/sage/libs/gap/element.pyx  # 147
doctests failed

John

On Thu, 12 Sep 2019 at 12:13, 'Justin C. Walker' via sage-release <
sage-release@googlegroups.com> wrote:

>
>
> > On Sep 11, 2019, at 16:36 , Volker Braun  wrote:
> >
> > As always, you can get the latest beta version from the "develop" git
> branch. Alternatively, the self-contained source tarball is at
> http://www.sagemath.org/download-latest.html
>
> Built from a fresh clone of the develop branch, on three macOS systems:
> 10.11.6 (mid-2015 MBP, Quad-core i7), 10.13.6 (2017 iMac Pro, 18-core Xeon
> W), and 10.14.6 (2017 MBP, Quad-core Core i7).
>
> No problems with the build or testing (‘ptestlong’) on all three systems.
>
> Quick!  Ship it!
>
> Justin
>
> --
> Justin C. Walker, Curmudgeon-At-Large
> Institute for the Enhancement of the Director's Income
> 
> Experience is what you get
>   when you don't get what you want.
> 
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-release+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-release/05A611A7-9473-482D-8E53-9F0F0CF52BE7%40mac.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CAD0p0K79EXveEY70NZdUmzNvTFyOjt8kwTa2LYQCHo0n2OwP7g%40mail.gmail.com.


Re: [sage-release] Sage 8.9.rc0 released

2019-09-12 Thread 'Justin C. Walker' via sage-release



> On Sep 11, 2019, at 16:36 , Volker Braun  wrote:
> 
> As always, you can get the latest beta version from the "develop" git branch. 
> Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html 

Built from a fresh clone of the develop branch, on three macOS systems: 10.11.6 
(mid-2015 MBP, Quad-core i7), 10.13.6 (2017 iMac Pro, 18-core Xeon W), and 
10.14.6 (2017 MBP, Quad-core Core i7).

No problems with the build or testing (‘ptestlong’) on all three systems.

Quick!  Ship it!

Justin

--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Enhancement of the Director's Income

Experience is what you get
  when you don't get what you want.




-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/05A611A7-9473-482D-8E53-9F0F0CF52BE7%40mac.com.