Skip to content

Commit

Permalink
Add PrecompileSignatures back
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Jan 17, 2023
1 parent 86de0d4 commit d94064b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ MIMEs = "6c6e2e6c-3030-632d-7369-2d6c69616d65"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
MsgPack = "99f44e22-a591-53d1-9472-aa23ef4bd671"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PrecompileSignatures = "91cefc8d-f054-46dc-8f8c-26e11d7c5411"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
RegistryInstances = "2792f1a3-b283-48e8-9a74-f99dce5104f3"
RelocatableFolders = "05181044-ff0b-4ac5-8273-598c1e38db00"
Expand All @@ -36,6 +37,7 @@ HTTP = "^1.0.2"
HypertextLiteral = "0.7, 0.8, 0.9"
MIMEs = "0.1"
MsgPack = "1.1"
PrecompileSignatures = "3"
RegistryInstances = "0.1"
RelocatableFolders = "0.1, 0.2, 0.3, 1"
SnoopPrecompile = "1"
Expand Down
3 changes: 3 additions & 0 deletions src/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ SnoopPrecompile.@precompile_all_calls begin
PkgCompat.create_empty_ctx()
PkgCompat.check_registry_age()
end

using PrecompileSignatures: @precompile_signatures
@precompile_signatures(Pluto)

0 comments on commit d94064b

Please sign in to comment.