jfeist / QuantumAlgebra.jl

Quantum operator algebra in Julia
MIT License
60 stars 10 forks source link

Migrate from SnoopPrecompile to PrecompileTools #19

Closed timholy closed 1 year ago

timholy commented 1 year ago

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.

codecov[bot] commented 1 year ago

Codecov Report

Merging #19 (abcfb3d) into main (37daeed) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #19   +/-   ##
=======================================
  Coverage   85.59%   85.59%           
=======================================
  Files          12       12           
  Lines        1208     1208           
=======================================
  Hits         1034     1034           
  Misses        174      174           
Impacted Files Coverage Δ
src/precompile.jl 96.59% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more