digitalmars.D - Testable ddoc snippets?
- Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> May 18 2011
- Adam D. Ruppe <destructionator gmail.com> May 18 2011
- Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> May 18 2011
- Adam D. Ruppe <destructionator gmail.com> May 19 2011
- "Steven Schveighoffer" <schveiguy yahoo.com> May 19 2011
- Andrej Mitrovic <andrej.mitrovich gmail.com> May 19 2011
We should finalize the testable doc snippets. Adam, do you think you could work on a pull request to integrate your work with d-programming-language.org? You've done some great work that deserves finalization. Thanks, Andrei
May 18 2011
I haven't spent the time to figure out github yet!
May 18 2011
On 05/18/2011 08:07 PM, Adam D. Ruppe wrote:I haven't spent the time to figure out github yet!
Hopefully you'll do that soon. You've done great work, and integrating it is top priority. Thanks, Andrei
May 18 2011
I screwed around on the github website and got to a point where I think it worked - you should have a pull request for it. The changes are really trivial, so should be easy to review manually. I kept the actual editable_code.js on the same domain as the example code runs because it was easier for me that way. If I change the server side code, the client side code is right next to it so that's easy for me to change to match too.
May 19 2011
On Wed, 18 May 2011 21:07:21 -0400, Adam D. Ruppe <destructionator gmail.com> wrote:I haven't spent the time to figure out github yet!
I highly recommend http://progit.org I haven't touched git in so long though, I'll probably have to skim through it again the next time I do git! -Steve
May 19 2011
This could be a fantastic feature for a potential tutorial section on dpl.org. The user could learn things about D and try out his own code snippets on the fly.
May 19 2011









Adam D. Ruppe <destructionator gmail.com> 