JuliaDynamics / ResumableFunctions.jl

C# style generators a.k.a. semi-coroutines for Julia.
Other
157 stars 18 forks source link

Fix for julia 1.10 #61

Closed Krastanov closed 1 year ago

Krastanov commented 1 year ago

See https://github.com/BenLauwens/ResumableFunctions.jl/issues/60

Krastanov commented 1 year ago

I forked the repository into a new Semicoroutines.jl https://github.com/QuantumSavory/Semicoroutines.jl in order to support 1.10 and future julia versions.

As this library is an important part of another project of mine, I plan to provide support at least for the next few years. I am certainly interested in having help from other contributors (and maybe merging things back here if ResumableFunctions.jl is revided).

A similar fork is being prepared for SimJulia

Krastanov commented 1 year ago

When this gets into a release, we should also undo this JuliaCI commit that blacklisted ResumableFunctions https://github.com/marcom/PkgEval.jl/commit/b32b1ebe58f9a833fe0c1d37918d9f71f1891374

Edit: wrong link, here is the correct PkgEval repo https://github.com/JuliaCI/PkgEval.jl