[sage-devel] Re: Sage 8.8 on conda-forge

2019-07-02 Thread Frédéric Chapoton
Even if you are testing py2-sage, the doctest failure in

src/sage/tests/py3_syntax.py

is caused by the provided version of python3 being < 3.6.3, where sage is 
using 3.7.3.

Frederic

Le lundi 1 juillet 2019 21:43:48 UTC+2, Isuru Fernando a écrit :
>
> sage 8.8 is on conda-forge now. Packages are built for linux-64 and osx-64 
> for python 2.7, 3.6 and 3.7
>
> You can do,
>
> conda create -n sage sage python=3.7 -c conda-forge
>
> to install sage.
>
> There were 7 patches to build sage. (trac tickets 25786, 26932, 28007, 
> 28014, 28038, 28083, 28086).
> With the 7 patches above, on linux-64 python 2.7, there were 27 doctest 
> failures. Any help in fixing them (and also with 25786) is appreciated. 
>
> Full doctest log: 
> https://k8s.sagemath.org/projects/3ae7bec7-0b36-47fd-9e01-c1fda619cf35/files/conda-sagelib-tests/sagemath/doctest.txt
>
> Thanks to Erik, James, Julian, Luca, Nicolas, Philip, Samuel, Sebastian 
> and Vincent for creating PRs and issues to conda-forge and for all the 
> helpful discussions during Sage Days 101.
>
> Isuru
>

-- 
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-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/9d81eb1c-d9f5-496c-ac7b-d0d8c25baf55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: A question on pickling cached methods

2019-07-02 Thread Kwankyu Lee


On Thursday, June 27, 2019 at 9:45:42 PM UTC+9, Simon King wrote:
>
>
> I think if pickling doesn't preserve the content of the cached method 
> then it is a bug. 
>

UniqueRepresentation objects do not preserve the content of the cached 
method with do_pickle=True.

This problem is solved in https://trac.sagemath.org/ticket/28096 

-- 
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-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/e7dc1423-609c-4007-bd7c-9b6ca1359974%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.