www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Hacking on DMD

reply div0 <div0 sourceforge.net> writes:
Is there an official guide to DMD source wiki page or mailing list?

I've been mucking about w/ DMD the last few days and I'm breaking it in 
new and interesting ways.

It would be nice not to let that effort go to waste;

I've created VS project files, a UML-ish diagram to the source and 
there's various places where extra asserts & error messages could be 
inserted to safe guard against people doing stupid things, i.e. 
everything I've done so far w.r.t to changing the code.

ty.

-- 
My enormous talent is exceeded only by my outrageous laziness.
http://www.ssTk.co.uk
Nov 11 2010
parent reply "Nick Sabalausky" <a a.a> writes:
"div0" <div0 sourceforge.net> wrote in message 
news:ibi2n1$7jk$1 digitalmars.com...
 Is there an official guide to DMD source wiki page or mailing list?

 I've been mucking about w/ DMD the last few days and I'm breaking it in 
 new and interesting ways.

 It would be nice not to let that effort go to waste;

 I've created VS project files, a UML-ish diagram to the source and there's 
 various places where extra asserts & error messages could be inserted to 
 safe guard against people doing stupid things, i.e. everything I've done 
 so far w.r.t to changing the code.
http://www.prowiki.org/wiki4d/wiki.cgi?DMDSourceGuide
Nov 11 2010
parent reply div0 <div0 sourceforge.net> writes:
On 12/11/2010 05:05, Nick Sabalausky wrote:
 "div0"<div0 sourceforge.net>  wrote in message
 news:ibi2n1$7jk$1 digitalmars.com...
 Is there an official guide to DMD source wiki page or mailing list?

 I've been mucking about w/ DMD the last few days and I'm breaking it in
 new and interesting ways.

 It would be nice not to let that effort go to waste;

 I've created VS project files, a UML-ish diagram to the source and there's
 various places where extra asserts&  error messages could be inserted to
 safe guard against people doing stupid things, i.e. everything I've done
 so far w.r.t to changing the code.
http://www.prowiki.org/wiki4d/wiki.cgi?DMDSourceGuide
Ah sweet. Ty. I did look on there but I couldn't find it. -- My enormous talent is exceeded only by my outrageous laziness. http://www.ssTk.co.uk
Nov 12 2010
parent reply "Nick Sabalausky" <a a.a> writes:
"div0" <div0 sourceforge.net> wrote in message 
news:ibjef2$604$1 digitalmars.com...
 On 12/11/2010 05:05, Nick Sabalausky wrote:
 "div0"<div0 sourceforge.net>  wrote in message
 news:ibi2n1$7jk$1 digitalmars.com...
 Is there an official guide to DMD source wiki page or mailing list?

 I've been mucking about w/ DMD the last few days and I'm breaking it in
 new and interesting ways.

 It would be nice not to let that effort go to waste;

 I've created VS project files, a UML-ish diagram to the source and 
 there's
 various places where extra asserts&  error messages could be inserted to
 safe guard against people doing stupid things, i.e. everything I've done
 so far w.r.t to changing the code.
http://www.prowiki.org/wiki4d/wiki.cgi?DMDSourceGuide
Ah sweet. Ty. I did look on there but I couldn't find it.
It doesn't seem to be linked from anywhere. I first found it by someone posting a link in this NG, and in my message abive I had to find it by googling. I'm not sure where on the wiki a link to it would actually belong, though.
Nov 12 2010
next sibling parent reply Matthias Pleh <sufu alter.com> writes:
Am 13.11.2010 05:18, schrieb Nick Sabalausky:
 "div0"<div0 sourceforge.net>  wrote in message
 news:ibjef2$604$1 digitalmars.com...
 On 12/11/2010 05:05, Nick Sabalausky wrote:
 "div0"<div0 sourceforge.net>   wrote in message
 news:ibi2n1$7jk$1 digitalmars.com...
 Is there an official guide to DMD source wiki page or mailing list?

 I've been mucking about w/ DMD the last few days and I'm breaking it in
 new and interesting ways.

 It would be nice not to let that effort go to waste;

 I've created VS project files, a UML-ish diagram to the source and
 there's
 various places where extra asserts&   error messages could be inserted to
 safe guard against people doing stupid things, i.e. everything I've done
 so far w.r.t to changing the code.
