-
Notifications
You must be signed in to change notification settings - Fork 19
Issues: JuliaDynamics/ResumableFunctions.jl
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Syntax error when using
@NamedTuple
types inside resumable function
#104
opened Sep 13, 2024 by
lgoettgens
Use JuliaLowering.jl for a cleaner way to transform resumable functions to finite state machines [$1600]
bounty:1600
bug bounty
There is an award for solving this issue.
#99
opened Aug 1, 2024 by
Krastanov
named tuple syntax breaks Standard syntax or scoping that breaks or gives wrong results with @resumable
@resumable
edge case syntax
#93
opened May 3, 2024 by
Krastanov
enable inference in self-referencing resumable functions
enhancement
#90
opened Feb 12, 2024 by
Krastanov
let blocks without variable assignement like Standard syntax or scoping that breaks or gives wrong results with @resumable
let i; f(i); end
are not supported
edge case syntax
@resumable
breaks blocks scope
edge case syntax
Error
@yield macro outside a @resumable function!
when using @yield inside a macro
#55
opened Oct 6, 2021 by
wmanning-cra
LoadError when yielding tuple with field name identical to local variable name
#32
opened Dec 17, 2018 by
marc-hofmann
ProTip!
Adding no:label will show everything without a label.