Beta D 2.071.0-b2

Steven Schveighoffer via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Mar 31 12:21:51 PDT 2016


On 3/31/16 3:15 PM, Jacob Carlborg wrote:
> On 2016-03-31 16:59, Steven Schveighoffer wrote:
>> The compiler. Your first post has a deprecation indicating it found a
>> symbol twice in the same place :) The second seems like there should be
>> no issues. I assume it compiles identically both with and without
>> -transition=import? If that's the case, there should be no message.
>
> Both examples compile the same with and without -transition=import. The
> issues only appear with the -transition=checkimports flag enabled.
>

Right, so definitely a bug in the compiler. The -transition=checkimports 
flag is supposed to tell you about changes in behavior between the prior 
regime (achieved with -transition=import) and the current regime.

-Steve


More information about the Digitalmars-d-announce mailing list