[Issue 24109] New: [REG2.103] 'need this' when invoking outer method from inner method

2023-08-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24109 Issue ID: 24109 Summary: [REG2.103] 'need this' when invoking outer method from inner method Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 24110] New: [REG2.104] Array comparison lowering apparently not handled properly in __traits(compiles)

2023-08-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24110 Issue ID: 24110 Summary: [REG2.104] Array comparison lowering apparently not handled properly in __traits(compiles) Product: D Version: D2 Hardware: All OS: All

[Issue 24110] [REG2.104] Array comparison lowering apparently not handled properly in __traits(compiles)

2023-08-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24110 --- Comment #1 from kinke --- FWIW, a similar inconsistency with a floating-point `opCmp` result of the array elements (the same v2.104 regression wrt. `__traits(compiles)`) was fixed in D v2.105 by fixing the array comparison; see

[Issue 24108] dmd -H and -X fail when given an importC module

2023-08-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24108 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---