digitalmars.D - Hacking on DMD
- div0 <div0 sourceforge.net> Nov 11 2010
- "Nick Sabalausky" <a a.a> Nov 11 2010
- div0 <div0 sourceforge.net> Nov 12 2010
- "Nick Sabalausky" <a a.a> Nov 12 2010
- Matthias Pleh <sufu alter.com> Nov 12 2010
- div0 <div0 sourceforge.net> Nov 13 2010
- Matthias Pleh <sufu alter.com> Nov 13 2010
- Leandro Lucarella <luca llucax.com.ar> Nov 13 2010
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
"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
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
-- My enormous talent is exceeded only by my outrageous laziness. http://www.ssTk.co.uk
Nov 12 2010
"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
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
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
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
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
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
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
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
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
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









Matthias Pleh <sufu alter.com> 