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

Reply via email to