On OS X, if I run `./configure && make ptestlong`, I now only see one or two doctest failures (old ones):
sage -t --long --random-seed=131365868289497726973344316901453636879 src/sage/rings/polynomial/multi_polynomial_ideal.py # Killed due to segmentation fault sage -t --long --random-seed=131365868289497726973344316901453636879 src/sage/libs/giac/__init__.py # Timed out (See https://github.com/sagemath/sage/issues/35646.) This is progress: in the past I had to use `./configure --with-system-singular=no`, and now Sage rejects Homebrew's Singular, which had been leading to doctest failures. On Friday, September 1, 2023 at 4:13:16 PM UTC-7 Volker Braun wrote: > As always, you can get the latest beta version from the "develop" git > branch. Alternatively, the self-contained source tarball is at > http://www.sagemath.org/download-latest.html > > > 6ea1fe936cc (tag: 10.2.beta1, github/develop) Updated SageMath version to > 10.2.beta1 > 57852a89c5c gh-36160: Fix documentation previews using mathjax cdns > 2272afd433d gh-36157: some pep for E30 and more in quadratic forms > 09dd4037857 gh-36156: detect the zero series when returning an exact stream > 78f50ec073b gh-36155: random elt for colored permutations > 24de879c812 gh-36149: Fix doctest in > `src/sage/algebras/quantum_groups/quantum_group_gap.py` > 952696e19c6 gh-36148: fix the 2 broken linters > 9546d9083c5 gh-36147: Fixing many e305 > d6b045fa7cb gh-36145: build/pkgs/mathjax/distros/gentoo.txt: Fix > 0d42e23c772 gh-36143: Fix two "Computational Math.." book doctests > 1a76c80cfc6 gh-36142: python-style loops in `sage.graphs` > 37377bce9cb gh-36139: fix Conrey number of trivial Dirichlet character > d52db9fcac0 gh-36136: `sage.combinat.root_system`: Modularization fixes, > `# needs` > 33c99ab4326 gh-36127: Bandaid for polynomial evaluation > 52c795630e5 gh-36117: run GitHub actions locally using gh act > 5f56ed5dc43 gh-36115: small improvements for functorial composition > f8b3a91f155 gh-36109: Prepare for updating Cython to 3.0.0 > 22446cb727d gh-36105: `sage.rings.finite_rings.element_*`: Remove unused > imports > f4b2fe98b99 gh-36095: Implementing a generic one method for unital algebras > 8c8f129be7f gh-36088: add some links to python error classes in the doc > bfb6b3c0bba gh-35934: build/pkgs/singular: Upgrade to 4.3.2p7, reject > system Singular without FLINT > 81e4eba4f31 gh-35376: Update Zariski-van Kampen functions > d0759e88546 gh-35338: improve performance of stream cauchy invert > 6695becb762 (tag: 10.2.beta0) Updated SageMath version to 10.2.beta0 > -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/e18ef49d-56c4-4544-94ee-38dd4e59a2d8n%40googlegroups.com.
