D3172: cborutil: implement streaming arrays and maps

2018-04-12 Thread indygreg (Gregory Szorc)
indygreg abandoned this revision. indygreg added a comment. I'll resubmit this as a new review on a different series. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3172 To: indygreg, #hg-reviewers Cc: mercurial-devel

D3172: cborutil: implement streaming arrays and maps

2018-04-12 Thread indygreg (Gregory Szorc)
indygreg planned changes to this revision. indygreg added a comment. I still have a need for this. But I need to refactor it first. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3172 To: indygreg, #hg-reviewers Cc: mercurial-devel __

D3172: cborutil: implement streaming arrays and maps

2018-04-06 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The vendored cbor2 package doesn't have support for streaming / indefinite length items when encoding. This is kind of unfortunate. While it might be worth o