Thread overview
[Issue 13617] alias with scopes
Oct 14, 2014
Ketmar Dark
Oct 14, 2014
Ketmar Dark
Dec 07, 2014
yebblies
Mar 18, 2016
Kenji Hara
May 24, 2020
Basile-z
May 24, 2020
Basile-z
Aug 09, 2020
Walter Bright
Aug 09, 2020
Walter Bright
October 14, 2014
https://issues.dlang.org/show_bug.cgi?id=13617

Ketmar Dark <ketmar@ketmar.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ketmar@ketmar.no-ip.org

--- Comment #1 from Ketmar Dark <ketmar@ketmar.no-ip.org> ---
it's definetely a bug. there is no sane explanation why both tests using 'int a' here.

--
October 14, 2014
https://issues.dlang.org/show_bug.cgi?id=13617

Ketmar Dark <ketmar@ketmar.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |major

--
December 07, 2014
https://issues.dlang.org/show_bug.cgi?id=13617

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
                 CC|                            |yebblies@gmail.com
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--- Comment #2 from yebblies <yebblies@gmail.com> ---
This has the same cause as issue 12244 and issue 3031 - function-local symbols do not have unique names and conflict with symbols in sibling scopes.

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

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |epi@atari8.info

--- Comment #3 from Kenji Hara <k.hara.pg@gmail.com> ---
*** Issue 15527 has been marked as a duplicate of this issue. ***

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

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com

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

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=3031

--
August 09, 2020
https://issues.dlang.org/show_bug.cgi?id=13617

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=11521

--
August 09, 2020
https://issues.dlang.org/show_bug.cgi?id=13617

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|---                         |DUPLICATE

--- Comment #4 from Walter Bright <bugzilla@digitalmars.com> ---


*** This issue has been marked as a duplicate of issue 11521 ***

--