BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.27k stars 109 forks source link

Release 2.0 on crates.io #79

Closed KodrAus closed 6 years ago

KodrAus commented 7 years ago

The libz blitz evaluation in #47 has finished (thank you to everyone that contributed!).

So I thought I'd open this issue to track any other things you'd like to do before releasing 2.0.

Any ideas @BurntSushi?

BurntSushi commented 7 years ago

Agreed that I need to take a closer look at #22. Looks nasty.

And yeah, I'll do a final pass over everything and probably come up with a changelog of some sort.

opilar commented 7 years ago

What should be done in "Final pass over documentation"?

KodrAus commented 7 years ago

@opilar good question!

We should just do a pass over the entire documentation and make sure it all flows nicely, there aren't any typos or inaccuracies in the prose and that examples make sense.

We had a lot of small docs issues that changed bits and pieces so now it's just a matter of consolidating all of that. There might not end up being a lot of work to do, but I think there will be some tweaks.

Is this something you'd like to do?

opilar commented 7 years ago

@KodrAus I would like to help with anything.

KodrAus commented 6 years ago

So we need to work out how to fix #22 where some of the features don't play nicely together.

I'm happy to spike out some ideas sometime for this. I think it's a bit open-ended.

BurntSushi commented 6 years ago

Done! Thanks so much @KodrAus for all your hard work on this, and of course, everyone else that contributed as well! walkdir feels a lot better now. :-)