Skip to content

Commit

Permalink
Keep ResumableFunctions at v0.6.5 for now to avoid stack overflow on …
Browse files Browse the repository at this point in the history
…julia-1.10

`allstruct` has a stack overflow (probably in type inference) from
inside julia on julia-1.10 with ResumableFunctions v0.6.5.

To reproduce:
```
using FoldRNA
collect(allstruct(10))
```
Upstream issue:

JuliaDynamics/ResumableFunctions.jl#80
  • Loading branch information
marcom committed Jan 2, 2024
1 parent 649fb71 commit 51a5290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ViennaRNA_jll = "b7a990de-7fa3-5a2e-8a39-d875e4dafecd"
DataStructures = "0.18"
LogExpFunctions = "0.3"
OffsetArrays = "1.12"
ResumableFunctions = "0.6.2"
ResumableFunctions = "=0.6.5"
StaticArrays = "1.4.4"
Unitful = "1.11"
ViennaRNA_jll = "~2.6.2"
Expand Down

0 comments on commit 51a5290

Please sign in to comment.