invenia / Memento.jl

A flexible logging library for Julia
https://invenia.github.io/Memento.jl/latest
Other
88 stars 14 forks source link

Switch to `getproperty` for AttributeRecord in 0.7 #87

Closed iamed2 closed 5 years ago

iamed2 commented 6 years ago

When we drop 0.6 we can use getproperty to override property access for AttributeRecords to avoid special-casing getindex for AttributeRecords.