Re: Documentation on DMD source

2009-04-19 Thread Daniel Keep
Unknown W. Brackets wrote: > You'll get a lot of use out of defining the debugs for #ifdefs, and/or > uncommenting printfs and following it. > > If your code may not be running, use a breakpoint or printf to ensure it > is. > > -[Unknown] I finally found out why my changes weren't working. Be

Re: Documentation on DMD source

2009-04-18 Thread Unknown W. Brackets
You'll get a lot of use out of defining the debugs for #ifdefs, and/or uncommenting printfs and following it. If your code may not be running, use a breakpoint or printf to ensure it is. -[Unknown] Daniel Keep wrote: Daniel Keep wrote: Is there any guide to, or documentation for the DMD co

Re: Documentation on DMD source

2009-04-18 Thread Daniel Keep
Daniel Keep wrote: > Is there any guide to, or documentation for the DMD compiler source? > > I'm currently trying to make TypeInfo_Function not completely useless, > but I'm not sure my code is actually being run. > > -- Daniel Found this page: http://www.prowiki.org/wiki4d/wiki.cgi?DMDSour

Documentation on DMD source

2009-04-18 Thread Daniel Keep
Is there any guide to, or documentation for the DMD compiler source? I'm currently trying to make TypeInfo_Function not completely useless, but I'm not sure my code is actually being run. -- Daniel