Uh oh!
There was an error while loading. Please reload this page.
Remove standard io chapter from the book - #23787
Conversation
rust-highfive
commented
Mar 27, 2015
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
Mar 27, 2015
Shouldn't this also modify SUMMARY.md? |
alexcrichton
commented
Mar 27, 2015
Other than that though r=me |
steveklabnik
commented
Mar 27, 2015
@bors: r=alexcrichton rollup |
bors
commented
Mar 27, 2015
📌 Commit 51ce2df has been approved by |
bors
commented
Mar 28, 2015
☔ The latest upstream changes (presumably #23796) made this pull request unmergeable. Please resolve the merge conflicts. |
bors
commented
Mar 28, 2015
🔒 Merge conflict |
This was originally used to set up the guessing game, but that no longer exists. This version uses `old_io`, and updating it involves talking about `&mut` and such, which we haven't covered yet. So, for now, let's just remove it. Fixesrust-lang#23760
steveklabnik
commented
Mar 28, 2015
@bors: r=alexcrichton rollup |
bors
commented
Mar 28, 2015
📌 Commit 9fb54f8 has been approved by |
KingOfThePirates
commented
Mar 29, 2015
After further review, even #23800 doesn't do what I thought it was going to do. But at least I can get user input. But when do we learn how to read and write files? |
bors
commented
Mar 29, 2015
This was originally used to set up the guessing game, but that no longer exists. This version uses `old_io`, and updating it involves talking about `&mut` and such, which we haven't covered yet. So, for now, let's just remove it. Fixes#23760
bors
commented
Mar 29, 2015
steveklabnik
commented
Mar 29, 2015
Because this is being removed in the moment doesn't mean that it's gone forever. It just doesn't fit currently. Also, I'm working on docs for IO in general, so this will be in the API docs as well. |
KingOfThePirates
commented
Mar 29, 2015
Do you think you could provide us noobies, even if just here, for a copy and paste that reads a plain text file and stores each line as a different variable?
This may help write the docs for IO, too. |
This was originally used to set up the guessing game, but that no longer
exists. This version uses
old_io, and updating it involves talkingabout
&mutand such, which we haven't covered yet. So, for now, let'sjust remove it.
Fixes#23760