tailhook / rust-argparse

The command-line argument parser library for rust
MIT License
240 stars 39 forks source link

Peekable only takes one argument #11

Closed teotwaki closed 9 years ago

teotwaki commented 9 years ago

Hi,

The following patch fixes the way Peekable is used against the latest nightly.

rustc --version
rustc 1.0.0-nightly (b63cee4a1 2015-02-14 17:01:11 +0000)
teotwaki commented 9 years ago

Interesting, there's one test that fails which I can't seem to reproduce in my environment. Is this supposed to be the case?

tailhook commented 9 years ago

Well, It seems on today's nightly I can't build tests at all. Let's wait a day of few :)

teotwaki commented 9 years ago

Closing PR to force rebuild with the new nightly.

teotwaki commented 9 years ago

Re-opening PR to force rebuild with the new nightly.

teotwaki commented 9 years ago

It would appear that indeed, waiting a few days solved the problem :).

tailhook commented 9 years ago

Merged. And added more fixes for rust-nightly.

teotwaki commented 9 years ago

Thanks a lot @tailhook. Was pulling my hair out trying to fix the the std::hash::Writer being gone.