Hi Martin, On Tuesday, November 5, 2024 at 4:50:28 PM UTC+2 axio...@yahoo.de wrote:
Does somebody have an old version of sage, so we can see whether this is a regression? Versions 9.5 - 10.4 produce the output you posted. Versions 9.0 - 9.4 take about 6 minutes and produce "1". Versions 7.0 - 8.8 do not terminate within 12 minutes. Fwiw, you can test something like this "interactively" in bash or zsh (assuming you have a good amount of disk space): cat - | eval `echo -n 'tee -p'; for major in $(seq 7 10); do for minor in $(seq 0 9); do echo -n " >(docker run --rm -i sagemath/sagemath:$major.$minor sage -q | sed --unbuffered s/^/\[$major.$minor\]/ )"; done; done` -- 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+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/sage-devel/2a983f58-516a-4e2b-9c06-a4d73d013dbfn%40googlegroups.com.