##// END OF EJS Templates
rust-matchers: better support file_set in IntersectionMatcher...
rust-matchers: better support file_set in IntersectionMatcher Previously, if both of the input matchers had non-exact file sets, IntersectionMatcher would simply have an empty fileset. Now, we duplicate Python behavior: we *union* the filesets of the matchers in that case. This makes some sense, because without exact input file sets, we can't do an exact intersection and must over-approximate. Concretely, this is necessary because the file_set is the list of files that were explicitly listed by the user, and we want to provide explicit errors for all such files, from both matchers.
Spencer Baugh -
r51749:e037af7d default
Show More
Name Size Modified Last Commit Author
/ mercurial / thirdparty / attr
LICENSE Loading ...
__init__.py Loading ...
__init__.pyi Loading ...
_cmp.py Loading ...
_cmp.pyi Loading ...
_compat.py Loading ...
_config.py Loading ...
_funcs.py Loading ...
_make.py Loading ...
_next_gen.py Loading ...
_version_info.py Loading ...
_version_info.pyi Loading ...
converters.py Loading ...
converters.pyi Loading ...
exceptions.py Loading ...
exceptions.pyi Loading ...
filters.py Loading ...
filters.pyi Loading ...
py.typed Loading ...
setters.py Loading ...
setters.pyi Loading ...
validators.py Loading ...
validators.pyi Loading ...