These are expected to be bytes, not str.
Depends on D2817.
Differential D2818
tests/identifiers: fix 'target', 'directory' and 'parents' object types douardda on Mar 11 2020, 5:55 PM. Authored by
Details
These are expected to be bytes, not str. Depends on D2817.
Diff Detail
Event TimelineComment Actions Build is green Comment Actions Thanks for this change. I'm not sure why the type of ids isn't changed as well? Stylistically, I'm really not sure about the inconsistent replacement of hash_to_bytes calls, with a shorthand that we've never used anywhere else. And the bhex name doesn't look very meaningful (frankly, if we're going there, I'd rather have it called b()). Comment Actions Build is green Comment Actions I still think the id bytes / hex string inconsistency for releases, revisions, directories and contents should be fixed, but I think this short-hand notation looks decent. |