##// END OF EJS Templates
rust-matchers: make `Matcher` trait object-safe...
rust-matchers: make `Matcher` trait object-safe Before this patch, it is not possible to create a `Matcher` trait-object (like `Box<dyn Matcher>`), because of the use of a generic parameters in some methods, namely `impl AsRef<HgPath>`. While this makes the interface less flexible for callers in theory, it does not change anything in the current codebase. Until something like [1] is implemented, this is a "tradeoff" that we need to make anyway. [1] https://internals.rust-lang.org/t/pre-rfc-expand-object-safety/12693 Differential Revision: https://phab.mercurial-scm.org/D9071

File last commit:

r44711:e2589b9e stable
r46182:75f78588 default
Show More
requirements_win32.txt.in
7 lines | 135 B | text/plain | TextLexer
/ contrib / packaging / requirements_win32.txt.in
Matt Harbison
packaging: merge the requirements.txt files for WiX and Inno...
r44711 docutils
dulwich
keyring
pygments
# Need to list explicitly so dependency gets pulled in when
# not running on Windows.
pywin32-ctypes