[Issue 23082] stringof of template alias overloaded with function accessed by trait: segfault.

2022-07-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23082 --- Comment #4 from Dlang Bot --- dlang/dmd pull request #14280 "merge stable" was merged into master: - cf80ca9d4b4e99db30d2644706ecbddc8f79cd49 by Razvan Nitu: Fix Issue 23082 - stringof of template alias overloaded with function a

[Issue 23082] stringof of template alias overloaded with function accessed by trait: segfault.

2022-05-20 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #3 from Dlang Bot --- dlang/dmd pull request #14149 "Fix Issue 23082 - stringof of template alias overloaded with function accessed by trait: segfault." was merged into stable: - 1e788a4370098a77c5d3e80c9cae91429cc439b5 by RazvanN7: Fix Issue 23082 - s

[Issue 23082] stringof of template alias overloaded with function accessed by trait: segfault.

2022-05-20 Thread d-bugmail--- via Digitalmars-d-bugs
--- @RazvanN7 created dlang/dmd pull request #14149 "Fix Issue 23082 - stringof of template alias overloaded with function accessed by trait: segfault." fixing this issue: - Fix Issue 23082 - stringof of template alias overloaded with function accessed by trait: segfault. https://github.com/dlan

[Issue 23082] stringof of template alias overloaded with function accessed by trait: segfault.

2022-05-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23082 Basile-z changed: What|Removed |Added Keywords||ice CC|

[Issue 23082] stringof of template alias overloaded with function accessed by trait: segfault.

2022-05-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23082 --- Comment #1 from FeepingCreature --- Further reduced: ... __traits(parent, main).bar.stringof; ... Afaics at first glance, the problem is that mod.bar forms a DotIdExp, but doesn't have a type. --