Re: [Issue 8530] New: Float types default initializers doesn't work in class

2012-08-10 Thread Walter Bright
On 8/10/2012 2:30 AM, Daniel Kozak wrote: Problematic code: Replying to bug reports in the newsgroup generally means your reply will be overlooked. Please reply on bugzilla.

Re: OPTLINK : Error 118: Filename Expected

2012-08-08 Thread Walter Bright
On 8/8/2012 4:11 PM, anon wrote: Yet another obscure error message that makes no sense. I suspect it's the ( ) you have in the file names.

Re: Procedure entry point RtlCaptureContext could not be located

2012-05-11 Thread Walter Bright
On 5/11/2012 12:39 PM, Steve Greene wrote: Here is the complete message: The procedure entry point RtlCaptureContext could not be located in the dynamic link library KERNEL32.dll Here is my program: int main(char[][] args) { return(0); } That's it. That's the whole thing. I

Re: [Issue 6857] Precondition contract checks should be statically bound.

2012-05-06 Thread Walter Bright
On 5/6/2012 2:19 AM, d-bugm...@puremagic.com wrote: That is not this complicated. you need a final function that check the in contract, then call another virtual function that actually execute the function body and the out contract. With such a configuration, the in contract is checked and only

Re: [Issue 6857] Precondition contract checks should be statically bound.

2012-05-05 Thread Walter Bright
Please reply on bugzilla, replying here is most likely to be overlooked.

Re: opDispatch returning this not working in a hierarchy

2012-02-01 Thread Walter Bright
On 2/1/2012 8:00 PM, Daniel L. Alves wrote: I don't know if this is really a bug or some gotcha of the language that I don't get. I'm sorry if it happens to be the later. This n.g. is mainly for bugzilla notifications. Questions like this should go into the digitalmars.D.learn n.g. But to

bugzilla hooked to github

2012-01-20 Thread Walter Bright
Some of you may have noticed that Brad Roberts has configured bugzilla so it gets notifications from github when fixes get pushed. This makes things easier and more consistent.

Re: GC.collect() and GC.minimize() not releasing memory

2011-01-07 Thread Walter Bright
Simen kjaeraas wrote: Stewart Gordon smjg_1...@yahoo.com wrote: On 24/12/2010 06:13, torhu wrote: This newsgroup is just for automated use by Bugzilla. snip Where is the official statement of this? Likely there is no hard official statement. However,

Re: [Issue 3192] Segfault(iasm.c) asm in a anonymous delegate

2009-07-20 Thread Walter Bright
I'll put some comments in.

Re: Bugzilla Downtime

2009-05-10 Thread Walter Bright
Thanks for taking care of this, Brad!

Re: bugzilla email

2009-05-10 Thread Walter Bright
Brad Roberts wrote: Who found it useful and/or desirable? I think it's useful and desirable, as otherwise there'll be two separate threads about each bug.

Re: Russian and other national languages support

2009-02-20 Thread Walter Bright
zorran wrote: Russian language not working in comments and strings by default with ANSI coding (code page) Compiler write error - invalid UTF-8 sequence D source code is expected to be in Unicode format (like UTF-8). Modern editors can be set to generate this format instead of using code