From 1f364f0c2fc96575961d22064ffcdffd8356faef Mon Sep 17 00:00:00 2001 From: apaz-cli Date: Wed, 23 Nov 2022 14:20:30 -0600 Subject: [PATCH] Preemptively fix tests that are about to break 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. --- docs/src/attribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/attribute.md b/docs/src/attribute.md index 75730a7..4db7c08 100644 --- a/docs/src/attribute.md +++ b/docs/src/attribute.md @@ -278,7 +278,7 @@ When we normalize attribute names, we strip leading underscores. We don't expand into attributes things that don't look like attributes. @htl "" - #-> ERROR: MethodError: no method matching inside_tag(::Int64)⋮ + #-> ERROR: MethodError: no method matching for call to inside_tag(::Int64)⋮ One can add additional attributes following a bare name.