debugging mixins

Ethan Watson via Digitalmars-d digitalmars-d at puremagic.com
Mon Oct 3 04:55:23 PDT 2016


On Monday, 3 October 2016 at 11:42:25 UTC, Stefan Koch wrote:
> @Ethan can you share code illustrating your usecase.
> (My head is inside compiler internals and building test-code is 
> a rather unpleasant context switch)

You should be able to do everything with the example code you 
have. My intention there is to compile everything in the 
acorelibrary module in to a library and statically link against 
that. As such, you'll want to do the .di generation on those 
files. The behaviour right now is that all the Binderoo mixins 
will not expand.


More information about the Digitalmars-d mailing list