MutableArithmetics.jl icon indicating copy to clipboard operation
MutableArithmetics.jl copied to clipboard

Simplify and test dispatch.jl 🐉 🐉 🐉

Open odow opened this issue 3 years ago • 0 comments

The dispatch.jl file is only 47% tested: https://app.codecov.io/gh/jump-dev/MutableArithmetics.jl/blob/master/src/dispatch.jl

We should go through, remove the old hacks https://github.com/jump-dev/MutableArithmetics.jl/blob/b46f175434b24b7ade6108677ecde4c14b44a2c3/src/dispatch.jl#L751-L777 and add tests.

Once upon a time, I tried this https://github.com/jump-dev/MutableArithmetics.jl/pull/78.

My mistake was that I tried too much in one go and I got bogged down.

odow avatar Nov 18 '22 03:11 odow