Backward incompatilbe change in detect_ambiguities #37360
Labels
needs news
A NEWS entry is required for this change
testsystem
The unit testing framework and Test stdlib
I just noticed that #36962 removed
imported
keyword argument fromTest.detect_ambiguities
. Since it is not mentioned in the documentation (https://docs.julialang.org/en/v1.6-dev/stdlib/Test/), it is technically unclear if we need to treatdetect_ambiguities
as public API. However, as it is exported since 2016 (Julia v0.5) be8679e, I suggest to treat this function as a public API.@vtjnash Is it possible to add the new algorithm without changing the signature? At least, I think it's better to keep
imported
and show depwarn when non-default value is given.I can create a PR to add no-op
imported
keyword argument if that's an appropriate solution.The text was updated successfully, but these errors were encountered: