You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This action does not appear to cap on the version upper bounds for dependent packages.
Of course, that can be addressed by the user, but definitely should be addressed in this action.Edit: cf. PR #22
The text was updated successfully, but these errors were encountered:
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.
Is it planned to support SnoopCompile v3 or is there another recommendation (e.g., to restrict the Julia version to v1.10)?
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: