[sage-devel] Re: A little Python 3 status update

2017-12-01 Thread Frédéric Chapoton
Great ! I am impatient that the 24 positive-reviewed tickets for python3 get closed, so that we can move forward again safely. Le mercredi 29 novembre 2017 17:20:33 UTC+1, Erik Bray a écrit : > > Just achieved a result I've been trying to get to pretty much since > diving into helping with the P

[sage-devel] Re: A little Python 3 status update

2018-03-12 Thread Dima Pasechnik
by the way, is there a python3 meta-ticket? I can't find it. On Friday, December 1, 2017 at 9:16:04 AM UTC, Frédéric Chapoton wrote: > > Great ! I am impatient that the 24 positive-reviewed tickets for python3 > get closed, so that we can move forward again safely. > > Le mercredi 29 novembre 201

[sage-devel] Re: A little Python 3 status update

2018-03-13 Thread Frédéric Chapoton
Vanilla sage is now building and starting with python3. But mostly not yet working smoothly. Next logical steps would be : make so that (1) documentation builds (2) doctest framework works Concerning meta-tickets, you can look at https://trac.sagemath.org/query?status=!closed&component=python3

Re: [sage-devel] Re: A little Python 3 status update

2018-03-13 Thread François Bissey
Well I should add that the current vbraun branch where Volker merges tickets before releasing betas is starting with python3. There is still a lot of work around unicode to do before either building documentation or running doctests. François > On 13/03/2018, at 20:14, Frédéric Chapoton wrote: >

Re: [sage-devel] Re: A little Python 3 status update

2018-03-13 Thread Frédéric Chapoton
No need for Volker branch. Sage 8.2.b8 itself starts when built with python3. Le mardi 13 mars 2018 08:48:45 UTC+1, François Bissey a écrit : > > Well I should add that the current vbraun branch where Volker merges > tickets > before releasing betas is starting with python3. There is still a lo

Re: [sage-devel] Re: A little Python 3 status update

2018-03-13 Thread Erik Bray
On Tue, Mar 13, 2018 at 2:45 AM, Dima Pasechnik wrote: > by the way, is there a python3 meta-ticket? I can't find it. There are a couple very old ones that aren't entirely relevant anyore. A starting point is https://trac.sagemath.org/ticket/15530 I started doing some work last week to reorgani

Re: [sage-devel] Re: A little Python 3 status update

2018-03-13 Thread Erik Bray
On Tue, Mar 13, 2018 at 8:48 AM, François Bissey wrote: > Well I should add that the current vbraun branch where Volker merges tickets > before releasing betas is starting with python3. There is still a lot of work > around unicode to do before either building documentation or running doctests. T

Re: [sage-devel] Re: A little Python 3 status update

2018-03-13 Thread Frédéric Chapoton
Could you give us the precise list of tickets that are needed to make the doctest framework work ? Le mardi 13 mars 2018 12:24:33 UTC+1, Erik Bray a écrit : > > On Tue, Mar 13, 2018 at 8:48 AM, François Bissey > wrote: > > Well I should add that the current vbraun branch where Volker merges >

Re: [sage-devel] Re: A little Python 3 status update

2018-03-13 Thread Erik Bray
On Tue, Mar 13, 2018 at 2:42 PM, Frédéric Chapoton wrote: > Could you give us the precise list of tickets that are needed to make the > doctest framework work ? Let me go through and make sure the exact fixes that are needed all have tickets now. I believe they should but I'm not 100% certain. I

Re: [sage-devel] Re: A little Python 3 status update

2018-03-13 Thread Erik Bray
On Tue, Mar 13, 2018 at 2:46 PM, Erik Bray wrote: > On Tue, Mar 13, 2018 at 2:42 PM, Frédéric Chapoton > wrote: >> Could you give us the precise list of tickets that are needed to make the >> doctest framework work ? > > Let me go through and make sure the exact fixes that are needed all > have

Re: [sage-devel] Re: A little Python 3 status update

2018-03-13 Thread Frédéric Chapoton
Thanks Erik. So we are getting close indeed to be able ot use the doctest framework ! And what about doc-building (not so close to be working, I am afraid ) ? Le mardi 13 mars 2018 15:31:04 UTC+1, Erik Bray a écrit : > > On Tue, Mar 13, 2018 at 2:46 PM, Erik Bray > wrote: > > On Tue, Mar 13, 2

Re: [sage-devel] Re: A little Python 3 status update

2018-03-13 Thread Erik Bray
On Tue, Mar 13, 2018 at 3:40 PM, Frédéric Chapoton wrote: > Thanks Erik. So we are getting close indeed to be able ot use the doctest > framework ! And what about doc-building (not so close to be working, I am > afraid ) ? I know I had doc builds mostly working at one point too, but there were so

Re: [sage-devel] Re: A little Python 3 status update

2018-03-13 Thread Frédéric Chapoton
Thanks. I think for the doc we need at least https://trac.sagemath.org/ticket/24312 and https://trac.sagemath.org/ticket/24936 But this does not seem to be enough.. Le mardi 13 mars 2018 15:55:30 UTC+1, Erik Bray a écrit : > > On Tue, Mar 13, 2018 at 3:40 PM, Frédéric Chapoton > wrote: > > T