We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be1bbb commit ebe4093Copy full SHA for ebe4093
src/varinfo.jl
@@ -100,6 +100,8 @@ const TypedVarInfo = VarInfo{<:NamedTuple}
100
const VarInfoOrThreadSafeVarInfo{Tmeta} = Union{
101
VarInfo{Tmeta},ThreadSafeVarInfo{<:VarInfo{Tmeta}}
102
}
103
+# TODO: Remove this
104
+@deprecate VarInfo(vi::VarInfo, x::AbstractVector) unflatten(vi, x)
105
106
# NOTE: This is kind of weird, but it effectively preserves the "old"
107
# behavior where we're allowed to call `link!` on the same `VarInfo`
0 commit comments