Jump to page: 1 2
Thread overview
[Issue 3254] [module] Module member visibility depends on declaration order
Feb 25, 2022
FeepingCreature
Feb 25, 2022
FeepingCreature
Sep 08, 2022
RazvanN
Oct 10, 2022
RazvanN
Dec 17, 2022
Iain Buclaw
Dec 18, 2022
Dlang Bot
Jun 19, 2023
RazvanN
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=3254

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 & D2                     |D2

--
March 05, 2016
https://issues.dlang.org/show_bug.cgi?id=3254

--- Comment #8 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/e527108f9153cedab2ca658d053b2ac81610e55d fix Issue 3254 - Module member visibility depends on declaration order

--
March 05, 2016
https://issues.dlang.org/show_bug.cgi?id=3254

github-bugzilla@puremagic.com changed:

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

--
February 25, 2022
https://issues.dlang.org/show_bug.cgi?id=3254

FeepingCreature <default_357-line@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |default_357-line@yahoo.de
         Resolution|FIXED                       |---
           Severity|normal                      |regression

--- Comment #9 from FeepingCreature <default_357-line@yahoo.de> ---
This exact bug has reappeared.

--
February 25, 2022
https://issues.dlang.org/show_bug.cgi?id=3254

--- Comment #10 from FeepingCreature <default_357-line@yahoo.de> ---
Oh, I misread the original report: it's now in reverse; foo(0.0f) compiles, even though it calls a private function. Should I open a new bug?

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

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Bastiaan@Veelo.net

--- Comment #11 from RazvanN <razvan.nitu1305@gmail.com> ---
*** Issue 21829 has been marked as a duplicate of this issue. ***

--
October 10, 2022
https://issues.dlang.org/show_bug.cgi?id=3254

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kdevel@vogtner.de

--- Comment #12 from RazvanN <razvan.nitu1305@gmail.com> ---
*** Issue 23397 has been marked as a duplicate of this issue. ***

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=3254

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P1

--
December 18, 2022
https://issues.dlang.org/show_bug.cgi?id=3254

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

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

--- Comment #13 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #14713 "fix Issue 3254 - [module] Module member visibility depends on declaration order" fixing this issue:

- fix Issue 3254 - [module] Module member visibility depends on declaration order

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

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

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dlang-bugzilla@thecybershad
                   |                            |ow.net

--- Comment #14 from RazvanN <razvan.nitu1305@gmail.com> ---
*** Issue 23991 has been marked as a duplicate of this issue. ***

--
« First   ‹ Prev
1 2