[Issue 24333] Inline ClassInfo with the vtbl

2024-01-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24333 --- Comment #1 from Walter Bright --- This is a challenging problem because the ClassInfo is of variable size. Embedding it with the vtbl[] would mean the variable parts would then have to be indirect. --

[Issue 24333] Inline ClassInfo with the vtbl

2024-01-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24333 Richard Cattermole changed: What|Removed |Added CC||alphaglosi...@gmail.com --- Comment #2

[Issue 3543] [tdpl] ternary operator can't find common type for classes/interfaces

2024-01-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3543 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #16 from Dlang Bot --- @WalterB

[Issue 24179] Ddoc broke D code sections

2024-01-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24179 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #3 from Dlang Bot --- @Sumando