Mercurial > hg
comparison mercurial/debugcommands.py @ 43615:6f5c352f41b6
fuzz: clean out most of fuzzutil
It's now a header-only setup that just selects absl:: or std::
versions of things as needed, and a logging helper. There's some room
for future cleanups here: we could move to just requiring a C++17
compiler and get rid of the absl stuff. Also, the mpatch parser has a
fair amount of parsing the input string into char* blocks that we can
and probably should fix that up to use FuzzedDataProvider as well.
Differential Revision: https://phab.mercurial-scm.org/D7370
author | Augie Fackler <augie@google.com> |
---|---|
date | Mon, 11 Nov 2019 16:45:22 -0500 |
parents | 9f70512ae2cf |
children | 0b7733719d21 |
comparison
equal
deleted
inserted
replaced
43614:78df32a8b6f4 | 43615:6f5c352f41b6 |
---|