[Issue 4356] Copy constructor not called under extremely mysterious circumstances

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4356 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 4349] Deprecate automatic case fallthrough

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4349 --- Comment #1 from bearophile_h...@eml.cc 2010-06-21 03:17:29 PDT --- Sean Kelly and Michel Fortin have shown some code examples. This D code: switch (x) { case 1: case 2: case 3: case 4: doSomething(); break; default:

[Issue 4357] New: Stack allocation for small scope dynamic arrays

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4357 Summary: Stack allocation for small scope dynamic arrays Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 4357] Stack allocation for small scope dynamic arrays

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4357 nfx...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4349] Deprecate automatic case fallthrough

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4349 Andrei Alexandrescu changed: What|Removed |Added CC||and...@metalanguage.com --- Comm

[Issue 4358] New: Potential Memory Leaks in std.file.read() ?

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4358 Summary: Potential Memory Leaks in std.file.read() ? Product: D Version: D1 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Com

[Issue 1824] Object not const correct

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1824 Lars T. Kyllingstad changed: What|Removed |Added CC||bugzi...@kyllingen.net C

[Issue 4349] Deprecate automatic case fallthrough

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4349 --- Comment #3 from bearophile_h...@eml.cc 2010-06-21 11:19:01 PDT --- Answer to Comment 2: I agree that it's easy for people to understand that there's a requirement to insert a break or similar. This is what I have written in the Description.

[Issue 4357] Stack allocation for small scope dynamic arrays

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4357 --- Comment #2 from bearophile_h...@eml.cc 2010-06-21 11:23:19 PDT --- Sorry, I didn't know that. I have thought that the removal of the scope attribute was only for class instances. Even if the scope attribute can't be used on dynamic arrays,

[Issue 4359] New: Erroneous behaviour of variables in a delegate literal passed as template tuple parameter

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4359 Summary: Erroneous behaviour of variables in a delegate literal passed as template tuple parameter Product: D Version: D2 Platform: Other OS/Version: All Status: NE

[Issue 3532] benchmark function consumes 100% CPU when used with anonymous delegate

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3532 Lars T. Kyllingstad changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Issue 3804] Recent versions of GNU C Library have execvpe() implemented.

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3804 Lars T. Kyllingstad changed: What|Removed |Added CC||bugzi...@kyllingen.net

[Issue 4077] Bugs caused by bitwise operator precedence

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4077 --- Comment #10 from Don 2010-06-21 14:48:40 PDT --- Created an attachment (id=669) Patch against svn 552, D2 This patch implements Stewart Gordon's proposal. Quite simple, since it is just the parser. I'm not sure if there's a better way of d

[Issue 4077] Bugs caused by bitwise operator precedence

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4077 Don changed: What|Removed |Added Keywords||patch Version|future

[Issue 4360] New: Allow intrinsics in core.bitop to operate as intrinsics

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4360 Summary: Allow intrinsics in core.bitop to operate as intrinsics Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 4326] struct invariants documentation

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4326 Leandro Lucarella changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3578] Impossible to run a struct invariant using assert(s)

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3578 Leandro Lucarella changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment

[Issue 2848] static if (is(type)) + alias fails to compile

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2848 --- Comment #4 from Leandro Lucarella 2010-06-21 17:53:23 PDT --- Works in DMD 1.062, I don't know when it got fixed. I guess it will work in DMD 2.0xx, but I don't have one installed to test. If somebody wants to try it, this bug can be clos

[Issue 2848] static if (is(type)) + alias fails to compile

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

[Issue 4358] Potential Memory Leaks in std.file.read() ?

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4358 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #1 from

[Issue 4356] Copy constructor not called under extremely mysterious circumstances

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4356 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|