[Issue 13017] opEquals for null std.typecons.Nullable

2017-01-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13017 --- Comment #5 from Jonathan M Davis --- https://github.com/dlang/phobos/pull/5032 --

[Issue 13017] opEquals for null std.typecons.Nullable

2017-01-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13017 Jonathan M Davis changed: What|Removed |Added CC|

[Issue 9290] Ability to modify immutable struct members in static array assignment

2017-01-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9290 Martin Krejcirik changed: What|Removed |Added Summary|Ability to modify immutable |Ability to modify immutable

[Issue 16278] [REG2.067] undefined reference when class template is instantiated only in 'is' expression

2017-01-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16278 bitter.ta...@gmx.com changed: What|Removed |Added CC||bitter.ta...@gmx.com --- Comment #1

[Issue 16598] [REG2.069] ICE with void ternary + finalizers

2017-01-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16598 bitter.ta...@gmx.com changed: What|Removed |Added CC||bitter.ta...@gmx.com --- Comment #1

[Issue 17083] final switch(bool) should be lowered at least to a simple if else

2017-01-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17083 --- Comment #2 from b2.t...@gmx.com --- I've seen you closed. However it is almost done in StatementSwitchVisitor.visit(SwitchStatement ss)BreakStatement to remove in each case: @@ -1987,10 +1987,11 @@ else ss.condition =

[Issue 17085] [std.traits] Documentation for all traits under SomethingTypeOf missing

2017-01-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17085 m.bier...@lostmoment.com changed: What|Removed |Added URL|http://dlang.org/phobos/|http://dlang.org/phobos/std

[Issue 16346] Enum used as a constructor evaluates to the underlying type, not to the enum type.

2017-01-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16346 bitter.ta...@gmx.com changed: What|Removed |Added CC||bitter.ta...@gmx.com --- Comment #1

[Issue 17083] final switch(bool) should be lowered at least to a simple if else

2017-01-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17083 uplink.co...@googlemail.com changed: What|Removed |Added Status|NEW |RESOLVED