On 2011-12-22 17:50, Andrei Alexandrescu wrote:
On 12/22/11 4:40 AM, Jacob Carlborg wrote:
It would break code, but it's better to break it sooner than later.
Seems more and more like D should support importing all modules in a
package, that Java does:

import foo.*;

I think this style is currently discouraged in Java.

Andrei

Well, it seems like everyone wants it and there are several libraries that supports "import foo.all;" to include the whole "foo" package, including some of my own.

I know that it's used in the SWT library at least.

--
/Jacob Carlborg

Reply via email to