[Issue 3301] Import statements are order dependent; should be order independent

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Sep 5 08:51:34 PDT 2009


http://d.puremagic.com/issues/show_bug.cgi?id=3301



--- Comment #2 from Rob Jacques <sandford at jhu.edu> 2009-09-05 08:51:34 PDT ---
(In reply to comment #1)
> It's worth noting that when this happens you can still access the stuff in the
> imported module by using the fully qualified name. The bug is effectively
> causing the imports to be imported as static.

Although that's true of the test case, there were other examples in DFL where
the fully qualified name was being used and it was still not accessible. So in
practice, the FQN doesn't solve the whole problem, but this may be a different
bug. (It's just that those examples were a lot more complicated. I'm
specifically thinking of the use of classes from data.d in control.d)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list