[Issue 5347] New: Add constructors for primitive types to make pointers easier to use

2010-12-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5347 Summary: Add constructors for primitive types to make pointers easier to use Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW

[Issue 5348] New: Variable Length Arrays

2010-12-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5348 Summary: Variable Length Arrays Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: enhancement Priority: P2 Component: DMD

[Issue 5347] Add constructors for primitive types to make pointers easier to use

2010-12-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5347 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added OS/Version|Linux |All --- Comment

[Issue 5052] take!(Take!R) should return Take!R, not Take!(Take!R)

2010-12-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5052 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 4643] Shared values are unwritable

2010-12-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4643 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5347] Add constructors for primitive types to make pointers easier to use

2010-12-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5347 --- Comment #3 from yebblies yebbl...@gmail.com 2010-12-13 02:45:34 PST --- (In reply to comment #2) I agree it would be more consistent that way, for value types. void f(T)(T v) { auto x = new T(v); // what if T is a class, array, static

[Issue 5347] Add constructors for primitive types to make pointers easier to use

2010-12-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5347 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 1513] try/catch/finally misbehavior on windows

2010-12-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1513 --- Comment #10 from Don clugd...@yahoo.com.au 2010-12-13 13:20:36 PST --- I'm not sure that this is a compiler bug. It may be druntime. With this change: deh.c, _d_framehandler(), line 210 +else if (prev_ndx == -1) +