Alex Alegre

Results 4 comments of Alex Alegre

Hiya! Eva was used for serious work in production at the time it was open-sourced, but it is no longer under active development, and it may be difficult to get...

Additional info: This is currently allowed to handle how Julia represents `+` and `*` in a lisp-like way, e.g., the expression tree of `v = a + b + c...

@neonWhiteout I think all you need to do is to modify https://github.com/AlgebraicJulia/StockFlow.jl/blob/main/.github/workflows/julia_ci.yml#L43 along the lines of https://juliaregistries.github.io/CompatHelper.jl/stable/#GitHub -- with `bump_version=true` https://juliaregistries.github.io/CompatHelper.jl/stable/#CompatHelper.main See https://github.com/AlgebraicJulia/.github/blob/f8ec80a3d3418c495ede00bb9aa8cafa805f5d2b/.github/workflows/julia_compat.yml#L18 for the one we're using via the...

@neonWhiteout The conflict needed to be resolved resolved; if the tests pass now, I think we'd be good to merge.