Thread overview
[Issue 21275] Overload resolution bypasses private access
Sep 29, 2020
Dlang Bot
Sep 29, 2020
Dlang Bot
Jun 16, 2023
Dlang Bot
September 29, 2020
https://issues.dlang.org/show_bug.cgi?id=21275

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #11811 "Fix Issue 21275 - Overload resolution bypasses private access" fixing this issue:

- Fix Issue 21275 - Overload resolution bypasses private access

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

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

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 #11811 "Fix Issue 21275 - Overload resolution bypasses private access" was merged into master:

- f6d1f7f87c1c090bd0009d90c3ea44ef0537fbab by RazvanN7:
  Fix Issue 21275 - Overload resolution bypasses private access

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

--
June 16, 2023
https://issues.dlang.org/show_bug.cgi?id=21275

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15319 "Make 'private function is not accessible' deprecation an error." was merged into master:

- fd0ebb96e18d3fa54d53bfb71210da2ff9135463 by Mathis Beer:
  Make 'private function is not accessible' deprecation an error.
  Affects issue 21275, 23947.

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

--