Re: converting a byte array to a struct array?

2010-01-02 Thread Trass3r
grauzone schrieb: Second, the bug: casting arrays at compiletime seems to behave differently from casting at runtime. Casting at compiletime doesn't reinterpret cast, it does conversion! Demonstration here: http://codepad.org/OGjXADdu Feel free to file some bug reports. Just found out this

Re: Is there a reason for default-int?

2010-01-02 Thread Tomek SowiƱski
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?

Re: converting a byte array to a struct array?

2010-01-02 Thread grauzone
Trass3r wrote: grauzone schrieb: Second, the bug: casting arrays at compiletime seems to behave differently from casting at runtime. Casting at compiletime doesn't reinterpret cast, it does conversion! Demonstration here: http://codepad.org/OGjXADdu Feel free to file some bug reports.

Call diagram generation

2010-01-02 Thread Strt
How can I generate some sort of call diagram from my D code?