[Issue 4781] Segfault(mtype.c) with forward referenced typeof and .init

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4781 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2080] ICE(mangle.c) alias corrupts type inference of static variables

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2080 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3493] Segfault(cast.c) Forward reference with type inference, D1 only.

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3493 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 3293] ICE(expression.c) recursive alias template parameters

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3293 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4615] dmdscript no longer compiles

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4615 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4484] Warning for unreachable code in scope statements is too confusing

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4484 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Keywords||rejects-valid

[Issue 3463] Integrate Precise Heap Scanning Into the GC

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3463 --- Comment #83 from bearophile_h...@eml.cc 2010-11-15 04:43:23 PST --- (In reply to comment #82) Anyway, unfortunately DMD development model still sucks, it sucks much less than... let's say 2 years ago, but... Walter is willing to slowly

[Issue 3463] Integrate Precise Heap Scanning Into the GC

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3463 --- Comment #84 from Leandro Lucarella llu...@gmail.com 2010-11-15 04:47:48 PST --- (In reply to comment #83) (In reply to comment #82) Anyway, unfortunately DMD development model still sucks, it sucks much less than... let's say 2

[Issue 3749] cannot evaluate yl2x (log) and exp functions at compile time

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3749 --- Comment #8 from simon s.d.hamm...@googlemail.com 2010-11-15 05:27:01 PST --- Created an attachment (id=811) PATCH against rev 755 add support for yl2x, yl2xp1 Implements yl2x, yl2xp1 as builtins for DMC, VisualStudio. Needs implementation

[Issue 5205] D runtime duplication in zip

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5205 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 5208] Inconsistency between src and import druntime files.

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5208 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3463] Integrate Precise Heap Scanning Into the GC

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3463 --- Comment #85 from bearophile_h...@eml.cc 2010-11-15 09:33:56 PST --- (In reply to comment #84) I (and others) already suggested him how to improve things, Keep suggesting those things. Sometimes you have to say something five times to

[Issue 3463] Integrate Precise Heap Scanning Into the GC

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3463 --- Comment #86 from Leandro Lucarella llu...@gmail.com 2010-11-15 09:44:18 PST --- (In reply to comment #85) (In reply to comment #84) I (and others) already suggested him how to improve things, Keep suggesting those things. Sometimes

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

2010-11-15 Thread d-bugmail
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 import back-trace for static

[Issue 5090] ICE(todt.c) struct literal initializing zero length array

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5090 simon s.d.hamm...@googlemail.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 5090] ICE(todt.c) struct literal initializing zero length array

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5090 --- Comment #3 from Iain Buclaw ibuc...@ubuntu.com 2010-11-15 12:11:09 PST --- Just under the duplicate union error is where to look iirc. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 4837] ICE(constfold.c) CTFE with =

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4837 simon s.d.hamm...@googlemail.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 4837] ICE(constfold.c) CTFE with =

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4837 --- Comment #2 from Don clugd...@yahoo.com.au 2010-11-15 12:39:53 PST --- (In reply to comment #1) Created an attachment (id=814) [details] PATCH against rev 755: remove superfluous asserts fixed, no idea why asserts where placed in there.

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:

[Issue 5212] Safer typesafe variadics

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5212 --- Comment #5 from bearophile_h...@eml.cc 2010-11-15 14:11:15 PST --- Extra note: It's a problem of perception: typesafe variadic arguments don't look like normal function arguments that you know are usually on the stack, they look like

[Issue 2809] Wrong constant folding for unsigned shift

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2809 simon s.d.hamm...@googlemail.com changed: What|Removed |Added CC|

[Issue 2809] Wrong constant folding for unsigned shift

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2809 --- Comment #4 from Don clugd...@yahoo.com.au 2010-11-15 15:06:34 PST --- (In reply to comment #3) Mr Bs test case is wrong: static assert((cast(short)-1 1) == int.max); should be: static assert((cast(short)-1 1) == short.max); Not

[Issue 5218] Can't implicitly convert from abcw to wchar[3]

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5218 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch --- Comment #1 from

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

2010-11-15 Thread Jonathan M Davis
On Monday, November 15, 2010 13:59:10 Don wrote: 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

[Issue 5220] Make std.conv.ConvError an Exception instead of an Error

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5220 --- Comment #1 from Jonathan M Davis jmdavisp...@gmx.com 2010-11-15 21:07:45 PST --- As noted by dsimcha on Phobos list, ConvError should be left as a deprecated alias to ConvException for a few releases to mitigate code breakage. --