Rainer Schuetze

Results 234 comments of Rainer Schuetze

Now this passes the tests, anyone care to comment if this going in the right direction? It is vital for these issues to be fixed to continue with the precise...

To make this work with recent changes I had to add avoiding to generate code for template instances that failed to instantiate during __traits(compiles). I know the method name "isInErrorTree"...

Fixed, now contains a fix for https://d.puremagic.com/issues/show_bug.cgi?id=11427, but probably #2757 is a more complete fix for it.

The failure is caused by abuse of https://d.puremagic.com/issues/show_bug.cgi?id=11645

fixed conflicts and rebased. I had to disable semantic analysis of unittests on non-root modules to not expect type infos generated in a library which is not compiled with unittests...

@WalterBright Thanks for review. Unfortunately the SSD with my D stuff on it is broken and I'm still hoping for repair without data loss, so I cannot do a lot...

Updated according to comments.

Redone this PR. It now uses semanticTypeInfo from #3256 most of the time, though it must be called quite often.

Rebased again. Everybody considering embedding data into RTInfo, please review and comment. A number of places where wrong TypeInfo was generated have already been identified and fixed by Kenji. This...