[Issue 2698] Parameterised identifier

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2698 --- Comment #2 from github-bugzi...@puremagic.com 2013-05-12 23:30:54 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10073] New: Default opEquals depends on class declaration order with DMD HEAD

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10073 Summary: Default opEquals depends on class declaration order with DMD HEAD Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 10073] Default opEquals depends on class declaration order with DMD HEAD

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10073 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 8081] pure nothrow unittest problem in generated 'header' file

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8081 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 10074] New: segfault in dmd

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10074 Summary: segfault in dmd Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 9973] ICE for selective import in compiler generated try finally body

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9973 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10049] Spurious Label already defined error inside a foreach over a range aggregate

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10049 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||c...@dawg.eu ---

[Issue 9531] __traits(parent, ...) does not work for types defined within a unittest block

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9531 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-05-13 06:40:57 PDT --- Strange, this seems to have been fixed in git-head. Anyone know which pull did it? -- Configure issuemail:

[Issue 10072] Array copy broken for array of pointers

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10072 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9539] Wrong implicit conversion of array to pointer

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9539 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 10063] inout+pure results in ability to produce immutable reference to mutable data

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10063 --- Comment #1 from github-bugzi...@puremagic.com 2013-05-13 07:46:50 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10076] New: expression.c:4310: virtual Expression* TypeExp::semantic(Scope*): Assertion `0' failed.

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10076 Summary: expression.c:4310: virtual Expression* TypeExp::semantic(Scope*): Assertion `0' failed. Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status:

[Issue 10077] New: add pragma(mangle, ...) to override symbol mangle.

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10077 Summary: add pragma(mangle, ...) to override symbol mangle. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 6082] Constructors of templated types should be callable via IFTI

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6082 --- Comment #1 from Steven Schveighoffer schvei...@yahoo.com 2013-05-13 15:54:21 PDT --- Also see DIP 40: http://wiki.dlang.org/DIP40 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 10078] New: std.string.indexOf(Char[], dchar, CaseSensitive) fails at compile time

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10078 Summary: std.string.indexOf(Char[], dchar, CaseSensitive) fails at compile time Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 10076] expression.c:4310: virtual Expression* TypeExp::semantic(Scope*): Assertion `0' failed.

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10076 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2013-05-13 17:09:20 PDT --- Where is the test case? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 10047] opDispatch instantiation failure should be gagged for UFCS

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

[Issue 10047] opDispatch instantiation failure should be gagged for UFCS

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10047 --- Comment #3 from github-bugzi...@puremagic.com 2013-05-13 17:46:13 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10005] struct variable declaration and const-correctness

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10005 --- Comment #2 from github-bugzi...@puremagic.com 2013-05-13 17:52:14 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 10005] struct variable declaration and const-correctness

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

[Issue 10079] New: Builit-in generated opAssign should be pure nothrow @safe in default

2013-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10079 Summary: Builit-in generated opAssign should be pure nothrow @safe in default Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: