JuliaData / NamedTuples.jl

[DEPRECATED] NamedTuples.jl
Other
30 stars 17 forks source link

Stackoverflow using named tuples in broadcasting #57

Open BeastyBlacksmith opened 6 years ago

BeastyBlacksmith commented 6 years ago

The following will cause an infinite error message and crash julia or flood the RAM

a = zeros(2)
a .= @NT( a1=1, a2=2 )

On 0.6.2