Thread overview
[Issue 19618] Incorrect conversion of function returning `typeof(null)` to function returning an associative array
Feb 06, 2019
Seb
Feb 10, 2019
Iain Buclaw
Mar 10, 2019
Dlang Bot
February 06, 2019
https://issues.dlang.org/show_bug.cgi?id=19618

Seb <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |greeenify@gmail.com
         Resolution|---                         |FIXED

--
February 10, 2019
https://issues.dlang.org/show_bug.cgi?id=19618

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
It seems that the got auto-resolved without linking a reference to the PR nor commit.


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

--
March 10, 2019
https://issues.dlang.org/show_bug.cgi?id=19618

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9435 "[dmd-cxx] fix Issue 19618 - Associative arrays are not covariant with typeof(null)" was merged into dmd-cxx:

- c9d1c94080a5fc233ce4bdf9ebd3f07ba224e9dd by Iain Buclaw:
  fix Issue 19618 - Associative arrays are not covariant with typeof(null)

  As associative arrays are value types (`struct {void*}`), which are
  passed and returned differently to the void pointer typeof(null).

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

--