[Issue 20655] [REG: 2.072] attribute inference accepts unsafe union access as @safe

2020-10-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20655 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com Summar

[Issue 21288] Wrong context pointer for alias this function

2020-10-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21288 --- Comment #3 from Mathias LANG --- Right, because it's `stringof`. Just tested and it also trigggers with `__traits(identifier)`. A workaround for this issue would be to use the following: ``` static assert(__traits(identifier, typeof(B.init.a()).

[Issue 21250] dirEntries on non-existent directory causes assert error

2020-10-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21250 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 19590] __traits allMembers should put fully qualified names for imports

2020-10-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19590 Steven Schveighoffer changed: What|Removed |Added Status|RESOLVED|REOPENED CC|