Thread overview
[Issue 13129] Equality between compatible but differently typed associative arrays
Dec 17, 2022
Iain Buclaw
July 15, 2014
https://issues.dlang.org/show_bug.cgi?id=13129

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--- Comment #1 from hsteoh@quickfur.ath.cx ---
This doesn't look likely to be fixable until AA's are fully implemented as a library type. The problem is that the current implementation is keyed on TypeInfo's, and given two arbitrary TypeInfo's it's not obvious how to determine whether the underlying types are implicitly convertible to each other. Maybe there's some obvious way that I missed, but as of now, I don't see this fixed anytime in the near future. :-(

--
July 15, 2014
https://issues.dlang.org/show_bug.cgi?id=13129

--- Comment #2 from bearophile_hugs@eml.cc ---
(In reply to hsteoh from comment #1)
> I don't see this fixed anytime in the near future. :-(

This is a low-priority enhancement request.

--
July 15, 2014
https://issues.dlang.org/show_bug.cgi?id=13129

--- Comment #3 from hsteoh@quickfur.ath.cx ---
I know, I'm just saying, don't expect it to be fixed anytime soon. It's a bit sad for me, esp. since the last time I tried to implement a library AA, this is already supported. :-/

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=13129

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--
December 13
https://issues.dlang.org/show_bug.cgi?id=13129

--- Comment #4 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/17668

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--