~philroche/simplestreams/1606606

Viewing all changes in revision 415.

  • Committer: Scott Moser
  • Date: 2015-11-12 14:15:55 UTC
  • mfrom: (414.1.4 bad-hoist)
  • Revision ID: smoser@ubuntu.com-20151112141555-8q0pncs7dy5jqxmq
Only condense tags that are present in all entries.

There is no way to indicate, at an item level, that a key is not present.
This means that in order to be a candidate for compaction, the key must be
present in all items.

So using set.update() is not correct. We don't want the union of all keys
in all items, we want the intersection of those keys.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: