Re: Any AST experts n da house?

2016-11-17 Thread Jacob Carlborg via Digitalmars-d
On 2016-11-17 15:10, Andrei Alexandrescu wrote: Lucia is working on https://issues.dlang.org/show_bug.cgi?id=16683 which shows good promise in cleaning the cobwebs around Typeinfo. She looked into matters and figured she needs to have TypeidExp.semantic() return the lowered expression. In the

Re: Any AST experts n da house?

2016-11-17 Thread Stefan Koch via Digitalmars-d
On Thursday, 17 November 2016 at 14:11:50 UTC, Stefan Koch wrote: On Thursday, 17 November 2016 at 14:10:01 UTC, Andrei Alexandrescu wrote: auto tidSymbol = new Dsymbol(new Identifier("__typeidImplT")); Andrei I am looking into it. DSymbol is an abstract class. It is not meant to

Re: Any AST experts n da house?

2016-11-17 Thread Stefan Koch via Digitalmars-d
On Thursday, 17 November 2016 at 14:10:01 UTC, Andrei Alexandrescu wrote: Lucia is working on https://issues.dlang.org/show_bug.cgi?id=16683 which shows good promise in cleaning the cobwebs around Typeinfo. She looked into matters and figured she needs to have TypeidExp.semantic() return the

Any AST experts n da house?

2016-11-17 Thread Andrei Alexandrescu via Digitalmars-d
Lucia is working on https://issues.dlang.org/show_bug.cgi?id=16683 which shows good promise in cleaning the cobwebs around Typeinfo. She looked into matters and figured she needs to have TypeidExp.semantic() return the lowered expression. In the code below getFuncTemplateDecl(tidSymbol); //