Re: monitor.d and critical.d?

2011-02-02 Thread Don
%u wrote: Hi, I was wondering, is there any particular reason why critical.c and monitor.c aren't written in D? I've attached the D versions... Please add as a patch to bug 4332. Cool, I added the attachments! (I have no idea how to use git, or if I have the upload permissions (probably no

Re: monitor.d and critical.d?

2011-02-01 Thread %u
> > Please add as a patch to bug 4332. > Cool, I added the attachments! On a second thought, this is a bit trickier than I'd thought, since it's not working without additional modifications that I at first thought were unnecessary. Did the C version run any sort of "static constructors" during t

Re: monitor.d and critical.d?

2011-02-01 Thread %u
> > Hi, > > I was wondering, is there any particular reason why critical.c and monitor.c aren't written in D? > > I've attached the D versions... > Please add as a patch to bug 4332. Cool, I added the attachments! (I have no idea how to use git, or if I have the upload permissions (probably not),

Re: monitor.d and critical.d?

2011-01-31 Thread Lars T. Kyllingstad
On Mon, 31 Jan 2011 22:30:25 -0600, Andrei Alexandrescu wrote: > David or other git experts, would you put together a sort of a guide for > creating pull requests? Other git experts have already done it for us. :) http://help.github.com/pull-requests/ -Lars

Re: monitor.d and critical.d?

2011-01-31 Thread Andrei Alexandrescu
On 1/31/11 10:11 PM, Don wrote: %u wrote: Hi, I was wondering, is there any particular reason why critical.c and monitor.c aren't written in D? I've attached the D versions... Please add as a patch to bug 4332. Instead of patches we could use git's pull requests. I don't know how to make

Re: monitor.d and critical.d?

2011-01-31 Thread Don
%u wrote: Hi, I was wondering, is there any particular reason why critical.c and monitor.c aren't written in D? I've attached the D versions... Please add as a patch to bug 4332.

Re: monitor.d and critical.d?

2011-01-30 Thread %u
Oh shoot, I had no idea it would turn out like that, sorry. (It didn't do that on the site so I really didn't expect it.) Thanks for letting me know.

Re: monitor.d and critical.d?

2011-01-30 Thread Brad Roberts
Please move this to bugzilla and loose the uuencoding. On 1/30/2011 1:54 AM, %u wrote: > Hi, > > I was wondering, is there any particular reason why critical.c and monitor.c > aren't written in D? > > I've attached the D versions... the only other changes needed would be to > change win32.mak: >

monitor.d and critical.d?

2011-01-30 Thread %u
Hi, I was wondering, is there any particular reason why critical.c and monitor.c aren't written in D? I've attached the D versions... the only other changes needed would be to change win32.mak: 1. Change all instances of critical.c and monitor.c to critical.d and monitor.d 2. Add src\rt\criti