[Issue 21132] Ff two keys in an associative array literal are equal

2023-01-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21132

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Dlang Bot  ---
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

--


[Issue 21132] Ff two keys in an associative array literal are equal

2023-01-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21132

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #1 from Dlang Bot  ---
@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

--


[Issue 21132] Ff two keys in an associative array literal are equal

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21132

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P3

--