Sorry, something went wrong.
|
This won't backport to 3.11, as Path.walk() is new in 3.12. |
Sorry, something went wrong.
|
@Ovsyanka83 would you like to review, if you have a mo? Uses your shiny walk() method! :) |
Sorry, something went wrong.
|
Will take a look on saturday! :) |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks for using our work here! Every time "walk" gets used or mentioned, it makes me feel really nice and like my work has made a difference :D
I like the ideas and have a few suggestions here and there -- your logic feels quite right and my changes are doubtful and mostly stylistic :)
Sorry, something went wrong.
There was a problem hiding this comment.
After your replies the logic itself makes much more sense so I'm ready to approve this.
Sorry, something went wrong.
|
Thank you! |
Sorry, something went wrong.
There was a problem hiding this comment.
This looks good to me, apart from the one inline comment, which could be addressed as a follow-up also.
Sorry, something went wrong.
Use Path.walk() to implement the recursive wildcard **. This method uses an iterative (rather than recursive) walk - see GH-100282.