Skip to content

Commit

Permalink
Merge pull request #1183 from JuliaSymbolics/commonworld
Browse files Browse the repository at this point in the history
Add CommonWorldInvalidations world
  • Loading branch information
ChrisRackauckas authored Jun 29, 2024
2 parents 0a212c7 + 5effec3 commit 09b5ce3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "5.32.0"
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Bijections = "e2ed5e7c-b2de-5872-ae92-c73ca462fb04"
CommonWorldInvalidations = "f70d9fcc-98c5-4d4a-abd7-e4cdeebd8ca8"
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
Expand Down Expand Up @@ -57,6 +58,7 @@ SymbolicsSymPyExt = "SymPy"
ADTypes = "1.0"
ArrayInterface = "7"
Bijections = "0.1"
CommonWorldInvalidations = "1"
ConstructionBase = "1.2"
DataStructures = "0.18"
DiffRules = "1.4"
Expand Down
6 changes: 6 additions & 0 deletions src/Symbolics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ module Symbolics

using PrecompileTools

import PrecompileTools: @recompile_invalidations

@recompile_invalidations begin
import CommonWorldInvalidations
end

using DocStringExtensions, Markdown

using LinearAlgebra
Expand Down

0 comments on commit 09b5ce3

Please sign in to comment.