Thread overview
[Issue 20796] protection attribute package(x.y) does not bind to one of ancestor packages of module x.y when declared in x/y/package.d
May 05, 2020
Dlang Bot
May 05, 2020
Dlang Bot
Sep 29, 2022
Dennis
May 05, 2020
https://issues.dlang.org/show_bug.cgi?id=20796

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@thewilsonator created dlang/dmd pull request #11100 "Fix issue 20796: package protected symbol declared in the same packag…" fixing this issue:

- Fix issue 20796: package protected symbol declared in the same package.d don't work

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

--
May 05, 2020
https://issues.dlang.org/show_bug.cgi?id=20796

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11100 "Fix issue 20796: package protected symbol declared in the same packag…" was merged into master:

- 5cbd942fcd1939bb2c688e3efdfc8b89f1d4336b by Nicholas Lindsay Wilson:
  Fix issue 20796: package protected symbol declared in the same package.d
don't work

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

--
September 29, 2022
https://issues.dlang.org/show_bug.cgi?id=20796

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #3 from Dennis <dkorpel@live.nl> ---
*** Issue 17950 has been marked as a duplicate of this issue. ***

--