Re: [Issue 2436] New: Unexpected OPTLINK termination

2008-11-06 Thread Don
[EMAIL PROTECTED] wrote: http://d.puremagic.com/issues/show_bug.cgi?id=2436 Summary: Unexpected OPTLINK termination Product: D Version: 2.020 Platform: PC OS/Version: Windows Status: NEW Keywords: link-failure

Re: [Issue 1977] integral arithmetic operation only on int?

2008-11-26 Thread Don
[EMAIL PROTECTED] wrote: http://d.puremagic.com/issues/show_bug.cgi?id=1977 [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|REOPENED

Re: D demoscene compo

2009-03-16 Thread Don
BCS wrote: Hello ponce, Source code will be released soon under the WTFPL LOL, now /that's/ a license I can work with! Why isn't there a version of that with non-offensive wording There's a hundred nearly-identical software licenses out there, but that's the only one I've seen that

Re: D demoscene compo

2009-03-16 Thread Don
Clay Smith wrote: Don wrote: BCS wrote: Hello ponce, Source code will be released soon under the WTFPL LOL, now /that's/ a license I can work with! Why isn't there a version of that with non-offensive wording There's a hundred nearly-identical software licenses out

Re: D demoscene compo

2009-03-18 Thread Don
Joel C. Salomon wrote: Don wrote: Why isn't there a version of that with non-offensive wording There's a hundred nearly-identical software licenses out there, but that's the only one I've seen that actually tries to be public domain. DO AS YE WILL PUBLIC LICENSE

Re: [Issue 2920] New: recursive templates blow compiler stack

2009-05-03 Thread Don
BCS wrote: Hello d-bugm...@puremagic.com, http://d.puremagic.com/issues/show_bug.cgi?id=2920 Summary: recursive templates blow compiler stack ReportedBy: bugzi...@digitalmars.com I was about to mark this as Invalid with a comment that Walter has said that this is not going to be fixed (the

Re: [Issue 3423] Destructor and postblit don't get copied to the header file when using -H

2009-10-20 Thread Don
d-bugm...@puremagic.com wrote: http://d.puremagic.com/issues/show_bug.cgi?id=3423 Leandro Lucarella llu...@gmail.com changed: What|Removed |Added CC|

Re: [Issue 3549] Bypassing initializers with goto -- Is this a bug?

2009-11-25 Thread Don
Rory McGuire wrote: d-bugm...@puremagic.com wrote: http://d.puremagic.com/issues/show_bug.cgi?id=3549 Don clugd...@yahoo.com.au changed: What|Removed |Added CC

Re: ieeeFlags do not work properly

2010-01-07 Thread Don
Torben Hagerup wrote: Run under D version 2.037, the program below runs through without raising any assert exceptions. This shows an erratic behavior with respect to ieeeFlags that is hardly intended. Other ieeeFlags also work (or, rather, do not work) in unexpected ways.

Re: [Issue 4623] Non-integer type allowed as static array size

2010-10-01 Thread Don
d-bugm...@puremagic.com wrote: http://d.puremagic.com/issues/show_bug.cgi?id=4623 --- Comment #5 from Iain Buclaw ibuc...@ubuntu.com 2010-10-01 11:18:20 PDT --- I haven't ran dstress using the DMD compiler. I think I stumbled upon the case somewhere from an archived message on the ML that

Re: [Issue 5006] 'pure' unenforced in a nested function

2010-10-07 Thread Don
d-bugm...@puremagic.com wrote: http://d.puremagic.com/issues/show_bug.cgi?id=5006 Stewart Gordon s...@iname.com changed: What|Removed |Added Keywords|

Re: assertion failure '!vthis-csym' on line 698 in file 'glue.c'

2010-10-17 Thread Don
Benjamin Thaut wrote: Hi, when I compile the current state of my project, I get the following assertion failure: '!vthis-csym' on line 698 in file 'glue.c' I tried to reproduce this in a smaller scale, but it only appears in this very special case. The project currently contains 72 source

Re: error importing std.intrinsic on linux Digital Mars D Compiler v2.008

2010-10-30 Thread Don
Guillaume Chatelet wrote: Alright my first post is almost unreadable so restarting with the http version... Hope it's going to be better. Why are you using version 2.008??? It was one of the first 'proof of concept' alpha test versions. It wasn't intended for serious use. Any version prior

Re: [Issue 3276] Recursion broken by alias template parameter

2010-11-03 Thread Don
d-bugm...@puremagic.com wrote: http://d.puremagic.com/issues/show_bug.cgi?id=3276 --- Comment #3 from Shin Fujishiro rsi...@gmail.com 2010-11-02 22:11:39 PDT --- The patch passed dmd, druntime and phobos tests. It couldn't pass the broken test (runnable/interpret.d) though. What do you

Re: [Issue 5093] improve error for importing std.c.windows.windows

2010-11-15 Thread Don
d-bugm...@puremagic.com wrote: http://d.puremagic.com/issues/show_bug.cgi?id=5093 --- Comment #3 from simon s.d.hamm...@googlemail.com 2010-11-15 11:03:49 PST --- Created an attachment (id=812) PATCH against rev 755: implement a module import backtrace for static assert Implements a module

Re: [Issue 5093] improve error for importing std.c.windows.windows

2010-11-15 Thread Don
Jonathan M Davis wrote: On Monday 15 November 2010 12:49:05 Don wrote: d-bugm...@puremagic.com wrote: http://d.puremagic.com/issues/show_bug.cgi?id=5093 --- Comment #3 from simon s.d.hamm...@googlemail.com 2010-11-15 11:03:49 PST --- Created an attachment (id=812) PATCH against rev 755

Re: [Issue 8660] New: Unclear semantics of array literals of char type, vs string literals

2012-09-14 Thread Don Clugston
On 14/09/12 14:50, monarch_dodra wrote: On Friday, 14 September 2012 at 11:28:04 UTC, Don wrote: --- Comment #0 from Don clugd...@yahoo.com.au 2012-09-14 04:28:17 PDT --- Array literals of char type, have completely different semantics from string literals. In module scope: char[] x