This changes it so that paths in "mentions" are compared using full path components instead of a simple string compare. This should fix "src/tools/cargo" from matching "src/tools/cargotest". AFAIK, none of the current mentions are relying on this behavior.
I added a test, though in the process needed to change some things because the existing test infrastructure didn't properly support "mentions".
This changes it so that paths in "mentions" are compared using full path components instead of a simple string compare. This should fix "src/tools/cargo" from matching "src/tools/cargotest". AFAIK, none of the current mentions are relying on this behavior.
I added a test, though in the process needed to change some things because the existing test infrastructure didn't properly support "mentions".
Fixes #253