Skip to content
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

Open
kimikage opened this issue Apr 24, 2024 · 2 comments
Open

Support for SnoopCompile v3 #18

kimikage opened this issue Apr 24, 2024 · 2 comments

Comments

@kimikage
Copy link

kimikage commented Apr 24, 2024

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.
Of course, that can be addressed by the user, but definitely should be addressed in this action.
Edit: cf. PR #22

@schillic
Copy link

SnoopCompile v3 was just released and now this action crashes:

ERROR: LoadError: UndefVarError: `@snoopr` not defined

@schillic
Copy link

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)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants