<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2016-06-30 14:20 GMT+02:00 captaindet via Digitalmars-d <span dir="ltr"><<a href="mailto:digitalmars-d@puremagic.com" target="_blank">digitalmars-d@puremagic.com</a>></span>:<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">does this mean mixin templates now have no way of adding imports to the scope they are mixed in?<br>
</blockquote></div><br>That's exactly what it means. Likewise a base class cannot add an import that will be visible by it's sub classes.<br>string mixin will still work though.<br><br>> <span style="font-size:12.8px">or is all this a special case for classes? how about at module level? where is all this mentioned in the specs?<br><br>What about module level ?<br>I suggest you look at the linked P.R.<br>It should describe the new import behaviour, as well as the new lookup rule (previously underdocumented).<br>If it doesn't address all your questions, feel free to comment on it, so it can benefit everyone.</span></div></div>