[Issue 9788] -profile doesn't work if exceptions are thrown in the running program

2013-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9788 --- Comment #1 from Walter Bright bugzi...@digitalmars.com 2013-03-28 00:36:18 PDT --- https://github.com/D-Programming-Language/dmd/pull/1806 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 4835] DMD should warn about integer overflow in computed constant

2013-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4835 --- Comment #16 from Walter Bright bugzi...@digitalmars.com 2013-03-28 00:39:03 PDT --- (In reply to comment #15) Walter, what do you mean, screw? Is that a limitation of the dmd backend, or are you arguing that it is problematic in general?

[Issue 9824] New: Emplace is broken

2013-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9824 Summary: Emplace is broken Product: D Version: unspecified Platform: All OS/Version: All Status: ASSIGNED Keywords: wrong-code Severity: major Priority:

[Issue 3412] DMD 1.x svn branch store string literal in mutable char*

2013-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3412 Leandro Lucarella leandro.lucare...@sociomantic.com changed: What|Removed |Added Status|NEW

[Issue 5348] Variable Length Arrays

2013-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5348 --- Comment #7 from bearophile_h...@eml.cc 2013-03-28 12:03:43 PDT --- See also for an alternative design: http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2013/n3532.html -- Configure issuemail:

[Issue 9825] New: Add ability to auto-generate a specific field constructor

2013-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9825 Summary: Add ability to auto-generate a specific field constructor Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement

[Issue 5348] Variable Length Arrays

2013-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5348 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9826] New: import doesn't work with absolute paths

2013-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9826 Summary: import doesn't work with absolute paths Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 5348] Variable Length Arrays

2013-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5348 --- Comment #9 from bearophile_h...@eml.cc 2013-03-28 15:55:17 PDT --- Thank you for your comments. 1. VLAs are a failure in C99. I agree, let's invent something better. My ideas have changed, and now I think it's better to define DSSAA in

[Issue 5348] Variable Length Arrays

2013-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5348 --- Comment #10 from Walter Bright bugzi...@digitalmars.com 2013-03-28 17:02:19 PDT --- Probably I have to open an enhancement request on this. Since it's different, yes, but I think this is complex enough that it should be done as a DIP,

[Issue 8880] Feature Request into both std.ascii std.uni isNewline

2013-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8880 Nick Sabalausky cbkbbej...@mailinator.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9045] Feature request for std.asscii = function isNewline

2013-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9045 --- Comment #11 from Nick Sabalausky cbkbbej...@mailinator.com 2013-03-28 17:35:23 PDT --- *** Issue 8880 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 9827] New: Duplicate file on command-line issues a bad diagnostic

2013-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9827 Summary: Duplicate file on command-line issues a bad diagnostic Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 9827] Duplicate file on command-line issues a bad diagnostic

2013-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9827 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull ---