Closed fonsp closed 7 months ago
On Julia nightly (today) it fails:
fons@georgettarm:~$ julia-b50344fa0a/bin/julia ./method\ tables.jl
Error During Test at /home/fons/method tables.jl:125
Test threw exception
Expression: tan(missing) === missing
MethodError: tan(::Missing) is ambiguous.
ERROR: LoadError: There was an error during testing
in expression starting at /home/fons/method tables.jl:125
Looks like the original method is still there somehow...
It's probably happening since https://github.com/JuliaLang/julia/pull/53415 , which says it will make things easier for us, interesting!
It looks like we have a new issue with method tables on Julia nightly. See the last CI runs on https://github.com/fonsp/Pluto.jl/pull/2815
Here is a MWE that probably fails on nightly:
It works on Julia 1.6, Julia 1.10, and this older Julia nightly that I have installed
I'm on a hotspot so I can't download the latest Julia nightly at the moment. But this should help debug the issue!