Skip to content

Commit

Permalink
Migrate from SnoopPrecompile to PrecompileTools (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Apr 25, 2023
1 parent e34e56f commit c0a6a26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ authors = ["Ben J. Ward <benjward@protonmail.com>"]
version = "5.1.2"

[deps]
SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"

[compat]
julia = "1"
SnoopPrecompile = "1"
PrecompileTools = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
4 changes: 2 additions & 2 deletions src/workload.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using SnoopPrecompile
using PrecompileTools

@precompile_all_calls begin
@compile_workload begin
for sym in [DNA_W, RNA_U, AA_Y]
print(IOBuffer(), sym)
Char(sym)
Expand Down

0 comments on commit c0a6a26

Please sign in to comment.