[Issue 23113] Bug in CTFE initialization of redBlackTree?

2022-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23113 du...@neet.fi changed: What|Removed |Added Keywords||CTFE CC|

[Issue 1983] Delegates violate const

2022-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1983 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 2573] [Tracker] Data integrity issues

2022-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2573 Issue 2573 depends on issue 1983, which changed state. Issue 1983 Summary: Delegates violate const https://issues.dlang.org/show_bug.cgi?id=1983 What|Removed |Added ---

[Issue 15129] std.parallelism.parallel doesn't enforce shared-correctness

2022-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15129 Issue 15129 depends on issue 1983, which changed state. Issue 1983 Summary: Delegates violate const https://issues.dlang.org/show_bug.cgi?id=1983 What|Removed |Added -

[Issue 2043] Closure outer variables in nested blocks are not allocated/instantiated correctly: should have multiple instances but only have one.

2022-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2043 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 1983] Delegates violate const

2022-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1983 Walter Bright changed: What|Removed |Added Keywords||safe CC|

[Issue 22986] Phobos cannot be compiled with dip1008

2022-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22986 --- Comment #5 from Dlang Bot --- @tchaloupka updated dlang/phobos pull request #8467 "Fix 23132 - Avoid ranges copy when compared for equality" mentioning this issue: - Issue 22986: Mark ErrnoException.errno as scope This allows retrieval of the

[Issue 16508] Alignment of class members is not respected. Affects new, scoped and classInstanceAlignment.

2022-05-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16508 --- Comment #17 from Dlang Bot --- @tchaloupka updated dlang/phobos pull request #8467 "Fix 23132 - Avoid ranges copy when compared for equality" mentioning this issue: - Use new __traits(classInstanceAlignment) Tackling the Phobos part of issue