Thread overview
[Issue 7008] Associative array ABI is under-specified
Apr 23, 2014
Andrej Mitrovic
Apr 23, 2014
Andrej Mitrovic
Apr 23, 2014
Martin Nowak
Apr 23, 2014
Andrej Mitrovic
Dec 17, 2022
Iain Buclaw
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=7008

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich@gmail.com

--- Comment #4 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
If/when the hashes are replaced with a library implementation there won't be a need to emit any special debugging information, it will largely be automatic. So I think we shouldn't try to add more cruft to the compiler right now.

--
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=7008

--- Comment #5 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
(In reply to Andrej Mitrovic from comment #4)
> If/when the hashes are replaced with a library implementation there won't be a need to emit any special debugging information, it will largely be automatic. So I think we shouldn't try to add more cruft to the compiler right now.

Sorry, I meant to the ABI as well.

--
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=7008

--- Comment #6 from Martin Nowak <code@dawg.eu> ---
BTW, I'm currently working on the library AA, but it's more work than anticipated. Mostly because getting all the details of attributes, rvalues, construction and range interfaces right is quite involved. https://github.com/MartinNowak/dmd/tree/libraryAA https://github.com/MartinNowak/druntime/tree/libraryAA

--
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=7008

--- Comment #7 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
(In reply to Martin Nowak from comment #6)
> BTW, I'm currently working on the library AA, but it's more work than anticipated. Mostly because getting all the details of attributes, rvalues, construction and range interfaces right is quite involved. https://github.com/MartinNowak/dmd/tree/libraryAA https://github.com/MartinNowak/druntime/tree/libraryAA

Good luck with it! :>

--
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=7008

--- Comment #8 from hsteoh@quickfur.ath.cx ---
Wow. Best wishes on that! And yes, being more complicated than anticipated is a familiar feeling w.r.t. AA's. :-)

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--