Skip to content

Commit 7a5c62f

Browse files
refactor: remove SymbolicUtils extension
1 parent b243589 commit 7a5c62f

File tree

3 files changed

+1
-36
lines changed

3 files changed

+1
-36
lines changed

Project.toml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,11 @@ uuid = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
33
authors = ["Aayush Sabharwal <[email protected]> and contributors"]
44
version = "0.3.0"
55

6-
[deps]
7-
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
8-
9-
[weakdeps]
10-
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
11-
12-
[extensions]
13-
SymbolicIndexingInterfaceSymbolicUtilsExt = "SymbolicUtils"
14-
156
[compat]
16-
Requires = "1.0"
17-
SymbolicUtils = "1.4"
187
julia = "1"
198

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

2512
[targets]
26-
test = ["SymbolicUtils", "Symbolics","Test"]
13+
test = ["Test"]

ext/SymbolicIndexingInterfaceSymbolicUtilsExt.jl

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/SymbolicIndexingInterface.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
module SymbolicIndexingInterface
22

3-
using Requires
4-
53
export ScalarSymbolic, ArraySymbolic, NotSymbolic, symbolic_type, hasname, getname
64
include("trait.jl")
75

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

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

0 commit comments

Comments
 (0)