Mark McAuliffe

Results 4 comments of Mark McAuliffe

Thank you for your reply. I can certainly see that the change I proposed would be a breaking change to the library, so I'm not sure exactly what I am...

My implementation already works as you describe, but doing so doesn't completely avoid the problem. For example, if I have the following ignore files: 1. `src/.gitignore` contains `foo` 2. `src/subdir/.gitignore`...

> `TestResult::unignored` is only used for helping implementing caching mechanism in some certain situation It would be valuable to document the situations where `unignored` is set. The existing behavior is...

> It is not possible to re-include a file if a parent directory of that file is excluded. That rule does not apply to my example, as none of the...