mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 09:08:37 +01:00
2d633d9177
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. |
||
---|---|---|
.. | ||
error_handler.rs | ||
filter_globset.rs | ||
filter_tagged_paths.rs |