Thread overview
[Issue 13999] [REG2.067a] Associative array literal with static array keys must now have matching key lengths
[Issue 13999] Associative array literal with static array keys must now have matching key lengths
Jan 18, 2015
Kenji Hara
Jan 18, 2015
Kenji Hara
January 18, 2015
https://issues.dlang.org/show_bug.cgi?id=13999

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
Introduced in: https://github.com/D-Programming-Language/dmd/pull/4222

https://github.com/D-Programming-Language/dmd/pull/4307

--
January 18, 2015
https://issues.dlang.org/show_bug.cgi?id=13999

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Associative array literal   |[REG2.067a] Associative
                   |with static array keys must |array literal with static
                   |now have matching key       |array keys must now have
                   |lengths                     |matching key lengths

--
January 19, 2015
https://issues.dlang.org/show_bug.cgi?id=13999

github-bugzilla@puremagic.com changed:

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

--
January 19, 2015
https://issues.dlang.org/show_bug.cgi?id=13999

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

https://github.com/D-Programming-Language/dmd/commit/579b9c961b84721684a661cd4bc467270b0b3349
fix Issue 13999 - Associative array literal with static array keys must now
have matching key lengths

Re-enable implicit length extension, eg. "abc" to char[5]

https://github.com/D-Programming-Language/dmd/commit/356d52fc81d86735390bc7856c98d39c50a2b8d2 Merge pull request #4307 from 9rnsr/fix13999

[REG2.067a] Issue 13999 - Associative array literal with static array keys must now have matching key lengths

--