On 2016-02-29 17:27, Chris Wright wrote:
Simpler than that. Module foo.a imports std.stdio; module foo.b imports foo.a and std.path. When compiling separately, you're not necessarily changing the ordering property of the modules you run semantic on, but you are changing the set of modules.
I'm looking at Atila's original example. There's only one import, "bar". -- /Jacob Carlborg
