We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getindex(::Nothing, ::Int64)
https://github.com/timholy/SnoopCompile.jl/pull/267/checks?check_run_id=3610545554 shows a MethodError from report. I haven't dug into this package yet, though. Seems to happen on both Julia 1.6 and nightly.
report
The text was updated successfully, but these errors were encountered:
Probably #1687 (cc @ericphanson ). lines here is nothing if the source code can't be found (wonder why?).
lines
nothing
Sorry, something went wrong.
One confusing thing about SnoopCompile is that SnoopCompileCore is a subdir package. Maybe that's it?
Work around JuliaDocs#1698
3330b8c
[bugfix] only pass line number to logger if code block was found, fixes
a7cb9a6
#1698 (#1699)
Successfully merging a pull request may close this issue.
https://github.com/timholy/SnoopCompile.jl/pull/267/checks?check_run_id=3610545554 shows a MethodError from
report
. I haven't dug into this package yet, though. Seems to happen on both Julia 1.6 and nightly.The text was updated successfully, but these errors were encountered: