JuliaLabs / Cassette.jl

Overdub Your Julia Code
Other
370 stars 34 forks source link

Code using Cassette fails for nightly builds #178

Closed j-fu closed 3 years ago

j-fu commented 4 years ago

Hi, trying to use sparsity detection using SparseDiffTools, works with 1.3 and 1.5 but fails on nightly...

See https://travis-ci.org/github/j-fu/VoronoiFVM.jl

(anyway: great stuff, thanks for this!)

vchuravy commented 4 years ago

Yeah nightly changes a lot of internals. I haven't gotten around to dive into what we need to change/fix on Cassette side.

CC: @shashi

j-fu commented 4 years ago

Thanks - I'll be patient - have this on allow_failure, but just wanted to raise this flag...