[Issue 19339] extern(C++, namespace|string) disables UFCS

2018-10-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19339 Manu changed: What|Removed |Added CC||turkey...@gmail.com --- Comment #1 from Manu ---

[Issue 15086] import doesn't verify module declaration

2018-10-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15086 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 19341] New: Strange foreach, tupleof, const ref interaction

2018-10-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19341 Issue ID: 19341 Summary: Strange foreach, tupleof, const ref interaction Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: accepts-invalid

[Issue 18517] Import order is not invariant

2018-10-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18517 --- Comment #4 from Jonathan Marler --- > I would expect that if a module is loaded via using the filesystem, and the > module name doesn't match how it was found, then this should be an error. > Anything else seems to strain your sanity! I

[Issue 18517] Import order is not invariant

2018-10-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18517 --- Comment #3 from Steven Schveighoffer --- Hm... I didn't realize that the module identifier was not identical to the filename. That is interesting. It's not clearly stated in this bug report that this is a requirement to get the error to occur --

[Issue 18517] Import order is not invariant

2018-10-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18517 --- Comment #2 from Walter Bright --- Jonathan Marler's Relevant Pull Requests: Fix module/import order invariance: https://github.com/dlang/dmd/pull/7900 Interpret imports the same regardless of other modules passed on the command line:

[Issue 18517] Import order is not invariant

2018-10-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18517 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com See

[Issue 19339] New: extern(C++, namespace|string) disables UFCS

2018-10-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19339 Issue ID: 19339 Summary: extern(C++, namespace|string) disables UFCS Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 19339] extern(C++, namespace|string) disables UFCS

2018-10-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19339 Mathias LANG changed: What|Removed |Added Keywords||C++ --

[Issue 19340] New: Protected module members are supposed to be illegal

2018-10-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19340 Issue ID: 19340 Summary: Protected module members are supposed to be illegal Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: regression

[Issue 18517] Import order is not invariant

2018-10-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18517 --- Comment #5 from Steven Schveighoffer --- I wasn't a part of that conversation, but the "feature" makes no sense -- if you want to import a module and it doesn't reside at the filename that you import, then the system can't find that module. It

[Issue 16086] Imported function name shadows alias this member

2018-10-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16086 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #3 from

[Issue 16082] Can't access alias this member with same name as module

2018-10-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16082 --- Comment #2 from RazvanN --- Alternate PR: https://github.com/dlang/dmd/pull/8885 --

[Issue 14331] Cannot cast(void*) a class with an alias this struct

2018-10-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14331 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6777] alias this disables casting for classes

2018-10-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6777 RazvanN changed: What|Removed |Added CC||initrd...@gmail.com --- Comment #14 from RazvanN

[Issue 18517] Import order is not invariant

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