We compile imported modules if necessary. We should do the same for modules that are not imported but only named in the code in a fully qualified fashion (hence no import is necessary). For example, when compiling javaclosure.Test the desugaring introduces a reference to javaclosure.Closure, which needs to be compiled first.

Submitted by Sebastian Erdweg on 13 April 2011 at 11:44

On 13 April 2011 at 11:44 Sebastian Erdweg tagged modules

On 13 April 2011 at 11:45 Sebastian Erdweg tagged compiler

Log in to post comments