-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Support for SnoopCompile v3 #18
Comments
SnoopCompile v3 was just released and now this action crashes: ERROR: LoadError: UndefVarError: `@snoopr` not defined |
Closed
SnoopCompile v2 is not compatible with Julia v1.11: ERROR: LoadError: MethodError: no method matching getindex(::Core.MethodInstance, ::Int64)SnoopCompile Since Julia v1.11 was released, fixing to v2 (#22) causes problems. |
Merged
timholy
added a commit
that referenced
this issue
Nov 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The development branch of SnoopCompile has moved to a new major version v3.
timholy/SnoopCompile.jl#384
Proposals: timholy/SnoopCompile.jl#382
This action does not appear to cap on the version upper bounds for dependent packages.Edit: cf. PR #22Of course, that can be addressed by the user, but definitely should be addressed in this action.
The text was updated successfully, but these errors were encountered: