Thread overview
[Issue 20243] inout not substituted for in associative array key type
Dec 17, 2022
Iain Buclaw
May 26
Dlang Bot
May 26
Dlang Bot
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=20243

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
May 26
https://issues.dlang.org/show_bug.cgi?id=20243

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@zopsicle created dlang/dmd pull request #16533 "Fix bugzilla issue 20243 - inout not substituted for in associative array key type" fixing this issue:

- Fix bugzilla issue 20243 - inout not substituted for in associative array key type

https://github.com/dlang/dmd/pull/16533

--
May 26
https://issues.dlang.org/show_bug.cgi?id=20243

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/dmd pull request #16533 "Fix bugzilla issue 20243 - inout not substituted for in associative array key type" was merged into master:

- 8375897d9dc85615d1c128f2c284d8d2f22d5c74 by zopsicle:
  Fix bugzilla issue 20243 - inout not substituted for in associative array key
type

https://github.com/dlang/dmd/pull/16533

--