watchexec/lib/tests
Félix Saparelli 2d633d9177
Use proper ignore API so path globs match correctly
This notably fixes the v1 "confusing" behaviour when matching folders,
where the expectation is for any of:

folder
folder/
/folder

to match the folder and all paths below it, but v1 would only do this
when *both* of these were added:

**/folder
**/folder/**

Which is very verbose and has caught literally everyone who's ever tried
to do this kinda thing.

The old behaviour is preserved in the globset filterer, for
compatibility, as there are other small behavioural changes that this
affects, even though the new behaviour in the tagged filterer is
arguably the most correct and the old is a bug.
2021-12-01 01:41:07 +13:00
..
error_handler.rs Stop using eyre even in examples 2021-10-10 21:04:40 +13:00
filter_globset.rs Test globset properly 2021-11-30 01:42:00 +13:00
filter_tagged_paths.rs Use proper ignore API so path globs match correctly 2021-12-01 01:41:07 +13:00