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

2020-01-03 Thread Simon King


On Saturday, December 28, 2019 at 8:41:16 PM UTC+1, Samuel Lelievre wrote:
>
> Le sam. 28 déc. 2019 à 02:12, Samuel Lelièvre: 
> > 
> > Computer, OS, build choices: 
> > 
> > - iMac, Mid 2015 
> > - macOS 10.14.6 Mojave 
> > - build for Python 2 
> > - build Sage's `gcc` and `openssl` packages 
> > - build Sage's Python with its `_ssl` and `_tkinter` modules 
> > 
> > Running `make testlong` gave 2 failing doctests 
> > in the file `src/sage/misc/sageinspect.py`. 
> > 
> > Running the tests for that file again gave 6 failing doctests. 
>
> The key parts seem to be these: 
>
> > ModuleNotFoundError: No module named 
> > '_Users_lelievre__sage_temp_Ghost_80496_tmp_2caqjln__pyx_0' 
>  

No, I rather believe the key part is this:
(build/cythonized/sage/misc/lazy_import.c:3686) 
return self.get_object()(*args, **kwds) 
  File 
"/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/misc/cython.py",
 


You say that you are using Sage with python-2, but according to the path it 
is python-3. Perhaps you upgraded from python-2 to python-3 without make 
distclean? Probably the discussion should be moved to the ticket, #28928

Best regards,
Simon

-- 
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/13d1e622-ecdd-493f-a607-95ecb249a692%40googlegroups.com.


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

2020-01-01 Thread 'Justin C. Walker' via sage-release



> On Dec 26, 2019, at 15:23 , 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 tree, on macOS 10.13.6 (2017 iMac Pro, 
18-core Xeon W).  No problems with the build, and all tests (‘ptestlong’) 
passed!

Justin


--
Justin C. Walker, Curmudgeon at Large
Institute for the Absorption of Federal Funds
---
Like the ski resort full of girls hunting for husbands
and husbands hunting for girls, the situation is not
as symmetrical as it might seem.
  - Alan MacKay
--

-- 
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/74EFB082-96E7-45EC-9E89-A762551A6400%40mac.com.


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

2019-12-30 Thread Samuel Lelievre
This is now Sage Trac ticket 28928:

  https://trac.sagemath.org/ticket/28928

