Uh oh!
There was an error while loading. Please reload this page.
TRPL: Drop - #25317
Conversation
alexcrichton
commented
May 11, 2015
Nice! I was almost quite surprised at how short this was, so I'm curious, but what do you think about discussing topics like:
etc. |
steveklabnik
commented
May 11, 2015
I wasn't sure how far to go, exactly, and didn't want this to be a TODO :) I'm open to some of this for now, and more later. Basically, I'm mostly focused on getting tutorials done for friday's release, but some of this will be quick to add and have a lot of value. I'll update it later tonight and ping you again :) |
There was a problem hiding this comment.
This seems a tad awkward. It is definitely also used for cleaning up memory (std::boxed::*, std::rc::*std::collections::*, ...).
There was a problem hiding this comment.
yeah, i'll remove that
steveklabnik
commented
May 12, 2015
@alexcrichton so, in the interest of getting the basics in before the deadline, I'm thinking about leaving that to future work, and just merging what I have now. What do you think? |
pnkfelix
commented
May 12, 2015
For future reference for the future work: I do so enjoy examples of using (expurgiated playpen version here too, so you can run it directly from the browser and see the cool output) |
pnkfelix
commented
May 12, 2015
On a more serious note: I think Knuth uses an "under construction" icon for sections of his text that he knows will be undergoing expansion or revision in the next edition of his text. Maybe you should consider doing something similar, so that the reader knows that there is more to be learned on the topic, and that they are encouraged to ask around in the community about it? |
steveklabnik
commented
May 12, 2015
@pnkfelix i like that idea, for sure. |
r? @alexcrichton