Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-11-21 | 949 Bytes | |
v1.0.0 source code.tar.gz | 2024-11-21 | 42.2 kB | |
v1.0.0 source code.zip | 2024-11-21 | 60.3 kB | |
Totals: 3 Items | 103.4 kB | 0 |
ResumableFunctions v1.0.0
Merged pull requests: - fix: scoping (#100) (@thofma) - simplify JET (#103) (@Krastanov) - Bump codecov/codecov-action from 4 to 5 (#108) (@dependabot[bot]) - Fix FieldError in latest nightly (#109) (@gbaraldi) - simplify safelog to not use init (#113) (@Krastanov) - v1.0.0 (#115) (@Krastanov)
Closed issues:
- not-nested for loop causes UndefVarError: #temp# not defined
(#14)
- LoadError when yielding tuple with field name identical to local variable name (#32)
- Release v1.0.0? (#63)
- @resumable
breaks blocks scope (#69)
- let blocks without variable assignement like let i; f(i); end
are not supported (#70)
- named tuple syntax breaks @resumable
(#93)
- nested resumable function calls don't seem to work (#105)
- The init function is not compatible with static compilation (#110)