[Issue 15436] Compiler still refers to AliasSeq-s as "tuple"-s (and TypeTuple?)

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

[Issue 24023] Unnecessary module prefix in error message types

2023-06-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24023 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @ntrel

[Issue 24023] New: Unnecessary module prefix in error message types

2023-06-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24023 Issue ID: 24023 Summary: Unnecessary module prefix in error message types Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement

[Issue 24022] ImportC: Error: attribute `__anonymous` is used as a type

2023-06-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24022 Carsten Schlote changed: What|Removed |Added CC||carsten.schl...@gmx.net --- Comment #2

[Issue 23931] Error: reference to local variable `this` calling non-scope member function `this.this()`

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

[Issue 24010] Destructor called before end of scope for tuples

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

[Issue 24022] ImportC: Error: attribute `__anonymous` is used as a type

2023-06-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24022 Dmytro Katyukha changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3 from Dmytro

[Issue 24022] ImportC: Error: attribute `__anonymous` is used as a type

2023-06-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24022 Dmytro Katyukha changed: What|Removed |Added Assignee|nob...@puremagic.com|firemage.d...@gmail.com --

[Issue 15086] import doesn't verify module declaration

2023-06-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15086 --- Comment #31 from ag0aep6g --- I just ran into this one again in the wild. Step 1: Start with a program that prints some data as an HTML table. Step 2: Add another module to print the same data in CSV format. Do this by copying html.d to csv.d

[Issue 24023] Unnecessary module prefix in error message types

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

[Issue 24024] New: cannot pass class this to ref class

2023-06-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24024 Issue ID: 24024 Summary: cannot pass class this to ref class Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: major Priority: P1