JuliaLabs / Cassette.jl

Overdub Your Julia Code
Other
371 stars 35 forks source link

Errors on Julia v1.6 #184

Open ranocha opened 3 years ago

ranocha commented 3 years ago

There are some errors with SimpleMock.jl triggered inside Cassette.jl, see https://github.com/JuliaTesting/SimpleMock.jl/issues/13. To me, it looks like it's something more related to Cassette and might better be fixed there.

vchuravy commented 3 years ago

Can you condense this to a smaller example/MWE, that only uses Cassette? I don't know SimpleMocks internals.

ranocha commented 3 years ago

I'm also not part of the SimpleMock developer team, I just recognized this in our tests. Maybe @christopher-dG could help to debug this issue?

christopher-dG commented 3 years ago

I'm trying a bit to get a MWE (without SimpleMock), but not having success thus far.