JuliaDiff / ReverseDiff.jl

Reverse Mode Automatic Differentiation for Julia
Other
348 stars 57 forks source link

Update CI julia versions #244

Closed prbzrg closed 1 year ago

prbzrg commented 1 year ago

This reveals the problem in #242

devmotion commented 1 year ago

Is the main motivation for this PR the issue in #242? I guess we don't need to run CI to reproduce it, maybe rather add a MWE in #242?

prbzrg commented 1 year ago

Yes, I want to reproduce it and also keep it open until the problem get fixed. So we can rerun the CI.

prbzrg commented 1 year ago

I checked it locally and CI is failing on Julia 1.10

prbzrg commented 1 year ago

this line: https://github.com/JuliaDiff/ReverseDiff.jl/blob/b669294586b0789ab10bbda223543bcec64cf8aa/test/derivatives/ArrayFunctionTests.jl#L93