Bug 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
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
druntime
Product
D
Version
D2
Platform
All
OS
All
Creation time
2020-04-16T18:10:49Z
Last change time
2020-04-20T23:57:54Z
Keywords
pull
Assigned to
No Owner
Creator
Nathan S.
Comments
Comment #0 by n8sh.secondary — 2020-04-16T18:10:49Z
Comment #1 by dlang-bot — 2020-04-16T18:15:19Z
@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
Comment #2 by dlang-bot — 2020-04-20T23:57:54Z
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" was merged into master:
- 93bee2277c7c01d92ca6ca55491f8f8c1533664e by Nathan Sashihara:
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