[Issue 1004] Changed environment not passed to child process

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1004 --- Comment #13 from Walter Bright bugzi...@digitalmars.com 2014-02-12 01:00:58 PST --- (In reply to comment #10) D1 is officially discontinued, when will we really stop supporting it? Well, we aren't supporting it. I and Sociomantic are,

[Issue 1004] Changed environment not passed to child process

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1004 --- Comment #14 from yebblies yebbl...@gmail.com 2014-02-12 20:42:49 EST --- (In reply to comment #13) Well, we aren't supporting it. I and Sociomantic are, and we do it because Sociomantic is heavily dependent on it. Sociomantic is a valued

[Issue 12135] New: [AA] Format tail after associative array value is treated as separator if explicit separator is empty

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12135 Summary: [AA] Format tail after associative array value is treated as separator if explicit separator is empty Product: D Version: D2 Platform: All OS/Version: All

[Issue 12136] New: [AA] Associative array `keys` and `values` become non-properties.

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12136 Summary: [AA] Associative array `keys` and `values` become non-properties. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 12136] [AA] Associative array `keys` and `values` become non-properties.

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12136 --- Comment #2 from Denis Shelomovskij verylonglogin@gmail.com 2014-02-12 14:20:06 MSK --- Or by this pull: https://github.com/D-Programming-Language/druntime/pull/722 -- Configure issuemail:

[Issue 12136] [AA] Associative array `keys` and `values` become non-properties.

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12136 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 12137] New: [REG DMD2.065-b3] Huge decline in performance

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12137 Summary: [REG DMD2.065-b3] Huge decline in performance Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2

[Issue 8763] struct initialization with empty variadic arguments tries to call constructor

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8763 monarchdo...@gmail.com changed: What|Removed |Added CC||tob...@pankrath.net ---

[Issue 8282] Can not allocate an Array!T on heap.

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8282 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12138] New: Label statement creates an unexpected scope block

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12138 Summary: Label statement creates an unexpected scope block Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Keywords: wrong-code Severity:

[Issue 12136] [AA] Associative array `keys` and `values` become non-properties.

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12136 --- Comment #3 from github-bugzi...@puremagic.com 2014-02-12 04:02:37 PST --- Commits pushed to master at https://github.com/D-Programming-Language/druntime

[Issue 12139] New: AA.update

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12139 Summary: AA.update Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Phobos

[Issue 12136] [AA] Associative array `keys` and `values` become non-properties.

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12136 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12140] New: SortedRange as associative array keys

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12140 Summary: SortedRange as associative array keys Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 1747] interface inheritance + casting == wrong method invoked

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1747 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 12137] [REG DMD2.065-b3] Huge decline in performance

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12137 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2014-02-12 07:39:04 PST --- (In reply to comment #0) When compiling vibe.d, the performance and memory requirements of DMD got significantly worse (about 7x slower and up to 1.5x more

[Issue 12137] [REG DMD2.065-b3] Huge decline in performance

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12137 --- Comment #2 from S�nke Ludwig slud...@outerproduct.org 2014-02-12 07:41:35 PST --- Interesting. Could it be that the last release was built using VisualStudio instead of DMC? Even if that seems to be almost to much of a difference for

[Issue 12137] [REG DMD2.065-b3] Huge decline in performance

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12137 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---

[Issue 12141] New: std.algorithm: implement deterministic topN

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12141 Summary: std.algorithm: implement deterministic topN Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 12137] [REG DMD2.065-b3] Huge decline in performance

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12137 --- Comment #4 from Kenji Hara k.hara...@gmail.com 2014-02-12 10:37:20 PST --- (In reply to comment #2) Interesting. Could it be that the last release was built using VisualStudio instead of DMC? Even if that seems to be almost to much of a

[Issue 12137] [REG DMD2.065-b3] Huge decline in performance

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12137 --- Comment #5 from yebblies yebbl...@gmail.com 2014-02-13 05:57:52 EST --- (In reply to comment #4) (In reply to comment #3) Any chance the failing dmds are being built with the old snn.lib? Unfortunately no. The built dmd.exe from the

[Issue 12142] New: std.stdio should allow opening a Windows HANDLE

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12142 Summary: std.stdio should allow opening a Windows HANDLE Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: pull Severity: enhancement

[Issue 12143] New: Base class is forward referenced

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12143 Summary: Base class is forward referenced Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal

[Issue 12144] New: [REG DMD2.064] Unresolved xopEquals when referenced by dynamic array constructor

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12144 Summary: [REG DMD2.064] Unresolved xopEquals when referenced by dynamic array constructor Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 5570] 64 bit C ABI not followed for passing structs and complex numbers as function parameters

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5570 Etienne etci...@gmail.com changed: What|Removed |Added CC||etci...@gmail.com ---

[Issue 7726] 'virtual' keyword please

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7726 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11616] Introduce virtual keyword and remove virtual-by-default

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11616 --- Comment #6 from Andrej Mitrovic andrej.mitrov...@gmail.com 2014-02-12 12:58:07 PST --- *** Issue 7726 has been marked as a duplicate of this issue. *** -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 12144] [REG DMD2.064] Unresolved xopEquals when referenced by dynamic array constructor

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12144 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 5704] Silent ddoc failure on plot2kill

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5704 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12135] [AA] Format tail after associative array value is treated as separator if explicit separator is empty

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12135 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 6860] isNumeric(immutable(char)) fails

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6860 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3913] Bad error message with wrong enum

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3913 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 8954] Missing line number in error message for uncollable destructor/postblit

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8954 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 8954] Missing line number in error message for uncollable destructor/postblit

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8954 --- Comment #4 from Andrej Mitrovic andrej.mitrov...@gmail.com 2014-02-12 13:46:16 PST --- (In reply to comment #3) I think it can be fixed by adding an 'isInternal' field to the dtor/postblit classes and passing a valid Loc, then cov

