Re: [sage-devel] Sage-10.4 fails to build

2024-08-03 Thread Niranjana K M
I could build till sagelib with the patched flint. Now I get an error in building doc. [spkg-install] [reference] WARNING: unsupported theme option 'source_view_link' given [spkg-install] [reference] The HTML pages are in ../../local/share/doc/sage/html/en/reference/references. [spkg-install] Erro

Re: [sage-devel] Re: ssl problem

2024-08-03 Thread Dima Pasechnik
I might sound like a broken record, but this is yet another proof that the "ability" of Sage to build its own copy of Python is useless and a waste of everyone's time. Dima On 1 August 2024 20:15:59 BST, 'Martin R' via sage-devel wrote: >Thank you! It seems that this worked (final confirm

Re: [sage-devel] Bug in `factor` for multivariate polynomials over QQbar

2024-08-03 Thread Dima Pasechnik
already reported in https://github.com/sagemath/sage/issues/33327 On Sat, Aug 3, 2024 at 12:02 PM Dima Pasechnik wrote: > > On Sat, Aug 3, 2024 at 11:46 AM Dima Pasechnik wrote: > > > > On Sat, Aug 3, 2024 at 11:19 AM Dima Pasechnik wrote: > > > > > > This probably has to do with the limited ca

Re: [sage-devel] Bug in `factor` for multivariate polynomials over QQbar

2024-08-03 Thread Dima Pasechnik
On Sat, Aug 3, 2024 at 11:46 AM Dima Pasechnik wrote: > > On Sat, Aug 3, 2024 at 11:19 AM Dima Pasechnik wrote: > > > > This probably has to do with the limited capacities of Sage preparser, > > which converts Sage extensions to the plain Python. > > It apparently cannot split lines with multipl

Re: [sage-devel] Bug in `factor` for multivariate polynomials over QQbar

2024-08-03 Thread Dima Pasechnik
On Sat, Aug 3, 2024 at 11:19 AM Dima Pasechnik wrote: > > This probably has to do with the limited capacities of Sage preparser, which > converts Sage extensions to the plain Python. > It apparently cannot split lines with multiple commands. > PRs to improve this welcome. Oops, no, sorry, my bad

Re: [sage-devel] Bug in `factor` for multivariate polynomials over QQbar

2024-08-03 Thread Dima Pasechnik
This probably has to do with the limited capacities of Sage preparser, which converts Sage extensions to the plain Python. It apparently cannot split lines with multiple commands. PRs to improve this welcome. HTH Dima On 3 August 2024 06:58:40 BST, 'Peter Mueller' via sage-devel wrote: >The l

[sage-devel] Re: Bug in `factor` for multivariate polynomials over QQbar

2024-08-03 Thread Eric Gourgoulhon
FWIW, this bug is already there in Sage 9.8 (released in Feb 2023). Eric. Le samedi 3 août 2024 à 07:58:40 UTC+2, Peter Mueller a écrit : > The line `R. = QQbar[]; factor(a^2 - 2*c^2)` raises a > > ValueError: variable name '@c' is not alphanumeric > > while the same line with `c` replaced with