www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Testable ddoc snippets?

reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
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
parent reply Adam D. Ruppe <destructionator gmail.com> writes:
I haven't spent the time to figure out github yet!
May 18 2011
next sibling parent reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
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
parent reply Adam D. Ruppe <destructionator gmail.com> writes:
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
parent Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
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
prev sibling parent "Steven Schveighoffer" <schveiguy yahoo.com> writes:
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