[Issue 19959] Eponymous template FQN's re-state the template name

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jun 15 19:03:17 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=19959

--- Comment #3 from Rainer Schuetze <r.sagitario at gmx.de> ---
>> but omits function parameter type information.

>I'm not sure what you mean exactly; like, just doesn't show the args at all?
>So there is actual information loss?

Yes.

> I don't think it's good to drop information. Do you know why it would do that?

I guess it's just to keep the code simple? It seems it's not populated in the
LDC part, but maybe the LLVM backend ignores this anyway? IIRC LDC doesn't add
member functions to structs or classes, so you also cannot make
"property-calls" in the debugger.

--


More information about the Digitalmars-d-bugs mailing list