issues
search
JuliaDynamics
/
ResumableFunctions.jl
C# style generators a.k.a. semi-coroutines for Julia.
Other
160
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Base.intersect doesn't work for resumable functions
#107
MarkNahabedian
opened
1 week ago
1
nested resumable function calls don't seem to work
#105
brianguenter
closed
1 month ago
1
Syntax error when using `@NamedTuple` types inside resumable function
#104
lgoettgens
opened
1 month ago
4
simplify JET
#103
Krastanov
closed
1 month ago
2
feat: Add `length` support
#102
thofma
closed
2 months ago
2
dummy
#101
thofma
closed
2 months ago
1
fix: scoping
#100
thofma
opened
3 months ago
16
Use JuliaLowering.jl for a cleaner way to transform resumable functions to finite state machines [$1600]
#99
Krastanov
opened
3 months ago
4
Bump dawidd6/action-download-artifact from 5 to 6
#98
dependabot[bot]
closed
4 months ago
2
Bump dawidd6/action-download-artifact from 3 to 5
#97
dependabot[bot]
closed
5 months ago
1
fix typo related to julia#54341
#96
Krastanov
closed
5 months ago
1
Adjust to upcoming julia#54341
#95
Keno
closed
6 months ago
7
Bump julia-actions/cache from 1 to 2
#94
dependabot[bot]
closed
6 months ago
1
named tuple syntax breaks `@resumable`
#93
Krastanov
opened
6 months ago
0
fix loss of variable scope in the finite state machine
#92
Krastanov
closed
2 months ago
4
More Downstream tests
#91
Krastanov
closed
8 months ago
2
enable inference in self-referencing resumable functions
#90
Krastanov
opened
9 months ago
0
Support for self-referencing functionals
#89
Krastanov
closed
8 months ago
3
CI improvements, Inference improvements for recursive functions, Downstream testing
#88
Krastanov
closed
9 months ago
6
Bump codecov/codecov-action from 3 to 4
#87
dependabot[bot]
closed
9 months ago
6
0.6.7 breaks resumables with multiple fors over same variable
#86
mweerden
closed
9 months ago
6
Bump peter-evans/find-comment from 2 to 3
#85
dependabot[bot]
closed
9 months ago
1
Bump peter-evans/create-or-update-comment from 3 to 4
#84
dependabot[bot]
closed
9 months ago
1
Bump actions/cache from 3 to 4
#83
dependabot[bot]
closed
9 months ago
2
tests for downstream breakage
#82
Krastanov
closed
9 months ago
1
Revert "run inference in generated function (#76)"
#81
gerlero
closed
10 months ago
6
ResumableFunctions v0.6.6 StackOverflow with julia-1.10
#80
marcom
closed
10 months ago
8
Bump actions/upload-artifact from 3 to 4
#79
dependabot[bot]
closed
10 months ago
2
Bump dawidd6/action-download-artifact from 2 to 3
#78
dependabot[bot]
closed
10 months ago
2
Functionals that refer to themselves are not supported (because they are not saved to the finite state machine)
#77
Krastanov
closed
8 months ago
0
run inference in generated function
#76
pepijndevos
closed
1 year ago
20
Bump actions/checkout from 3 to 4
#75
dependabot[bot]
closed
1 year ago
1
add benchmarks to CI
#74
Krastanov
closed
1 year ago
1
Fix performance regressions in #57
#73
gerlero
closed
1 year ago
5
significant regression in benchmarks
#72
Krastanov
closed
1 year ago
4
Misc improvements to the `@resumable` macro
#71
Krastanov
closed
1 year ago
3
let blocks without variable assignement like `let i; f(i); end` are not supported
#70
Krastanov
opened
1 year ago
1
`@resumable` breaks blocks scope
#69
Krastanov
opened
1 year ago
2
minor cleanup for move to JuliaDynamics
#68
Krastanov
closed
1 year ago
1
How to build fast iterators?
#67
pepijndevos
closed
1 year ago
4
a resumable function as a struct field var causes an error "struct expression not at top level"
#66
mongibellili
closed
1 year ago
0
re-enable JET tests
#65
Krastanov
closed
1 year ago
0
CI, TagBot, Documenter fixes
#64
Krastanov
closed
1 year ago
1
Release v1.0.0?
#63
gerlero
opened
1 year ago
3
polishing CI and tests
#62
Krastanov
closed
1 year ago
2
Fix for julia 1.10
#61
Krastanov
closed
1 year ago
2
Broken on Julia 1.10 (fix included)
#60
maleadt
closed
1 year ago
17
The CI/CD build is broken
#59
liuq
closed
1 year ago
1
Added the possibility to have Type parameters for smart type dispatching
#58
liuq
closed
1 year ago
1
Add support for delegation and return values with @yieldfrom
#57
gerlero
closed
1 year ago
15
Next