[sage-devel] UniqueRepresentation of Partitions

2024-11-20 Thread 'Martin R' via sage-devel
Dear all, my intention was to fix a small shortcoming, reported in https://github.com/sagemath/sage/issues/38897, which surfaced a few further small problems. One thing I'm unsure about is the following: Partitions currently inherits from UniqueRepresentation. However, it is frequently used

Re: [sage-devel] Re: [debian-science] Modularized sagemath packages: proof of concept

2024-11-20 Thread 'tobia...@gmx.de' via sage-devel
I don't understand what you are saying. When you say "works on Windows" do you mean that the build works? I am certain that sig_on and sig_off do not work on Windows if you have not added any Windows-specific signal handling. Yes, the build works on Windows as well as all tests are passing

Re: [sage-devel] Re: [debian-science] Modularized sagemath packages: proof of concept

2024-11-20 Thread Dima Pasechnik
On 20 November 2024 01:06:39 GMT-06:00, "'tobia...@gmx.de' via sage-devel" wrote: >The new version of cysignals, released just a couple of hours ago, now >builds using Meson and works fine on Windows. Thanks Dima and Frédéric for >the quick reviews and the new release! I still need to figur

Re: [sage-devel] Re: [debian-science] Modularized sagemath packages: proof of concept

2024-11-20 Thread Dima Pasechnik
On Wed, Nov 20, 2024 at 10:34 AM Antonio Rojas wrote: > > El miércoles, 20 de noviembre de 2024 a las 15:37:32 UTC+1, dim...@gmail.com > escribió: > > > > On 20 November 2024 01:06:39 GMT-06:00, "'tobia...@gmx.de' via sage-devel" > wrote: > >The new version of cysignals, released just a couple

Re: [sage-devel] Re: [debian-science] Modularized sagemath packages: proof of concept

2024-11-20 Thread Dima Pasechnik
Hi Marc, On Wed, Nov 20, 2024 at 8:55 AM Marc Culler wrote: > > > > On Wednesday, November 20, 2024 at 1:06:39 AM UTC-6 tobia...@gmx.de wrote: > > The new version of cysignals, released just a couple of hours ago, now builds > using Meson and works fine on Windows. > > > > @Marc, Nathan & collab

Re: [sage-devel] Re: [debian-science] Modularized sagemath packages: proof of concept

2024-11-20 Thread Antonio Rojas
El miércoles, 20 de noviembre de 2024 a las 15:37:32 UTC+1, dim...@gmail.com escribió: On 20 November 2024 01:06:39 GMT-06:00, "'tobia...@gmx.de' via sage-devel" < sage-...@googlegroups.com> wrote: >The new version of cysignals, released just a couple of hours ago, now >builds using Meson and

Re: [sage-devel] Re: [debian-science] Modularized sagemath packages: proof of concept

2024-11-20 Thread Marc Culler
On Wednesday, November 20, 2024 at 1:06:39 AM UTC-6 tobia...@gmx.de wrote: The new version of cysignals, released just a couple of hours ago, now builds using Meson and works fine on Windows. @Marc, Nathan & collaborators: I've seen that CyPari has some Windows-specific signal handling. Wo