Size: 2225
Comment:
|
Size: 2333
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 34: | Line 34: |
A. Make sure that the pdf documentation builds correctly. There remains just on issue about `__div__`. |
Sage Days 3000: porting Sage to Python 3
9 July 2018 – 13 July 2018
Ghent University (Gent, Belgium)
CANCELED |
(or rather postponed to some ulterior dates)
Goal
This is a small-scale workshop for Sage developers with a specific focus on porting Sage to Python 3. While a lot of effort has been done for this, we hope that this workshop will accelerate this.
Organizer
- Jeroen Demeyer (Ghent University)
Participants
Frédéric Chapoton (CNRS & Université de Strasbourg)
- Jeroen Demeyer (Ghent University)
Funding
For participants without travel grants, the OpenDreamKit project has some money available.
Some specific tasks
1. ensure that "make doc" works : https://patchbot.sagemath.org/log/0/Ubuntu/18.04/x86_64/4.15.0-20-generic/petitbonum/2018-06-11%2009:26:28?plugin=docbuild
Make sure that the pdf documentation builds correctly. There remains just on issue about __div__.
- update some packages
✓ update pynac : https://trac.sagemath.org/ticket/24838 ; https://trac.sagemath.org/ticket/24751 ; https://trac.sagemath.org/ticket/24752
update sagenb : https://github.com/sagemath/sagenb/pull/446 and https://github.com/sagemath/sagenb/pull/449
update brial : https://trac.sagemath.org/ticket/24786
- make all doctests pass
✓ fix doctests in plot/plot.py : https://trac.sagemath.org/ticket/25579/
fix doctests in src/sage/combinat/root_system/plot.py (involves https://trac.sagemath.org/ticket/25677)
✓ fix pickling : https://trac.sagemath.org/ticket/24582/
- fix all doctests of some touchstone files (for example src/sage/schemes/elliptic_curves/ell_rational_field.py)
- fix all doctests of some core files (for example src/sage/rings/integer_ring.pyx)
2. monitor the progress
- estimate how many files still have doctest failures
- tools to check for progress and prevent regression
enhance the patchbot "pyflakes" plugin : https://github.com/sagemath/sage-patchbot/issues/128
patchbot doctests on sage3 (beware HUGE FILE ~ 90 Mb) : https://patchbot.sagemath.org/log/0/Ubuntu/18.04/x86_64/4.15.0-20-generic/petitbonum/2018-06-15%2012:41:41?short