[Issue 20741] `dup`, `idup` for arrays plus `keys`, `values` for built-in associative arrays: if a type is known to have a postblit do not emit code for the non-postblit path and vice versa

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Apr 16 18:15:19 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=20741

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

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

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@n8sh created dlang/druntime pull request #3034 "`dup`, `idup`, `keys`,
`values`: if a type is known to have a postblit do not emit code for the
non-postblit path and vice versa" fixing this issue:

- Fix Issue 20741 - `dup`, `idup` for arrays plus `keys`, `values` for built-in
associative arrays: if a type is known to have a postblit do not emit code for
the non-postblit path and vice versa

https://github.com/dlang/druntime/pull/3034

--


More information about the Digitalmars-d-bugs mailing list