[sage-devel] Re: Question about Morphism and SchemeMorphism (Issue 14711)

2024-04-02 Thread Gareth Ma
I have looked into some of the issues and TODOs discussed in #14711, and put my thoughts under #37705. In particular, to merge `SchemeMorphism` with `Morphism` (or at least make SchemeMorphism inherit from Morphism), I think the coercion model should be tweaked, so opinions from experts are

Re: [sage-devel] xz/liblzma has been compromised

2024-04-02 Thread Georgi Guninski
The Register journo analysis of the SNAFU: https://www.theregister.com/2024/04/01/xz_backdoor_open_source/ -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-devel] Problem with InfinitePolynomialRing

2024-04-02 Thread 'Martin R' via sage-devel
The following is giving me a headache. In a fresh session, do sage: R. = InfinitePolynomialRing(SR) sage: p = a[0].polynomial() sage: R(p) ... RuntimeError: Symbolic Ring still using old coercion framework I tried all day to make sense of the element_constructor of the InfinitePolynomialRIng

Re: [sage-devel] Unexpected and incorrect behavior in Automaton.process

2024-04-02 Thread 'Clemens Heuberger' via sage-devel
I'll give some comments on the first test below. I am not sure whether we should continue the discussion here on the mailing list or whether we do it on a github issue (in that case, please Cc dkrenn and myself (cheuberg)). I also propose to discuss the issues one at a time and not combining