Open apaz-cli opened 1 year ago
Apply these changes if https://github.com/JuliaLang/julia/pull/47369 gets merged.
The error message for MethodError currently applies to both calls to functions and invoke(), but did not specify which the error came from. Fixing this will break some tests, hence this PR.
invoke()
Thank you.
Apply these changes if https://github.com/JuliaLang/julia/pull/47369 gets merged.
The error message for MethodError currently applies to both calls to functions and
invoke()
, but did not specify which the error came from. Fixing this will break some tests, hence this PR.