You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2026. It is now read-only.
In line with SciML/DelayDiffEq.jl#130, we should also fix all closures in DiffEqBase (and possibly other JuliaDiffEq packages) that access closed over variables since apparently it's behaviour is undefined. This issue appears, e.g., in the constructor of DiffEqFunctions (https://github.com/JuliaDiffEq/DiffEqBase.jl/blob/master/src/diffeqfunction.jl#L269 and similar lines) and in the root finding of callbacks (lines such as https://github.com/JuliaDiffEq/DiffEqBase.jl/blob/master/src/callbacks.jl#L417-L420).