##// END OF EJS Templates
rust-filepatterns: fix type of warnings tuple to (bytes, bytes)...
rust-filepatterns: fix type of warnings tuple to (bytes, bytes) Otherwise warn() in match.py would fail if the warning contains non-ASCII character. We might want to add a thin ByteString wrapper around Vec<u8> to implement ToPyObject<ObjectType = PyBytes>, but I'm not sure.
Yuya Nishihara -
r42857:02476018 default
Show More
Name Size Modified Last Commit Author
/ rust / hg-cpython
src
Cargo.toml Loading ...
rustfmt.toml Loading ...