http://www.prowiki.org/wiki4d/wiki.cgi?DMDSourceGuide
Ah sweet. Ty. I did look on there but I couldn't find it.
It doesn't seem to be linked from anywhere. I first found it by someone posting a link in this NG, and in my message abive I had to find it by googling. I'm not sure where on the wiki a link to it would actually belong, though.
I think, we should restruct the left menu on the wiki-page, so that such entries are easier to find!
Nov 12 2010
parent reply div0 <div0 sourceforge.net> writes:
On 13/11/2010 07:46, Matthias Pleh wrote:
 Am 13.11.2010 05:18, schrieb Nick Sabalausky:
 "div0"<div0 sourceforge.net> wrote in message
 news:ibjef2$604$1 digitalmars.com...
 On 12/11/2010 05:05, Nick Sabalausky wrote:
 "div0"<div0 sourceforge.net> wrote in message
 news:ibi2n1$7jk$1 digitalmars.com...
 Is there an official guide to DMD source wiki page or mailing list?

 I've been mucking about w/ DMD the last few days and I'm breaking
 it in
 new and interesting ways.

 It would be nice not to let that effort go to waste;

 I've created VS project files, a UML-ish diagram to the source and
 there's
 various places where extra asserts& error messages could be
 inserted to
 safe guard against people doing stupid things, i.e. everything I've
 done
 so far w.r.t to changing the code.
http://www.prowiki.org/wiki4d/wiki.cgi?DMDSourceGuide
Ah sweet. Ty. I did look on there but I couldn't find it.
It doesn't seem to be linked from anywhere. I first found it by someone posting a link in this NG, and in my message abive I had to find it by googling. I'm not sure where on the wiki a link to it would actually belong, though.
I think, we should restruct the left menu on the wiki-page, so that such entries are easier to find!
I added a link to it from one the sections about DMD. Seemed like the most appropriate place; using the search on the wiki itself also didn't find it. -- My enormous talent is exceeded only by my outrageous laziness. http://www.ssTk.co.uk
Nov 13 2010
parent Matthias Pleh <sufu alter.com> writes:
Am 13.11.2010 14:17, schrieb div0:
 On 13/11/2010 07:46, Matthias Pleh wrote:
 Am 13.11.2010 05:18, schrieb Nick Sabalausky:
 "div0"<div0 sourceforge.net> wrote in message
 news:ibjef2$604$1 digitalmars.com...
 On 12/11/2010 05:05, Nick Sabalausky wrote:
 "div0"<div0 sourceforge.net> wrote in message
 news:ibi2n1$7jk$1 digitalmars.com...
 Is there an official guide to DMD source wiki page or mailing list?

 I've been mucking about w/ DMD the last few days and I'm breaking
 it in
 new and interesting ways.

 It would be nice not to let that effort go to waste;

 I've created VS project files, a UML-ish diagram to the source and
 there's
 various places where extra asserts& error messages could be
 inserted to
 safe guard against people doing stupid things, i.e. everything I've
 done
 so far w.r.t to changing the code.
http://www.prowiki.org/wiki4d/wiki.cgi?DMDSourceGuide
Ah sweet. Ty. I did look on there but I couldn't find it.
It doesn't seem to be linked from anywhere. I first found it by someone posting a link in this NG, and in my message abive I had to find it by googling. I'm not sure where on the wiki a link to it would actually belong, though.
I think, we should restruct the left menu on the wiki-page, so that such entries are easier to find!
I added a link to it from one the sections about DMD. Seemed like the most appropriate place; using the search on the wiki itself also didn't find it.
I've added a link for 'Language Development' on 'Development' in the sidebar.
Nov 13 2010
prev sibling parent Leandro Lucarella <luca llucax.com.ar> writes:
Nick Sabalausky, el 12 de noviembre a las 23:18 me escribiste:
 "div0" <div0 sourceforge.net> wrote in message 
 news:ibjef2$604$1 digitalmars.com...
 On 12/11/2010 05:05, Nick Sabalausky wrote:
 "div0"<div0 sourceforge.net>  wrote in message
 news:ibi2n1$7jk$1 digitalmars.com...
 Is there an official guide to DMD source wiki page or mailing list?

 I've been mucking about w/ DMD the last few days and I'm breaking it in
 new and interesting ways.

 It would be nice not to let that effort go to waste;

 I've created VS project files, a UML-ish diagram to the source and 
 there's
 various places where extra asserts&  error messages could be inserted to
 safe guard against people doing stupid things, i.e. everything I've done
 so far w.r.t to changing the code.
http://www.prowiki.org/wiki4d/wiki.cgi?DMDSourceGuide
Ah sweet. Ty. I did look on there but I couldn't find it.
It doesn't seem to be linked from anywhere. I first found it by someone posting a link in this NG, and in my message abive I had to find it by googling. I'm not sure where on the wiki a link to it would actually belong, though.
I took the liberty to add a link in the DMD dsource wiki front page: http://www.dsource.org/projects/dmd/wiki/WikiStart#Sourceorganization It's a start... -- Leandro Lucarella (AKA luca) http://llucax.com.ar/ ---------------------------------------------------------------------- GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145 104C 949E BFB6 5F5A 8D05) ---------------------------------------------------------------------- El trabajo no sólo tara, sino que tarará y seguirá tararando. -- Ricardo Vaporeso
Nov 13 2010