Greg Shuflin
Greg Shuflin
Looks like there have been some substantial changes to the existing code since the last time I was looking at it. This is a patch I implemented to solve a...
If I'm reading this documentation correctly, it looks like the ignore crate supports parsing hierarchically-defined `.gitignore` files: https://docs.rs/ignore/0.4.11/ignore/struct.WalkBuilder.html#method.parents
https://github.com/pantsbuild/pants/pull/9310 gets us part of the way there. We still need to make pants pay attention to all nested .gitignore files, rather than just a top-level one.
It's definitely been a while since I've thought about this - IIRC, the problem was something like, it was difficult to make the code from the rust `ignore` crate that...
Any movement on this issue? I see that https://github.com/pypa/pypi-support/issues/954 resuled in @gear4s being added as a maintainer by @RazerM . I'd like to use this library and it would help...
> > Any movement on this issue? I see that [pypa/pypi-support#954](https://github.com/pypa/pypi-support/issues/954) resuled in @gear4s being added as a maintainer by @RazerM . I'd like to use this library and it...
@gear4s have you had a chance to review and test this yet?
@gear4s did you ever have a chance to try this?