Make HexStr take a span of bytes, instead of an awkward pair of templated iterators.
Backport of core PR19660.
Differential D9183 Authored by Fabien on Feb 9 2021, 10:37.
Details
Summary Make HexStr take a span of bytes, instead of an awkward pair of templated iterators. Backport of core PR19660. Test Plan ninja all check-all
Diff Detail
Event TimelineHerald added a reviewer: Restricted Project. · View Herald TranscriptFeb 9 2021, 10:372021-02-09 10:37:25 (UTC+0) teamcity edited the summary of this revision. (Show Details)Feb 9 2021, 10:372021-02-09 10:37:53 (UTC+0) Fabien added a child revision: D9184: refactor: make EncodeBase{32,64} consume Spans.Feb 9 2021, 10:432021-02-09 10:43:22 (UTC+0) This revision is now accepted and ready to land.Feb 9 2021, 11:352021-02-09 11:35:41 (UTC+0) Harbormaster completed remote builds in B15145: Diff 27597.Feb 9 2021, 11:572021-02-09 11:57:18 (UTC+0) Closed by commit rABC3288ce1b2218: refactor: Make HexStr take a span (authored by Wladimir J. van der Laan <laanwj@protonmail.com>, committed by Fabien). · Explain WhyFeb 9 2021, 12:402021-02-09 12:40:20 (UTC+0) This revision was automatically updated to reflect the committed changes. |