-
Notifications
You must be signed in to change notification settings - Fork 49
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
Make Cthulhu.jl a weakdep, implement CthulhuExt.jl #381
Conversation
@aviatesk, could you please look this over? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #381 +/- ##
==========================================
+ Coverage 78.96% 85.72% +6.75%
==========================================
Files 17 17
Lines 2054 2179 +125
==========================================
+ Hits 1622 1868 +246
+ Misses 432 311 -121 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM albeit some comments below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
snoopi_deep_analysis.md and snoopr.md contain documentation on using Cthulhu.ascend
for analysis. However with this PR ascend
will not be available when loading SnoopCompile
only. Could you update these documents to reflect this change? We also need to remove the export
of ascend
too.
I fixed the documentation and |
Awesome, thanks! |
xref #382 |
This is a continuation of #376 for Cthulhu.jl after #379