[Issue 3913] Bad error message with wrong enum

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3913 --- Comment #4 from bearophile_h...@eml.cc 2014-02-12 14:02:20 PST --- (In reply to comment #3) https://github.com/D-Programming-Language/dmd/pull/3252 Good. The related issue is with alias, Issue 5004 -- Configure issuemail:

[Issue 12095] Wrong code with -O -inline

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12095 --- Comment #11 from github-bugzi...@puremagic.com 2014-02-12 14:37:18 PST --- Commit pushed to 2.065 at https://github.com/D-Programming-Language/dmd

[Issue 12089] std.utf.validate and inout(char[]) failts to compile

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12089 --- Comment #6 from github-bugzi...@puremagic.com 2014-02-12 14:37:31 PST --- Commit pushed to 2.065 at https://github.com/D-Programming-Language/dmd

[Issue 12096] Allow body to be used as an identifier

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12096 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 12145] New: Custom error messages are no longer printed for core.exceptions

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12145 Summary: Custom error messages are no longer printed for core.exceptions Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 12051] Wrong code with ?: resulting in char on x86-64

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12051 --- Comment #4 from github-bugzi...@puremagic.com 2014-02-12 16:43:51 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 12051] Wrong code with ?: resulting in char on x86-64

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12051 --- Comment #5 from github-bugzi...@puremagic.com 2014-02-12 16:45:17 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 12051] Wrong code with ?: resulting in char on x86-64

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12051 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12146] New: Linker error with __xopCmp, __xopEq, TypeInfo

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12146 Summary: Linker error with __xopCmp, __xopEq, TypeInfo Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Keywords: link-failure Severity:

[Issue 12147] New: Any bitfield with member named version will fail to compile

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12147 Summary: Any bitfield with member named version will fail to compile Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 12146] Linker error with __xopCmp, __xopEq, TypeInfo

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12146 --- Comment #1 from Martin Nowak c...@dawg.eu 2014-02-12 17:19:55 PST --- I think this is caused by this change. https://github.com/D-Programming-Language/dmd/pull/2582/files#diff-ffa5582af7d723c487d4a11ac6743b85L739 -- Configure issuemail:

[Issue 12137] [REG DMD2.065-b3] Huge decline in performance

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12137 --- Comment #6 from Kenji Hara k.hara...@gmail.com 2014-02-12 17:19:50 PST --- (In reply to comment #5) (In reply to comment #4) (In reply to comment #3) Any chance the failing dmds are being built with the old snn.lib?

[Issue 12146] Linker error with __xopCmp, __xopEq, TypeInfo

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12146 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 12144] [REG DMD2.064] Unresolved xopEquals when referenced by dynamic array constructor

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12144 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment

[Issue 12146] Linker error with __xopCmp, __xopEq, TypeInfo

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12146 Martin Nowak c...@dawg.eu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12146] Linker error with __xopCmp, __xopEq, TypeInfo

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12146 --- Comment #3 from Martin Nowak c...@dawg.eu 2014-02-12 17:50:45 PST --- Also happens with a sensible opCmp, like int opCmp(const ref Bar) { return 0; } It must deviate from the default signature though, i.e. can't be int

[Issue 12121] atomicLoad!(MemoryOrder.acq) should not emit additional code on X86

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12121 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment

[Issue 12121] atomicLoad!(MemoryOrder.acq) should not emit additional code on X86

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12121 --- Comment #2 from Martin Nowak c...@dawg.eu 2014-02-12 18:12:03 PST --- https://github.com/D-Programming-Language/druntime/pull/723 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 12137] [REG DMD2.065-b3] Huge decline in performance

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12137 --- Comment #7 from yebblies yebbl...@gmail.com 2014-02-13 13:52:47 EST --- (In reply to comment #6) snn.lib is in dmd/windows/lib, and even if I replace the directory with the one in the released 2.064, slow compiler will be built. So

[Issue 9193] Wrong code with mixing -inline/non-inline modules, nested functions and templates

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9193 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12147] Any bitfield with member named version will fail to compile

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12147 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1550] D DLLs close standard input/output streams when unloading

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1550 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3068] concatenation operator doesn't like typed named enums

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3068 --- Comment #2 from Vladimir Panteleev thecybersha...@gmail.com 2014-02-13 05:37:33 EET --- Daniel, since your pull is closed, does this make this bug a WONTFIX? -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 10554] Remove size restriction from std.socket.SocketSet

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10554 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3068] concatenation operator doesn't like typed named enums

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3068 yebblies yebbl...@gmail.com changed: What|Removed |Added AssignedTo|yebbl...@gmail.com |nob...@puremagic.com

[Issue 12148] New: The function std.uuid.parseUUID changes an input data

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12148 Summary: The function std.uuid.parseUUID changes an input data Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 8282] Can not allocate an Array!T on heap.

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8282 --- Comment #2 from github-bugzi...@puremagic.com 2014-02-12 22:52:54 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 7287] std.container.BinaryHeap example fails

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7287 --- Comment #3 from github-bugzi...@puremagic.com 2014-02-12 22:52:24 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 10250] Grammar does not allow invariants in struct declarations

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10250 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7287] std.container.BinaryHeap example fails

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7287 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11398] Language spec does not allow new eponymous template syntax

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11398 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1553] foreach_reverse is allowed for delegates

2014-02-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1553 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|