This package was noted to fail on the 1.2 branch of Julia. The usage of func_for_method_checked was changed in https://github.com/JuliaLang/julia/pull/31025 to also take an sparams argument. The old usage was deprecated but the function depwarn is not available in Core.Compiler. Using the Base version of this function will show the deprecation message instead of hard errorring.
Coverage increased (+0.7%) to 78.713% when pulling 35c9b520bb189576f7cc953d99559f47d45e7292 on KristofferC:patch-1 into c7bbd98dc11612521c1ea8d27bd23b9ebd4a78c1 on BenLauwens:master.
Coverage increased (+0.7%) to 78.713% when pulling 35c9b520bb189576f7cc953d99559f47d45e7292 on KristofferC:patch-1 into c7bbd98dc11612521c1ea8d27bd23b9ebd4a78c1 on BenLauwens:master.
This package was noted to fail on the 1.2 branch of Julia. The usage of
func_for_method_checked
was changed in https://github.com/JuliaLang/julia/pull/31025 to also take ansparams
argument. The old usage was deprecated but the functiondepwarn
is not available inCore.Compiler
. Using theBase
version of this function will show the deprecation message instead of hard errorring.