Re: Is there a reason for default-int?

2010-01-03 Thread Don
Tomek SowiƱski wrote: Don Wrote: There's now an Error type in the compiler. It's gradually filtering its way through the compiler. The one from object.di or the compiler makes up its own dummy type to say "something wrong"? It's just an internal compiler thing, which does nothing except red

Re: Call diagram generation

2010-01-03 Thread Lutger
On 01/03/2010 04:31 AM, Strt wrote: How can I generate some sort of call diagram from my D code? you can compile with (dmd) -profile and run the executable. This produces a file called trace.log which contains timings for each function and a call graph. It doesn't produce a diagram and has ma