Skip to content

Commit

Permalink
refactor: remove SymbolicUtils extension
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Dec 11, 2023
1 parent b243589 commit 7a5c62f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 36 deletions.
15 changes: 1 addition & 14 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,11 @@ uuid = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
authors = ["Aayush Sabharwal <[email protected]> and contributors"]
version = "0.3.0"

[deps]
Requires = "ae029012-a4dd-5104-9daa-d747884805df"

[weakdeps]
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"

[extensions]
SymbolicIndexingInterfaceSymbolicUtilsExt = "SymbolicUtils"

[compat]
Requires = "1.0"
SymbolicUtils = "1.4"
julia = "1"

[extras]
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["SymbolicUtils", "Symbolics","Test"]
test = ["Test"]
14 changes: 0 additions & 14 deletions ext/SymbolicIndexingInterfaceSymbolicUtilsExt.jl

This file was deleted.

8 changes: 0 additions & 8 deletions src/SymbolicIndexingInterface.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module SymbolicIndexingInterface

using Requires

export ScalarSymbolic, ArraySymbolic, NotSymbolic, symbolic_type, hasname, getname
include("trait.jl")

Expand All @@ -16,10 +14,4 @@ include("symbol_cache.jl")
export parameter_values, getp, setp
include("parameter_indexing.jl")

@static if !isdefined(Base, :get_extension)
function __init__()
@require SymbolicUtils="d1185830-fcd6-423d-90d6-eec64667417b" include("../ext/SymbolicIndexingInterfaceSymbolicUtilsExt.jl")
end
end

end

0 comments on commit 7a5c62f

Please sign in to comment.