attic-labs / noms

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

ensure that rooted Sets and Lists don't have keys #3684

Open wardn opened 6 years ago

wardn commented 6 years ago

rooted Sets and Lists will panic if keys are passed into SetInsert or ListAppend due to the leaf chunk functions trying to assert types.mapEntry as types.Value