[sage-devel] Re: Modularization project: II. The tools

2023-08-01 Thread Matthias Koeppe
This new tool is available in the latest beta. https://github.com/sagemath/sage/wiki/Sage-10.1-Release-Tour#new-developer-tools-modularization-deprecations On Friday, July 7, 2023 at 9:59:50 PM UTC-7 Matthias Koeppe wrote: > On Saturday, June 17, 2023 at 9:51:05 AM UTC-7 Matthias Koeppe wrote: >

[sage-devel] Re: Modularization project: II. The tools

2023-07-07 Thread Matthias Koeppe
On Saturday, June 17, 2023 at 9:51:05 AM UTC-7 Matthias Koeppe wrote: Some new Issues / PRs to improve the tools: Codeblock-scoped # optional annotations for doctests (modularization) #35750 #35790: Doctest # optional / # long / # needs annotation

[sage-devel] Re: Modularization project: II. The tools

2023-07-07 Thread Matthias Koeppe
On Saturday, June 17, 2023 at 9:51:05 AM UTC-7 Matthias Koeppe wrote: - #35790: Doctest # optional / # long / # needs annotation maintenance tool This is now ready for review. -- You received this message because you are subscribed to the Google

[sage-devel] Re: Modularization project: II. The tools

2023-06-23 Thread Matthias Koeppe
On Monday, June 12, 2023 at 11:13:26 AM UTC-7 Matthias Koeppe wrote: *The monorepo. *Sage development will continue to use the same one repository sagemath/sage for development of the Sage distribution, the Sage library, and the documentation. And the structur

[sage-devel] Re: Modularization project: II. The tools

2023-06-17 Thread Matthias Koeppe
Some new Issues / PRs to improve the tools: - #35779 : Implement persistent optional tag s: needs review