Wisembly / Totem

Changeset calculator between two states of a data
http://wisembly.github.io/Totem
MIT License
76 stars 6 forks source link

Verify types between old / new snapshots before the switch #6

Closed Taluu closed 10 years ago

Taluu commented 10 years ago

If we try to compare a ArraySnapshot or ObjectSnapshot with a null key in the new key, it bugs with a bad argument exception on AbstractSnapshot::isComparable.

I should restore the previous behaviour which checked the new and old keys in the Set class.