Thanks for this new development release!

On a MacBook Air (early 2014) with
macOS 10.14.6 Mojave, with Homebrew
(but having removed Homebrew packages
gcc@9, [email protected], arb, flint, gap, singular),
`make` succeeds but `make testlong` fails
unexpectedly still referring to [email protected].

For example:

```
sage -t --long --warn-long 120.7 --random-seed=0 src/sage/misc/superseded.py
**********************************************************************
File "src/sage/misc/superseded.py", line 368, in
sage.misc.superseded.DeprecatedFunctionAlias.__name__
Failed example:
    cython('\n'.join([
        r"from sage.misc.superseded import deprecated_function_alias",
        r"cdef class cython_cls(object):",
        r"    def new_cython_meth(self):",
        r"        return 1",
        r"    old_cython_meth = deprecated_function_alias(13109,
new_cython_meth)"
    ]))
Expected nothing
Got:
    ld: warning: directory not found for option
'-L/usr/local/opt/[email protected]/lib'
**********************************************************************
1 item had failures:
   1 of  10 in sage.misc.superseded.DeprecatedFunctionAlias.__name__
    [59 tests, 1 failure, 3.46 s]
```

Logs:

https://www.math.u-psud.fr/~lelievre/sagelogs/
slel-2020-09-09-sage-9-2-b12-t-30536-mac.zip

-- 
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/CAEcArF0y0AYGfZMTqZmK%3DbEdGJDGtdPO9Lx-%3DV2KHwBnrSTzsg%40mail.gmail.com.

Reply via email to