Thread overview
[Issue 21132] Ff two keys in an associative array literal are equal
Dec 17, 2022
Iain Buclaw
Jan 30, 2023
Dlang Bot
Jan 30, 2023
Dlang Bot
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=21132

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
January 30, 2023
https://issues.dlang.org/show_bug.cgi?id=21132

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dumitrache-adrian92 created dlang/dlang.org pull request #3505 "Fix Issue 21132 - Duplicate keys in an AA literal" fixing this issue:

- Fix Issue 21132 - Duplicate keys in an AA literal

  I specified the behavior of an associative array literal if pairs with the
same key are declared and offered an example.

https://github.com/dlang/dlang.org/pull/3505

--
January 30, 2023
https://issues.dlang.org/show_bug.cgi?id=21132

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/dlang.org pull request #3505 "Fix Issue 21132 - Duplicate keys in an AA literal" was merged into master:

- ca20a21178c3fd9b4be622f8b7848803dfe461d2 by Dumitrache Adrian-George:
  Fix Issue 21132 - Duplicate keys in an AA literal

  I specified the behavior of an associative array literal if pairs with the
same key are declared and offered an example.

https://github.com/dlang/dlang.org/pull/3505

--