[Issue 17630] DMD treats imports as public imports when selectively imported

2017-07-13 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17630 Jack Stouffer changed: What|Removed |Added Keywords||accepts-invalid --

[Issue 17630] DMD treats imports as public imports when selectively imported

2017-07-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17630 --- Comment #2 from Seb --- > Can you investigate this a bit more and add that info to the bug report, > including that it's been around for a while? The leaked symbols are [found in the local `symtab`

[Issue 17630] DMD treats imports as public imports when selectively imported

2017-07-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17630 --- Comment #1 from Seb --- Without the selective import: test17630a.ScopeDsymbol::search(ident='Erase', flags=x0) object.ScopeDsymbol::search(ident='Erase', flags=x1) test17630b.ScopeDsymbol::search(ident='Erase',

[Issue 17630] DMD treats imports as public imports when selectively imported

2017-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17630 Jack Stouffer changed: What|Removed |Added CC||j...@jackstouffer.com