attic-labs / noms

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

Simplify metaSequence getCompositeChildSequence #3706

Closed arv closed 6 years ago

arv commented 6 years ago
// TODO: This looks strange. The children can only be a meta sequence or one of map/set/list
// (why not blob?). We cannot mix map, set and list here and we know based on ms.Kind what
// we are expecting.