You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using ResumableFunctions
@resumablefunctiongen(n)
for i=1:n, j=1:n
@yield i
endendcollect(gen(10))
gives
ERROR: UndefVarError: #temp# not defined
Stacktrace:
[1] (::##688)(::Void) at /home/ubuntu/.julia/v0.6/MacroTools/src/utils.jl:2
[2] _collect(::UnitRange{Int64}, ::##688, ::Base.HasEltype, ::Base.SizeUnknown) at ./array.jl:442
[3] collect(::##688) at ./array.jl:431
The text was updated successfully, but these errors were encountered:
on ResumableFunctions 0.1.10 and julia 0.6.2
gives
The text was updated successfully, but these errors were encountered: