Thread overview
[Issue 4699] Functions in peer scopes cannot have the same name
Jun 09, 2014
yebblies
Jun 09, 2014
yebblies
Aug 18, 2019
Simen Kjaeraas
Aug 15, 2022
RazvanN
June 09, 2014
https://issues.dlang.org/show_bug.cgi?id=4699

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |temtaime@gmail.com

--- Comment #5 from yebblies <yebblies@gmail.com> ---
*** Issue 12881 has been marked as a duplicate of this issue. ***

--
June 09, 2014
https://issues.dlang.org/show_bug.cgi?id=4699

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebblies@gmail.com

--- Comment #6 from yebblies <yebblies@gmail.com> ---
(In reply to bearophile_hugs from comment #4)
> 
> Walter could answer if this restriction is temporary or not.

This is not an intentional limitation, and will be fixed eventually.

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=4699

Andrei Alexandrescu <andrei@erdani.com> changed:

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

--
August 18, 2019
https://issues.dlang.org/show_bug.cgi?id=4699

Simen Kjaeraas <simen.kjaras@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |issues.dlang@jmdavisProg.co
                   |                            |m

--- Comment #7 from Simen Kjaeraas <simen.kjaras@gmail.com> ---
*** Issue 4894 has been marked as a duplicate of this issue. ***

--
August 15, 2022
https://issues.dlang.org/show_bug.cgi?id=4699

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |FIXED

--- Comment #8 from RazvanN <razvan.nitu1305@gmail.com> ---
This has been fixed. The code compiles with the latest master.

--