Workaround: `unqualify(T)`: Now Look What You Made Me Do

FeepingCreature feepingcreature at gmail.com
Fri Mar 13 11:56:00 UTC 2020


https://gist.github.com/FeepingCreature/61d1ead8b744cfa2152849e5b6680bb2

Here's a workaround for the bug. It's a version of `Unqual` that 
uses a completely different mechanism to get at the 
qualifier-less type: it looks up a symbol by that name in the 
surrounding aggregate, or tries to jump to the "parent of the 
first member".

Even though it "works" for our usecases, this clearly does not 
spark joy.



More information about the Digitalmars-d mailing list