This is an archive of the discontinued Mercurial Phabricator instance.

wireproto: convert human output frames to CBOR
ClosedPublic

Authored by indygreg on Apr 3 2018, 10:00 PM.

Details

Summary

This is easier than rolling our own encoding format.

As a bonus, some of our artificial limits around lengths of
things went away because we are no longer using fixed length
fields to hold sizes.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Apr 3 2018, 10:00 PM
This revision was automatically updated to reflect the committed changes.