JuliaTesting / SimpleMock.jl

A basic mocking module
https://juliatesting.github.io/SimpleMock.jl
MIT License
21 stars 4 forks source link

Rebuild on top of CassetteOverlay.jl? #19

Open oxinabox opened 1 year ago

oxinabox commented 1 year ago

CassetteOverlay.jl is a newer package that does a subset of what Cassette does. In particular it only does the basic overdubbing.

To do it, it uses alternative method tables. Which seems a more robust feature than recursive rewriting of all instances of call in the lowered code.

I think switching over to CassetteOverlay would make this package more robust, and faster and would solve #13