We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_def
1 parent 2911b1e commit 92cb6b8Copy full SHA for 92cb6b8
src/packagedef.jl
@@ -1088,7 +1088,7 @@ function get_def(method::Method; modified_files=revision_queue)
1088
# Lookup can fail for macro-defined methods, see https://github.com/JuliaLang/julia/issues/31197
1089
# We need to find the right file.
1090
if method.module == Base || method.module == Core || method.module == Core.Compiler
1091
- @warn "skipping $method to avoid parsing too much code"
+ @warn "skipping $method to avoid parsing too much code" maxlog=1 _id=method
1092
CodeTracking.invoked_setindex!(CodeTracking.method_info, method.sig, missing)
1093
return false
1094
end
0 commit comments