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

Turn Cthulhu and JET into weakdeps #376

Closed
wants to merge 3 commits into from

Conversation

mkitti
Copy link
Contributor

@mkitti mkitti commented Feb 26, 2024

Create CthulhuExt and JETExt extension packages

Cthulhu.jl and JET.jl are rather large and complicated dependencies.

By making them weak dependencies, we increase the likelihood that SnoopCompile.jl could be loaded on development branches of Julia.

At the time of this writing, SnoopCompile.jl cannot be loaded on the Julia 1.11 branch due to an issue with Cthulhu precompilation.

src/parcel_snoopi_deep.jl Outdated Show resolved Hide resolved
test/runtests.jl Outdated Show resolved Hide resolved
@aviatesk
Copy link
Collaborator

aviatesk commented Apr 10, 2024

Thanks for your PR, @mkitti , and sorry for being late to response! Unfortunately, this seems to be broken on Julia versions earlier than 1.8 (pre pkg extensions), so I'd like to go with #379 first. I'd appreciate if we can merge the change to make Cthulhu integration lazy from this PR though. Do you want to update this PR, or want me to work on that?

Copy link

codecov bot commented Apr 10, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 84.09%. Comparing base (622b233) to head (e98670a).
Report is 1 commits behind head on master.

Files Patch % Lines
src/parcel_snoopi_deep.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #376      +/-   ##
==========================================
+ Coverage   78.96%   84.09%   +5.12%     
==========================================
  Files          17       17              
  Lines        2054     2163     +109     
==========================================
+ Hits         1622     1819     +197     
+ Misses        432      344      -88     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mkitti
Copy link
Contributor Author

mkitti commented Apr 14, 2024

Closing to rebase and refactor

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 this pull request may close these issues.

2 participants