Le lundi 30 décembre 2019 12:00:07 UTC-5, Simon King a écrit :
>
> Hi Samuel,
>
> did you open a ticket for the problem in sageinspect?
>
> Best regards,
> Simon
>
> On Saturday, December 28, 2019 at 8:12:31 AM UTC+1, Samuel Lelievre wrote:
>>
>> Thu 2019-12-26 à 23:24 UTC, Volker Braun: 
>> > 
>> > 746a826377 (trac/develop, tag: 9.0.rc0) Updated SageMath version to 
>> 9.0.rc0 
>>
>>
>> Computer, OS, build choices: 
>>
>> - iMac, Mid 2015 
>> - macOS 10.14.6 Mojave 
>> - build for Python 2 
>> - build Sage's `gcc` and `openssl` packages 
>> - build Sage's Python with its `_ssl` and `_tkinter` modules 
>>
>> Running `make testlong` gave 2 failing doctests 
>> in the file `src/sage/misc/sageinspect.py`. 
>>
>> Running the tests for that file again gave 6 failing doctests. 
>>
>> Excerpts from the terminal session follow. 
>>
>>
>> ```bash 
>> $ make testlong 
>>
>> [...] 
>>
>> -- 
>> sage -t --long --warn-long 50.2 src/sage/misc/sageinspect.py  # 2 
>> doctests failed 
>> -- 
>> Total time for all tests: 11201.1 seconds 
>> cpu time: 8574.9 seconds 
>> cumulative wall time: 10884.3 seconds 
>> make: *** [testlong] Error 1 
>> ``` 
>>
>>
>> ```bash 
>> $ ./sage -t --long --warn-long 50.2 src/sage/misc/sageinspect.py 
>> Running doctests with ID 2019-12-27-15-55-47-4a6bf556. 
>> Git branch: develop 
>> Using --optional=build,dochtml,mpir,python2,sage 
>> Doctesting 1 file. 
>> sage -t --long --warn-long 50.2 src/sage/misc/sageinspect.py 
>> ** 
>> File "src/sage/misc/sageinspect.py", line 2132, in 
>> sage.misc.sageinspect._sage_getsourcelines_name_with_dot 
>> Failed example: 
>> cython(''' 
>> class A: 
>> def __init__(self): 
>> "some init doc" 
>> pass 
>> class B: 
>> "some class doc" 
>> class A(A): 
>> pass 
>> ''') 
>> Exception raised: 
>> Traceback (most recent call last): 
>>   File 
>> "/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>>  
>>
>> line 681, in _run 
>> self.compile_and_execute(example, compiler, test.globs) 
>>   File 
>> "/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>>  
>>
>> line 1123, in compile_and_execute 
>> exec(compiled, globs) 
>>   File "> sage.misc.sageinspect._sage_getsourcelines_name_with_dot[3]>", line 
>> 10, in  
>> ''') 
>>   File "sage/misc/lazy_import.pyx", line 353, in 
>> sage.misc.lazy_import.LazyImport.__call__ 
>> (build/cythonized/sage/misc/lazy_import.c:3686) 
>> return self.get_object()(*args, **kwds) 
>>   File 
>> "/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/misc/cython.py",
>>  
>>
>> line 634, in cython_compile 
>> return cython_import_all(tmpfile, get_globals(), **kwds) 
>>   File 
>> "/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/misc/cython.py",
>>  
>>
>> line 524, in cython_import_all 
>> m = cython_import(filename, **kwds) 
>>   File 
>> "/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/misc/cython.py",
>>  
>>
>> line 504, in cython_import 
>> return builtins.__import__(name) 
>> ModuleNotFoundError: No module named 
>> '_Users_lelievre__sage_temp_Ghost_80496_tmp_2caqjln__pyx_0' 
>> ** 
>> File "src/sage/misc/sageinspect.py", line 2142, in 
>> sage.misc.sageinspect._sage_getsourcelines_name_with_dot 
>> Failed example: 
>> B.A.__name__ 
>> Exception raised: 
>> Traceback (most recent call last): 
>>   File 
>> "/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>>  
>>
>> line 681, in _run 
>> self.compile_and_execute(example, compiler, test.globs) 
>>   File 
>> "/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>>  
>>
>> line 1123, in compile_and_execute 
>> exec(compiled, globs) 
>>   File "> sage.misc.sageinspect._sage_getsourcelines_name_with_dot[4]>", line 1, 
>> in  
>> B.A.__name__ 
>> NameError: name 'B' is not defined 
>> ** 
>> File "src/sage/misc/sageinspect.py", line 2144, in 
>> sage.misc.sageinspect._sage_getsourcelines_name_with_dot 
>> Failed example: 
>> B.A.__qualname__ 
>> Exception raised: 
>> Traceback (most recent call last): 
>>   File 
>> "/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>>  
>>
>> line 681, in _run 
>> self.compile_and_execute(example, compiler, test.globs) 
>>   File 
>> 

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

2019-12-30 Thread Simon King
Hi Samuel,

did you open a ticket for the problem in sageinspect?

Best regards,
Simon

On Saturday, December 28, 2019 at 8:12:31 AM UTC+1, Samuel Lelievre wrote:
>
> Thu 2019-12-26 à 23:24 UTC, Volker Braun: 
> > 
> > 746a826377 (trac/develop, tag: 9.0.rc0) Updated SageMath version to 
> 9.0.rc0 
>
>
> Computer, OS, build choices: 
>
> - iMac, Mid 2015 
> - macOS 10.14.6 Mojave 
> - build for Python 2 
> - build Sage's `gcc` and `openssl` packages 
> - build Sage's Python with its `_ssl` and `_tkinter` modules 
>
> Running `make testlong` gave 2 failing doctests 
> in the file `src/sage/misc/sageinspect.py`. 
>
> Running the tests for that file again gave 6 failing doctests. 
>
> Excerpts from the terminal session follow. 
>
>
> ```bash 
> $ make testlong 
>
> [...] 
>
> -- 
> sage -t --long --warn-long 50.2 src/sage/misc/sageinspect.py  # 2 
> doctests failed 
> -- 
> Total time for all tests: 11201.1 seconds 
> cpu time: 8574.9 seconds 
> cumulative wall time: 10884.3 seconds 
> make: *** [testlong] Error 1 
> ``` 
>
>
> ```bash 
> $ ./sage -t --long --warn-long 50.2 src/sage/misc/sageinspect.py 
> Running doctests with ID 2019-12-27-15-55-47-4a6bf556. 
> Git branch: develop 
> Using --optional=build,dochtml,mpir,python2,sage 
> Doctesting 1 file. 
> sage -t --long --warn-long 50.2 src/sage/misc/sageinspect.py 
> ** 
> File "src/sage/misc/sageinspect.py", line 2132, in 
> sage.misc.sageinspect._sage_getsourcelines_name_with_dot 
> Failed example: 
> cython(''' 
> class A: 
> def __init__(self): 
> "some init doc" 
> pass 
> class B: 
> "some class doc" 
> class A(A): 
> pass 
> ''') 
> Exception raised: 
> Traceback (most recent call last): 
>   File 
> "/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>  
>
> line 681, in _run 
> self.compile_and_execute(example, compiler, test.globs) 
>   File 
> "/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>  
>
> line 1123, in compile_and_execute 
> exec(compiled, globs) 
>   File " sage.misc.sageinspect._sage_getsourcelines_name_with_dot[3]>", line 
> 10, in  
> ''') 
>   File "sage/misc/lazy_import.pyx", line 353, in 
> sage.misc.lazy_import.LazyImport.__call__ 
> (build/cythonized/sage/misc/lazy_import.c:3686) 
> return self.get_object()(*args, **kwds) 
>   File 
> "/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/misc/cython.py",
>  
>
> line 634, in cython_compile 
> return cython_import_all(tmpfile, get_globals(), **kwds) 
>   File 
> "/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/misc/cython.py",
>  
>
> line 524, in cython_import_all 
> m = cython_import(filename, **kwds) 
>   File 
> "/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/misc/cython.py",
>  
>
> line 504, in cython_import 
> return builtins.__import__(name) 
> ModuleNotFoundError: No module named 
> '_Users_lelievre__sage_temp_Ghost_80496_tmp_2caqjln__pyx_0' 
> ** 
> File "src/sage/misc/sageinspect.py", line 2142, in 
> sage.misc.sageinspect._sage_getsourcelines_name_with_dot 
> Failed example: 
> B.A.__name__ 
> Exception raised: 
> Traceback (most recent call last): 
>   File 
> "/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>  
>
> line 681, in _run 
> self.compile_and_execute(example, compiler, test.globs) 
>   File 
> "/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>  
>
> line 1123, in compile_and_execute 
> exec(compiled, globs) 
>   File " sage.misc.sageinspect._sage_getsourcelines_name_with_dot[4]>", line 1, 
> in  
> B.A.__name__ 
> NameError: name 'B' is not defined 
> ** 
> File "src/sage/misc/sageinspect.py", line 2144, in 
> sage.misc.sageinspect._sage_getsourcelines_name_with_dot 
> Failed example: 
> B.A.__qualname__ 
> Exception raised: 
> Traceback (most recent call last): 
>   File 
> "/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>  
>
> line 681, in _run 
> self.compile_and_execute(example, compiler, test.globs) 
>   File 
> "/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>  
>
> line 1123, in compile_and_execute 
> exec(compiled, globs) 
>   File " sage.misc.sageinspect._sage_getsourcelines_name_with_dot[5]>", line 1, 
> in  
> B.A.__qualname__ 
> NameError: name 'B' is not defined 
> 

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

2019-12-30 Thread Dima Pasechnik
On Tue, Dec 31, 2019 at 12:00 AM E. Madison Bray  wrote:
>
> On Sat, Dec 28, 2019 at 8:41 PM Samuel Lelièvre
>  wrote:
> >
> > Le sam. 28 déc. 2019 à 02:12, Samuel Lelièvre:
> > >
> > > Computer, OS, build choices:
> > >
> > > - iMac, Mid 2015
> > > - macOS 10.14.6 Mojave
> > > - build for Python 2
> > > - build Sage's `gcc` and `openssl` packages
> > > - build Sage's Python with its `_ssl` and `_tkinter` modules
> > >
> > > Running `make testlong` gave 2 failing doctests
> > > in the file `src/sage/misc/sageinspect.py`.
> > >
> > > Running the tests for that file again gave 6 failing doctests.
> >
> > The key parts seem to be these:
> >
> > > ModuleNotFoundError: No module named
> > > '_Users_lelievre__sage_temp_Ghost_80496_tmp_2caqjln__pyx_0'
> >
> > where it seems that all "/" and "." in the path
> >
> >   /Users/lelievre/.sage/temp/Ghost/etc
> >
> > became underscores. Not sure how to dig into this...
>
> This is intentional: Note that it is says "No module named ..." as
> in, it is expecting that to be part of the module *name* (which for
> Python modules is typically derived from the filename).  The modules
> produced by the cython() function include a mangled version of their
> absolute path in the module name itself to ensure that they have
> unique module names.
>
> Rather, it looks like it's having some other kind of problem building
> Cython modules.  Can you confirm whether or not those examples work
> manually?
>
> I've had them fail before in Windows due to fork-related issues, but I
> don't know why it would fail on OSX.
>
It's with gcc built by Sage - I don't think many people do this any
more, gfortran is enough, and
perhaps gcc is the reason.


> --
> 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/CAOTD34aL1C7EfufF0GpJjneTKVo-30eSs_HsfDaPo8n2ztz03g%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/CAAWYfq207dRsHe1z9MeOqyP4FauLKJwriSB3T2E92wrNs_U56g%40mail.gmail.com.


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

2019-12-30 Thread E. Madison Bray
On Sat, Dec 28, 2019 at 8:41 PM Samuel Lelièvre
 wrote:
>
> Le sam. 28 déc. 2019 à 02:12, Samuel Lelièvre:
> >
> > Computer, OS, build choices:
> >
> > - iMac, Mid 2015
> > - macOS 10.14.6 Mojave
> > - build for Python 2
> > - build Sage's `gcc` and `openssl` packages
> > - build Sage's Python with its `_ssl` and `_tkinter` modules
> >
> > Running `make testlong` gave 2 failing doctests
> > in the file `src/sage/misc/sageinspect.py`.
> >
> > Running the tests for that file again gave 6 failing doctests.
>
> The key parts seem to be these:
>
> > ModuleNotFoundError: No module named
> > '_Users_lelievre__sage_temp_Ghost_80496_tmp_2caqjln__pyx_0'
>
> where it seems that all "/" and "." in the path
>
>   /Users/lelievre/.sage/temp/Ghost/etc
>
> became underscores. Not sure how to dig into this...

This is intentional: Note that it is says "No module named ..." as
in, it is expecting that to be part of the module *name* (which for
Python modules is typically derived from the filename).  The modules
produced by the cython() function include a mangled version of their
absolute path in the module name itself to ensure that they have
unique module names.

Rather, it looks like it's having some other kind of problem building
Cython modules.  Can you confirm whether or not those examples work
manually?

I've had them fail before in Windows due to fork-related issues, but I
don't know why it would fail on OSX.

-- 
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/CAOTD34aL1C7EfufF0GpJjneTKVo-30eSs_HsfDaPo8n2ztz03g%40mail.gmail.com.


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

2019-12-28 Thread Samuel Lelièvre
Le sam. 28 déc. 2019 à 02:12, Samuel Lelièvre:
>
> Computer, OS, build choices:
>
> - iMac, Mid 2015
> - macOS 10.14.6 Mojave
> - build for Python 2
> - build Sage's `gcc` and `openssl` packages
> - build Sage's Python with its `_ssl` and `_tkinter` modules
>
> Running `make testlong` gave 2 failing doctests
> in the file `src/sage/misc/sageinspect.py`.
>
> Running the tests for that file again gave 6 failing doctests.

The key parts seem to be these:

> ModuleNotFoundError: No module named
> '_Users_lelievre__sage_temp_Ghost_80496_tmp_2caqjln__pyx_0'

where it seems that all "/" and "." in the path

  /Users/lelievre/.sage/temp/Ghost/etc

became underscores. Not sure how to dig into this...

-- 
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/CAEcArF14VFE5CbsLzfyrMBXfFPjG3kMajjvRUOBjh%2BP3WU2T4w%40mail.gmail.com.


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

2019-12-27 Thread Samuel Lelièvre
On a MacBook Air with macOS 10.14.6 Mojave,
after `git pull origin develop && make` from a
working Sage 9.0.beta10 built for Python 3,
ran `make testlong` and got: "All tests passed!".

-- 
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/CAEcArF0QKn4tF%2BGYqcmFRKFkw-VZVYWd_KLMnDGRGuN2POUY1Q%40mail.gmail.com.


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

2019-12-27 Thread Samuel Lelièvre
Thu 2019-12-26 à 23:24 UTC, Volker Braun:
>
> 746a826377 (trac/develop, tag: 9.0.rc0) Updated SageMath version to 9.0.rc0


Computer, OS, build choices:

- iMac, Mid 2015
- macOS 10.14.6 Mojave
- build for Python 2
- build Sage's `gcc` and `openssl` packages
- build Sage's Python with its `_ssl` and `_tkinter` modules

Running `make testlong` gave 2 failing doctests
in the file `src/sage/misc/sageinspect.py`.

Running the tests for that file again gave 6 failing doctests.

Excerpts from the terminal session follow.


```bash
$ make testlong

[...]

--
sage -t --long --warn-long 50.2 src/sage/misc/sageinspect.py  # 2
doctests failed
--
Total time for all tests: 11201.1 seconds
cpu time: 8574.9 seconds
cumulative wall time: 10884.3 seconds
make: *** [testlong] Error 1
```


```bash
$ ./sage -t --long --warn-long 50.2 src/sage/misc/sageinspect.py
Running doctests with ID 2019-12-27-15-55-47-4a6bf556.
Git branch: develop
Using --optional=build,dochtml,mpir,python2,sage
Doctesting 1 file.
sage -t --long --warn-long 50.2 src/sage/misc/sageinspect.py
**
File "src/sage/misc/sageinspect.py", line 2132, in
sage.misc.sageinspect._sage_getsourcelines_name_with_dot
Failed example:
cython('''
class A:
def __init__(self):
"some init doc"
pass
class B:
"some class doc"
class A(A):
pass
''')
Exception raised:
Traceback (most recent call last):
  File 
"/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
line 681, in _run
self.compile_and_execute(example, compiler, test.globs)
  File 
"/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
line 1123, in compile_and_execute
exec(compiled, globs)
  File "", line
10, in 
''')
  File "sage/misc/lazy_import.pyx", line 353, in
sage.misc.lazy_import.LazyImport.__call__
(build/cythonized/sage/misc/lazy_import.c:3686)
return self.get_object()(*args, **kwds)
  File 
"/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/misc/cython.py",
line 634, in cython_compile
return cython_import_all(tmpfile, get_globals(), **kwds)
  File 
"/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/misc/cython.py",
line 524, in cython_import_all
m = cython_import(filename, **kwds)
  File 
"/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/misc/cython.py",
line 504, in cython_import
return builtins.__import__(name)
ModuleNotFoundError: No module named
'_Users_lelievre__sage_temp_Ghost_80496_tmp_2caqjln__pyx_0'
**
File "src/sage/misc/sageinspect.py", line 2142, in
sage.misc.sageinspect._sage_getsourcelines_name_with_dot
Failed example:
B.A.__name__
Exception raised:
Traceback (most recent call last):
  File 
"/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
line 681, in _run
self.compile_and_execute(example, compiler, test.globs)
  File 
"/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
line 1123, in compile_and_execute
exec(compiled, globs)
  File "", line 1,
in 
B.A.__name__
NameError: name 'B' is not defined
**
File "src/sage/misc/sageinspect.py", line 2144, in
sage.misc.sageinspect._sage_getsourcelines_name_with_dot
Failed example:
B.A.__qualname__
Exception raised:
Traceback (most recent call last):
  File 
"/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
line 681, in _run
self.compile_and_execute(example, compiler, test.globs)
  File 
"/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
line 1123, in compile_and_execute
exec(compiled, globs)
  File "", line 1,
in 
B.A.__qualname__
NameError: name 'B' is not defined
**
File "src/sage/misc/sageinspect.py", line 2146, in
sage.misc.sageinspect._sage_getsourcelines_name_with_dot
Failed example:
sage_getsource(B.A)
Exception raised:
Traceback (most recent call last):
  File 
"/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
line 681, in _run
self.compile_and_execute(example, compiler, test.globs)
  File 
"/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/doctest/forker.py",
line 1123, in compile_and_execute
exec(compiled, globs)
  File "", line 1,
in 
sage_getsource(B.A)
NameError: name 'B' is not defined

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

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



> On Dec 26, 2019, at 15:23 , 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 tree, on macOS 10.14.6 (2017 MBP, 
Quad-core Core i7).  No problems with the build, and all tests (‘ptestlong’) 
passed!

Justin

--
Justin C. Walker, Curmudgeon at Large
Institute for the Absorption of Federal Funds
---
Like the ski resort full of girls hunting for husbands
and husbands hunting for girls, the situation is not
as symmetrical as it might seem.
  - Alan MacKay
--

-- 
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/F9476F71-B349-4E91-8D5B-9C51C6728BD4%40mac.com.


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

