[Issue 19294] Support for array operations with Complex! is incomplete

2021-11-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19294 --- Comment #4 from Dlang Bot --- @sorin-gabriel created dlang/dmd pull request #13307 "Partial fix issue 19294 (Updated with broader support for array operations)" fixing this issue: - Fix issue 19294 - Support for array operations with Complex!

[Issue 22495] SECURITY: unicode directionality overrides should be rejected

2021-11-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22495 Iain Buclaw changed: What|Removed |Added Keywords||accepts-invalid CC|

[Issue 22510] Structs with copy constructor can not be heap allocated with default constructor

2021-11-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22510 --- Comment #5 from Dlang Bot --- dlang/phobos pull request #8318 "Merge PR #8315 & #8316 in to `stable`" was merged into stable: - bd090534a41834bb4efd0fc8afb7506bb2d87f18 by Ömer Faruk IRMAK: Add explicit default ctor for DList.PayNode

[Issue 22511] Nullable is not copyable when templated type has elaborate copy ctor

2021-11-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22511 --- Comment #4 from Dlang Bot --- dlang/phobos pull request #8318 "Merge PR #8315 & #8316 in to `stable`" was merged into stable: - e84de9faaefc55d09e9f126615e97cf5a219d2c2 by Ömer Faruk IRMAK: Fix Issue 22511 - Add explicit copy ctor for

[Issue 22511] Nullable is not copyable when templated type has elaborate copy ctor

2021-11-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22511 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22510] Structs with copy constructor can not be heap allocated with default constructor

2021-11-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22510 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #4 from Dlang Bot ---

[Issue 22511] Nullable is not copyable when templated type has elaborate copy ctor

2021-11-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22511 --- Comment #2 from Dlang Bot --- @omerfirmak created dlang/phobos pull request #8318 "Merge PR #8315 & #8316 in to `stable`" fixing this issue: - Fix Issue 22511 - Add explicit copy ctor for Nullable https://github.com/dlang/phobos/pull/8318 --

[Issue 22510] Structs with copy constructor can not be heap allocated with default constructor

2021-11-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22510 --- Comment #3 from Dlang Bot --- @omerfirmak created dlang/phobos pull request #8318 "Merge PR #8315 & #8316 in to `stable`" mentioning this issue: - Add explicit default ctor for DList.PayNode Worksaround Issue 22510