[Issue 13855] Allow multiple selective imports from different modules in a single import statement

2018-02-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13855 Martin Nowak changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 13855] Allow multiple selective imports from different modules in a single import statement

2018-02-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13855 Steven Schveighoffer changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 13855] Allow multiple selective imports from different modules in a single import statement

2018-02-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13855 --- Comment #10 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/ddbdfb44379d4580d3ef0103834356f89d215566 Revert "fix Issue 13855 - multi-module selective import

[Issue 13855] Allow multiple selective imports from different modules in a single import statement

2017-12-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13855 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/05854166c7a67f27b33f5a5670d8956e738b4881 fix Issue 13855 - multi-module selective import statements -

[Issue 13855] Allow multiple selective imports from different modules in a single import statement

2017-12-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13855 github-bugzi...@puremagic.com changed: What|Removed |Added Resolution|WONTFIX |FIXED --

[Issue 13855] Allow multiple selective imports from different modules in a single import statement

2017-12-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13855 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment

[Issue 13855] Allow multiple selective imports from different modules in a single import statement

2017-03-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13855 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13855] Allow multiple selective imports from different modules in a single import statement

2017-03-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13855 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com ---

[Issue 13855] Allow multiple selective imports from different modules in a single import statement

2017-03-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13855 --- Comment #5 from Martin Nowak --- Well the point was that imports don't need to be that legible, because they hardly are relevant during reading. Java is famous for it's horrible import "manifests", many editors just fold those

[Issue 13855] Allow multiple selective imports from different modules in a single import statement

2017-03-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13855 Walter Bright changed: What|Removed |Added CC|

[Issue 13855] Allow multiple selective imports from different modules in a single import statement

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13855 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 13855] Allow multiple selective imports from different modules in a single import statement

2014-12-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13855 --- Comment #1 from Martin Nowak c...@dawg.eu --- (In reply to Martin Nowak from comment #0) Much better signal/noise ratio. Well not without syntax highlighting in Bugzilla, but if you copy that code into your editor you can see it. --

[Issue 13855] Allow multiple selective imports from different modules in a single import statement

2014-12-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13855 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment

[Issue 13855] Allow multiple selective imports from different modules in a single import statement

2014-12-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13855 --- Comment #3 from Martin Nowak c...@dawg.eu --- (In reply to bearophile_hugs from comment #2) (In reply to Martin Nowak from comment #0) Couldn't we just allow this? import std.algorithm : copy, uniq, std.range : walkLength; This