Re: 'private import' and 'private alias' is not working.

2009-02-27 Thread CLXX
There is a bugzilla entry for this somewhere. Thank you for your reply. I'm surprised to see so early.

Re: 'private import' and 'private alias' is not working.

2009-02-27 Thread Gide Nwawudu
On Thu, 26 Feb 2009 18:05:46 -0500, Christopher Wright dhase...@gmail.com wrote: CLXX wrote: I found some private attributes is not working. Private imports work if you just do private import foo;. They fail if the import is also static. They fail if the import is renamed. They fail if the