Closed timholy closed 1 year ago
Merging #44 (92e400e) into master (00012a7) will increase coverage by
0.05%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #44 +/- ##
==========================================
+ Coverage 89.74% 89.80% +0.05%
==========================================
Files 36 36
Lines 1795 1795
==========================================
+ Hits 1611 1612 +1
+ Misses 184 183 -1
Impacted Files | Coverage Δ | |
---|---|---|
src/precompile/precompile.jl | 100.00% <100.00%> (ø) |
... and 1 file with indirect coverage changes
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
@timholy - many thanks!
This pull request migrates the package from SnoopPrecompile to PrecompileTools. PrecompileTools is nearly a drop-in replacement except that there are changes in naming and how developers locally disable precompilation (to make their development workflow more efficient). These changes are described in PrecompileTool's enhanced documentation, which also includes instructions for users on how to set up custom "Startup" packages, handling precompilation tasks that are not amenable to workloads, and tips for troubleshooting.
Why the new package? It meets several goals:
For more information and discussion, see this discourse post.