2019-12-27 Thread Samuel Lelièvre
Le ven. 27 déc. 2019 à 03:11, Samuel Lelièvre
 a écrit :
>
> Le jeu. 26 déc. 2019 à 18:24, Volker Braun:
> >
> > 746a826377 (trac/develop, tag: 9.0.rc0) Updated SageMath version to 9.0.rc0
>
> Please include #28910 in Sage 9.0. It touches no code,
> it's just a badge update for DockerHub to show Sage
> is maintained as of 2020.

I mean, that Sage Docker images are maintained.

-- 
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/CAEcArF1sYVy5hyhpozhB6Ny3OWN3X8MLH_F2cdrt1-_-HFJDxQ%40mail.gmail.com.


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

2019-12-27 Thread Samuel Lelièvre
Le jeu. 26 déc. 2019 à 18:24, Volker Braun:
>
> 746a826377 (trac/develop, tag: 9.0.rc0) Updated SageMath version to 9.0.rc0

Please include #28910 in Sage 9.0. It touches no code,
it's just a badge update for DockerHub to show Sage
is maintained as of 2020.

https://trac.sagemath.org/ticket/28910

-- 
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/CAEcArF2ROHrv99tPNvSH0dLWpGyiHX94NLbjZfWcvmrahFe2NA%40mail.gmail.com.


[sage-release] Sage 9.0.rc0 released

2019-12-26 Thread Volker Braun
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 


746a826377 (trac/develop, tag: 9.0.rc0) Updated SageMath version to 9.0.rc0
127f366466 Trac #28900: some details in schemes/
ca4521e2b4 Trac #28898: pep cleanup in quivers/
d08e04849b Trac #28896: Graphs: Move common methods of backends to CGraph
5755e74d72 Trac #28885: spkg-configure for cliquer
f2815065ea Trac #28837: Flow polytope does not work as expected on 
Multi-Digraphs
8da01cc05d Trac #28654: A Bug in the backend `field`
28d403249e Trac #28309: improvement of method allow_multiple_edges
b22d6d510d Trac #28094: support function fields in characteristic zero
fcadfadd4e (tag: 9.0.beta10) Updated SageMath version to 9.0.beta10

-- 
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/7e783354-5a11-4676-91ff-6b0dee9a8990%40googlegroups.com.