[Issue 12532] __traits(compiles, ...) fails to see valid enum symbols

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12532 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 12528] [CTFE] cannot append elements from one inout array to another inout array

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12528 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 12535] New: The language introduction page is not linked from index

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12535 Summary: The language introduction page is not linked from index Product: D Version: D2 Platform: All URL: http://dlang.org/intro.html OS/Version: All

[Issue 12390] [REG2.066a] has no effect in expression diagnostic regression

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12390 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 12536] New: Implove the documentation about preprocessing the files has Ddoc file header

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12536 Summary: Implove the documentation about preprocessing the files has Ddoc file header Product: D Version: D2 Platform: All URL: http://dlang.org/ddoc.html

[Issue 12528] [CTFE] cannot append elements from one inout array to another inout array

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12528 --- Comment #3 from github-bugzi...@puremagic.com 2014-04-07 02:58:40 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 12528] [CTFE] cannot append elements from one inout array to another inout array

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

[Issue 11778] format for null does not verify fmt flags.

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

[Issue 12536] Improve the documentation about preprocessing the files has Ddoc file header

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12536 --- Comment #1 from j...@red.email.ne.jp 2014-04-07 03:59:28 PDT --- Sorry, I should have mentioned that the above _is_ descrived in the document page about DDOC(see the URL of this issue), nearly at the bottom of the page. I am afraid that

[Issue 12537] New: Templatizing opEquals results in infinite recursion in the compiler

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12537 Summary: Templatizing opEquals results in infinite recursion in the compiler Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 12414] Assertion failure in 'template.c' on inout+foreach+template tuple parameter

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12414 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2014-04-07 05:03:50 PDT --- I cannot reproduce ICE with 2.060 - 2.065 and git-head. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 12538] New: ZeroBUGS links are broken

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12538 Summary: ZeroBUGS links are broken Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 12476] Assert error in interpret.c:3204

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12476 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 12460] Crash with goto and static if

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12460 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 12532] __traits(compiles, ...) fails to see valid enum symbols

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12532 --- Comment #2 from det 2k...@gmx.net 2014-04-07 07:20:53 PDT --- (In reply to comment #1) Reduced: // enum a = is(typeof(b)); enum b = is(typeof(a)); pragma(msg, a); //true pragma(msg, b); //false // I'm not sure this

[Issue 9016] swap() doesn't work with std.container.DList.front and back

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

[Issue 9015] std.container.DList.opOpAssign missing return

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

[Issue 12434] std.algorithm.sum of immutable array too

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

[Issue 8772] DList.remove doesn't work with result of std.range.take

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

[Issue 12434] std.algorithm.sum of immutable array too

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12434 --- Comment #3 from github-bugzi...@puremagic.com 2014-04-07 07:43:45 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 12476] Assert error in interpret.c:3204

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12476 --- Comment #2 from github-bugzi...@puremagic.com 2014-04-07 10:45:43 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 12460] Crash with goto and static if

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12460 --- Comment #2 from github-bugzi...@puremagic.com 2014-04-07 08:32:29 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 12390] [REG2.066a] has no effect in expression diagnostic regression

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12390 --- Comment #5 from github-bugzi...@puremagic.com 2014-04-07 10:39:53 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 12312] Regression (2.064): Diagnostic for void static arrays has gone bad

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12312 --- Comment #3 from github-bugzi...@puremagic.com 2014-04-07 11:21:47 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 12539] New: Compiler crash when looking up a nonexistent tuple element in an associative array

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12539 Summary: Compiler crash when looking up a nonexistent tuple element in an associative array Product: D Version: unspecified Platform: x86_64 OS/Version: Windows

[Issue 12534] ICE on using expression tuple as type tuple

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12534 --- Comment #2 from github-bugzi...@puremagic.com 2014-04-07 12:50:29 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 12540] New: Algebraic recursive alias declaration when a class contains an Algebraic member that can accept itself

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12540 Summary: Algebraic recursive alias declaration when a class contains an Algebraic member that can accept itself Product: D Version: D2 Platform: All OS/Version: All

[Issue 12499] tuple/TypeTuple 1-Arg initialization fails during CTFE.

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12499 --- Comment #2 from github-bugzi...@puremagic.com 2014-04-07 13:39:25 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 12499] tuple/TypeTuple 1-Arg initialization fails during CTFE.

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

[Issue 12476] Assert error in interpret.c:3204

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

[Issue 12534] ICE on using expression tuple as type tuple

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

[Issue 12312] Regression (2.064): Diagnostic for void static arrays has gone bad

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

[Issue 12460] Crash with goto and static if

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

[Issue 12390] [REG2.066a] has no effect in expression diagnostic regression

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12390 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 12539] Compiler crash when looking up a nonexistent tuple element in an associative array

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12539 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||ice, pull

[Issue 12541] New: templated __traits(compiles, ...) on value symbols causes a compilation error - under certain conditions

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12541 Summary: templated __traits(compiles, ...) on value symbols causes a compilation error - under certain conditions Product: D Version: D2 Platform: All OS/Version: All

[Issue 12533] instantiated template using __traits(compiles, ...) causes semantic errors when reused

2014-04-07 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12533 --- Comment #1 from det 2k...@gmx.net 2014-04-07 22:50:35 PDT --- (In reply to comment #0) might be caused by issue 12541. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail