[Issue 282] New: Bizarre circular import nested name invisibility	issue
    Derek Parnell 
    derek at nomail.afraid.org
       
    Thu Aug 10 22:03:14 PDT 2006
    
    
  
On Fri, 11 Aug 2006 03:43:18 +0000 (UTC), d-bugmail at puremagic.com wrote:
> This is, for me, something of a showstopper.. I'll probably be using 0.162 for
> a bit, which is sad, considering how cool the 0.163 features are!  I don't know
> if I should change the priority of this bug, but this is something that can't
> be worked around easily, so I'd put it pretty high up there.
It depends on the order that you compile the modules. 
This works...
 dmd -c modules\test2 modules\test1
This doesn't ...
 dmd -c modules\test1 modules\test2
-- 
Derek
(skype: derek.j.parnell)
Melbourne, Australia
"Down with mediocrity!"
11/08/2006 3:02:17 PM
    
    
More information about the Digitalmars-d-bugs
mailing list