Skip to content

Commit

Permalink
Fix #737, extend Base.setindex! in deprectation (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmert authored Nov 13, 2020
1 parent ed598ee commit 8543be9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ end

### Changed in PR#632
# - using symbols instead of strings for property keys
import Base: setindex!
@deprecate setindex!(p::Properties, val, name::AbstractString) setindex!(p, val, Symbol(name))

function Base.getindex(parent::Union{File,Group}, path::AbstractString, prop1::AbstractString, val1, pv...)
Expand Down

0 comments on commit 8543be9

Please sign in to comment.