ResumableFunctions.jl icon indicating copy to clipboard operation
ResumableFunctions.jl copied to clipboard

named tuple syntax breaks `@resumable`

Open Krastanov opened this issue 1 year ago • 0 comments

This fails:

@resumable function f(b)
    (;a) = b
end

with

ERROR: syntax: invalid assignment location "(((parameters (. _fsmi (inert a)))),)" 

Krastanov avatar May 03 '24 19:05 Krastanov