Skip to content

Commit

Permalink
Merge pull request #1106 from AayushSabharwal/as/getname-symbol
Browse files Browse the repository at this point in the history
fix: remove `getname(::Symbol)` method, defined in SII now
  • Loading branch information
ChrisRackauckas committed Mar 28, 2024
2 parents e161298 + 5c2df34 commit 7478e2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Symbolics"
uuid = "0c5d862f-8b57-4792-8d23-62f2024744c7"
authors = ["Shashi Gowda <gowda@mit.edu>"]
version = "5.26.0"
version = "5.27.0"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand Down Expand Up @@ -81,7 +81,7 @@ SciMLBase = "2"
Setfield = "1"
SpecialFunctions = "2"
StaticArrays = "1.1"
SymbolicIndexingInterface = "0.3.12"
SymbolicIndexingInterface = "0.3.14"
SymbolicLimits = "0.2.0"
SymbolicUtils = "1.4"
julia = "1.10"
Expand Down
2 changes: 0 additions & 2 deletions src/wrapper-types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ function set_where(subt, supert)
Expr(:where, supert, Ts...)
end

SymbolicIndexingInterface.getname(x::Symbol) = x

function SymbolicIndexingInterface.getname(x::Expr)
@assert x.head == :curly
return x.args[1]
Expand Down

0 comments on commit 7478e2f

Please sign in to comment.