[Issue 3819] [module system] Tiding up the imports

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3819 Andrei Alexandrescu changed: What|Removed |Added Version|2.040 |D2 --

[Issue 3819] [module system] Tiding up the imports

2012-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3819 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 3819] [module system] Tiding up the imports

2012-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3819 d...@dawgfoto.de changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3819] [module system] Tiding up the imports

2010-02-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3819 --- Comment #9 from BCS 2010-02-24 16:30:08 PST --- (In reply to comment #7) >>I think that because it will get in the way of the programmer and >> I expect that ,in practice, it will not solve the problem because >> people will just use "impo

[Issue 3819] [module system] Tiding up the imports

2010-02-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3819 David Simcha changed: What|Removed |Added CC||dsim...@yahoo.com --- Comment #8 from D

[Issue 3819] [module system] Tiding up the imports

2010-02-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3819 --- Comment #7 from bearophile_h...@eml.cc 2010-02-24 14:36:06 PST --- >I think that because it will get in the way of the programmer and I expect >that ,in practice, it will not solve the problem because people will just use >"import foo.*;"

[Issue 3819] [module system] Tiding up the imports

2010-02-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3819 --- Comment #6 from BCS 2010-02-24 13:17:01 PST --- (In reply to comment #5) > Maybe I was not clear enough: No you were clear enough. I just don't think that your proposal is the correct solution (and I'm not sure that the problem even needs

[Issue 3819] [module system] Tiding up the imports

2010-02-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3819 --- Comment #5 from bearophile_h...@eml.cc 2010-02-24 02:51:59 PST --- Maybe I was not clear enough: in a complex system if you want to avoid many bugs you have to reduce the interface area between subsystems, to reduce the number of unwanted in

[Issue 3819] [module system] Tiding up the imports

2010-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3819 --- Comment #4 from BCS 2010-02-23 20:32:15 PST --- I don't think that shows as a problem in the import system. While your proposal would fix the problem in that case, there are plenty of other versions of the same bug that wouldn't get fixed.

[Issue 3819] [module system] Tiding up the imports

2010-02-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3819 --- Comment #3 from bearophile_h...@eml.cc 2010-02-23 18:33:22 PST --- I can show you some funny examples, this is a reduced bug that comes from real code (not written by me) (this codes currently compiles, but it's not good): import std.c.stdi

[Issue 3819] [module system] Tiding up the imports

2010-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3819 --- Comment #2 from bearophile_h...@eml.cc 2010-02-18 12:20:48 PST --- Answer to BCS: I think this is the most important bug I've filed among the first 15 ones. The standard way to import must be the one that's tidy, that is not importing all na

[Issue 3819] [module system] Tiding up the imports

2010-02-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3819 BCS changed: What|Removed |Added CC||shro8...@vandals.uidaho.edu --- Comment #1 from