Thread overview
[Issue 18219] Private import inside struct leaks symbols when used as VarDeclaration types
Jan 10, 2018
RazvanN
Apr 03, 2021
Dlang Bot
January 10, 2018
https://issues.dlang.org/show_bug.cgi?id=18219

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
PR: https://github.com/dlang/dmd/pull/7668

--
January 22, 2018
https://issues.dlang.org/show_bug.cgi?id=18219

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/9bcb80a1aff7ab3aab11b64115621220a2771753 Fix Issue 18219 - Private import inside struct leaks symbols when used as VarDeclaration types

https://github.com/dlang/dmd/commit/1018db023831a8c348bb8f9121b08fabb6e32fc2 Merge pull request #7668 from RazvanN7/Lookup

Fix Issue 18219 - Private import inside struct leaks symbols when used as VarDeclaration types

--
January 22, 2018
https://issues.dlang.org/show_bug.cgi?id=18219

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
April 03, 2021
https://issues.dlang.org/show_bug.cgi?id=18219

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12350 "[dmd-cxx] More fixes for package import visibility" was merged into dmd-cxx:

- 3f2b5129622e51eb3108b440475cb1112ec45c0b by RazvanN7:
  [dmd-cxx] Fix Issue 18219 - Private import inside struct leaks symbols when
used as VarDeclaration types

https://github.com/dlang/dmd/pull/12350

--