[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 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. -- Configure issuemail: http:/

[Issue 5220] New: 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 Summary: Make std.conv.ConvError an Exception instead of an Error Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity:

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 2010-11-15 > >>> 11:03:49

[Issue 5218] Can't implicitly convert from "abc"w to wchar[3]

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

[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 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 so. You

[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 changed: What|Removed |Added CC||s.d.hamm...@googlemail.com --- Comment #3 from

[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 dynami

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 2010-11-15 11:03:49 PST --- Created an attachment (id=812) PATCH against rev 755: implement a module import back

[Issue 5219] New: @noheap annotation

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5219 Summary: @noheap annotation Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: DMD Assi

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

2010-11-15 Thread Jonathan M Davis
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 2010-11-15 > > 11:03:49 PST --- Created an attachment (id=812) > > PATCH against rev 755: implement a module import ba

[Issue 5218] New: Can't implicitly convert from "abc"w to wchar[3]

2010-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5218 Summary: Can't implicitly convert from "abc"w to wchar[3] Product: D Version: D1 & D2 Platform: Other OS/Version: Windows Status: NEW Keywords: rejects-valid Severi

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 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 stati

[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 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. > unsigned shifti

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

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

[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 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 this mail becaus

[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 changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|nob...@puremagic.co

[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 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 asserts. This ought to be impl

[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 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 you have t

[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 Wal

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 changed: What|Removed |Added CC||ibuc...@ubuntu.com --- Comment

[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 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 for GCC -- Configure iss

[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 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 years ago, but.

[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 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 changed: What|Removed |Added Keywords||rejects-valid Severity|enh

[Issue 4615] dmdscript no longer compiles

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

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|