diff
diff copied to clipboard
Fixes #24 crash when keys were removed from a map
would be great to get this merged. We had to vendor the library and make the change ourselves because it was preventing us from using it properly.
@caente if I could get back merge rights, I would do it :)
hey sorry the delay, I was on vacation! what do you think about adding a test that replicates the issue?
I will continue on this in https://github.com/xdotai/diff/pull/29
I have added some tests. They were failing before the fix (this one: diff(Map("a" -> "b", "c" -> "d"),Map("a" -> "b"))). With the fix they run OK.