On 3/29/16 2:02 PM, Sebastiaan Koppe wrote:
On Tuesday, 29 March 2016 at 15:25:27 UTC, Steven Schveighoffer wrote:
I anticipate 2.071.0 is going to cause a lot of deprecation messages
and strange errors to occur, due to the fixes of very long-standing
import bugs.

I wrote a blog post (actually my first ever) on this, let me know what
you think (and please, any clarifications/errors, let me know):

http://www.schveiguy.com/blog/2016/03/import-changes-in-d-2-071/

I would avoid 'generated' names like ex1_a and ex1_b, and go for
something concrete. E.g.

module car;
import tire;

Yeah, I probably could.

I wanted all my code in one gist, so I tried to come up with examples I could compile all at once. Worked great like dmd ex1*.d :)

I'll see if I can change it, I agree it would sound better.

Besided that, great and clear article.

Thanks

-Steve

Reply via email to