Skip to content

Commit

Permalink
Merge pull request #38 from timholy/teh/precompiletools
Browse files Browse the repository at this point in the history
Migrate from SnoopPrecompile to PrecompileTools
  • Loading branch information
onetonfoot authored Aug 8, 2023
2 parents bae1ed7 + 3fe727c commit 38124f9
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 @@ -24,7 +24,7 @@ Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
PkgVersion = "eebad327-c553-4316-9ea0-9fa01ccd7688"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
Term = "22787eb5-b846-44ae-b979-8e399b8463ab"
Expand All @@ -50,7 +50,7 @@ OrderedCollections = "1"
Parsers = "2.3"
PkgVersion = "0.3"
Revise = "3.3"
SnoopPrecompile = "1.0"
PrecompileTools = "1.0"
StructTypes = "1.10"
Term = "1"
URIs = "1.3"
Expand Down
4 changes: 2 additions & 2 deletions src/Bonsai.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Bonsai
__revise_mode__ = :eval
using Revise

using HTTP, JSON3, StructTypes, Dates, FilePaths, SnoopPrecompile
using HTTP, JSON3, StructTypes, Dates, FilePaths, PrecompileTools
import HTTP: Request, Response, Stream

include("compose.jl")
Expand All @@ -27,6 +27,6 @@ include("certs.jl")
include("server.jl")

precompile() = include("precompile.jl")
@precompile_all_calls precompile()
@compile_workload precompile()

end

0 comments on commit 38124f9

Please sign in to comment.