[Issue 23638] [betterC] Better Error Message For Runtime Usage

2023-02-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23638 Iain Buclaw changed: What|Removed |Added Priority|P1 |P4 --

[Issue 23638] [betterC] Better Error Message For Runtime Usage

2023-01-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23638 --- Comment #4 from RazvanN --- (In reply to Jack Stouffer from comment #2) > (In reply to RazvanN from comment #1) > > Unfortunately, the problem comes from the fact that the hook uses typeid > > internally. `dup` is just a normal template so the co

[Issue 23638] [betterC] Better Error Message For Runtime Usage

2023-01-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23638 --- Comment #3 from RazvanN --- (In reply to Jack Stouffer from comment #2) > (In reply to RazvanN from comment #1) > > Unfortunately, the problem comes from the fact that the hook uses typeid > > internally. `dup` is just a normal template so the co

[Issue 23638] [betterC] Better Error Message For Runtime Usage

2023-01-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23638 --- Comment #2 from Jack Stouffer --- (In reply to RazvanN from comment #1) > Unfortunately, the problem comes from the fact that the hook uses typeid > internally. `dup` is just a normal template so the compiler does not give it > any special treatm

[Issue 23638] [betterC] Better Error Message For Runtime Usage

2023-01-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23638 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #1 from Razv

[Issue 23638] [betterC] Better Error Message For Runtime Usage

2023-01-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23638 Jack Stouffer changed: What|Removed |Added Keywords||betterC, diagnostic --