You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neither Aqua.test_all(ChainRulesCore) nor detect_ambiguities(ChainRulesCore, recursive=true) show == as ambiguous any more, although there are other ambiguous methods. So I guess this issue can be closed.
==
with anAny
argument is ambiguous with==
onMissing
andWeakRef
. Maybe specific methods for those types can be added here forAbstractThunk
?Otherwise Aqua.jl ambiguity testing is broken for all dependent packages.
See:
SimonDanisch/AbstractNumbers.jl#16
with CI breaking for ChainRulesCore ambiguities here:
https://github.com/SimonDanisch/AbstractNumbers.jl/runs/5208526811?check_suite_focus=true#step:5:106
The text was updated successfully, but these errors were encountered: