Is this limitation of declarations order a bug?

2011-04-30 Thread Haruki Shigemori
We cannot compile the next code in dmd-trunk. class C { static ushort x = y; static const ushort y = 1; } Is it a bug or not?

There is not std.stdio.flush

2009-07-20 Thread Haruki Shigemori
Hi. The std.cstream.dout has a member function dout.flush. But the std.stdio has not a function flush or a similar function. Why? Don't you want to have it? Give me the std.stdio.flush!

Re: There is not std.stdio.flush

2009-07-20 Thread Haruki Shigemori
Jarrett Billingsley wrote: 2009/7/20 Haruki Shigemori rayerd@gmail.com: Hi. The std.cstream.dout has a member function dout.flush. But the std.stdio has not a function flush or a similar function. Why? Don't you want to have it? Give me the std.stdio.flush! You don't need it. Just

Delegate covariance and contravariance

2009-10-15 Thread Haruki Shigemori
Hello. I think that the delegate covariance and contravariance makes D better. (ref. http://d.puremagic.com/issues/show_bug.cgi?id=3180) What do you think? I am not good at English. So, I cannot explain this to Walter well...