attic-labs / noms

The versioned, forkable, syncable database
Apache License 2.0
7.45k stars 267 forks source link

Handle more cases in isValueSameTypeForSure #3776

Open arv opened 6 years ago

arv commented 6 years ago

PR #3772 adds isValueSameTypeForSure but it does not even try to handle List, Map, Ref or Set.

We should keep an eye open to see if it would make sense to handle any of the above.