BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.24k stars 107 forks source link

Tracking issue for libz blitz evaluation of walkdir #47

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

This is the tracking issue for the evaluation performed by the libs team this week.

KodrAus commented 7 years ago

I've added some PRs to a list of non-breaking changes so we can look at merging those in and doing a point-release before 2.0.

I'm not sure what strategy you had @BurntSushi for splitting the changes between breaking and non-breaking. Maybe we can do some git flow by making a 1.x branch and merge the non-breaking changes into that.

EDIT: Alternatively we could just not worry about breaking/non-breaking and pool everything up for 2.0.

BurntSushi commented 7 years ago

EDIT: Alternatively we could just not worry about breaking/non-breaking and pool everything up for 2.0.

Yes, I'd prefer this route. Let's not do more work than we need to. :-)

If need be, we can branch off of the 1.0.7 tag (which is currently the most recent release of 1.x) in the future if we need or want to backport any fixes from 2.x.

KodrAus commented 7 years ago

I've updated the OP, looks like we've got open PRs for all issues except #54, and more design work in #53 :tada: Awesome work everyone and thanks for contributing!