[sage-support] Error building Sage: lrcalc-2.1 and python3-3.11.1 failed to build successfully

2024-06-13 Thread Ani J
### Environment ```markdown - **OS**:Ubuntu 22.04.4 LTS - **Sage Version**: sage-10.3 ``` ### Steps To Reproduce 1. I'm trying to install sage in an anaconda environment in Ubuntu 22.04 2. I have run the commands './bootstrap', './configure' 3. Then I installed some packages 4. Then I ran 'mak

Re: [sage-support] Re: No doctests are executed in sage/modular/pollack_stevens/padic_lseries.py

2024-06-13 Thread Matthias Koeppe
I agree, the problem is that currently we cannot distinguish typo'd doctest tags from valid doctest tags that are not present. Part of the solution: https://github.com/sagemath/sage/issues/35856 On Thursday, June 13, 2024 at 7:40:27 AM UTC-7 Vincent Delecroix wrote: > Generalizing the problem of

[sage-support] Re: No doctests are executed in sage/modular/pollack_stevens/padic_lseries.py

2024-06-13 Thread Jens-Erik Riedel
I have created a pull request for this issue . On Thursday 13 June 2024 at 11:22:54 UTC+2 Jens-Erik Riedel wrote: > Thanks to a hint by Dima I found the same typo in two other files. > In sage/structure/factory.pyx line 523 it prevents a doctest from

Re: [sage-support] Re: No doctests are executed in sage/modular/pollack_stevens/padic_lseries.py

2024-06-13 Thread Vincent Delecroix
Generalizing the problem of the OP : it is a severe issue that a tag can completely prevent a file from being tested. On Thu, 13 Jun 2024 at 11:23, Jens-Erik Riedel wrote: > > Thanks to a hint by Dima I found the same typo in two other files. > In sage/structure/factory.pyx line 523 it prevents a

[sage-support] Re: No doctests are executed in sage/modular/pollack_stevens/padic_lseries.py

2024-06-13 Thread Jens-Erik Riedel
Thanks to a hint by Dima I found the same typo in two other files. In sage/structure/factory.pyx line 523 it prevents a doctest from being run. In sage/rings/polynomial/padics/polynomial_padic.py line 277 it is merely cosmetic. I will create a Pull Request with fixes for all three occurrences of t