[Issue 22508] DWARF: associative arrays should report qualified name instead of _AArray__

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

[Issue 15804] missing UDAs on nested struct template

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

[Issue 16579] ReturnStatement[CallExp(DotVarExp)]: Corrupted runtime on missed manifest constant propagation

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

[Issue 22491] Building errors on dub build --build=release

2021-11-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22491 Alexey changed: What|Removed |Added Summary|Multiple building issues|Building errors on dub |using

[Issue 22491] Multiple building issues using dmd or ldc2 on new Fedora 35

2021-11-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22491 --- Comment #4 from Alexey --- Looks like it's not Fedora related, as some users reported this on Linux Mint --

[Issue 22508] DWARF: associative arrays should report qualified name instead of _AArray__

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

[Issue 22508] New: DWARF: associative arrays should report qualified name instead of _AArray__

2021-11-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22508 Issue ID: 22508 Summary: DWARF: associative arrays should report qualified name instead of _AArray__ Product: D Version: D2 Hardware: All OS: All

[Issue 22507] Struct destructors must enjoy special status with regard to @safe/@trusted/@system

2021-11-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22507 Dennis changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 21981] Manually calling a __dtor can violate memory safety

2021-11-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21981 Dennis changed: What|Removed |Added CC||and...@erdani.com --- Comment #1 from Dennis ---

[Issue 22507] New: Struct destructors must enjoy special status with regard to @safe/@trusted/@system

2021-11-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22507 Issue ID: 22507 Summary: Struct destructors must enjoy special status with regard to @safe/@trusted/@system Product: D Version: D2 Hardware: All OS: All

[Issue 22498] auto ref function with auto ref parameter causes noncopyable payload be cleaned twice

2021-11-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22498 Sebastiaan Koppe changed: What|Removed |Added CC||m...@skoppe.eu --- Comment #2 from

[Issue 22506] New: Accessing immutable AA in @nogc with index results in compilation error

2021-11-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22506 Issue ID: 22506 Summary: Accessing immutable AA in @nogc with index results in compilation error Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 22505] Array relocation causes multiple calls to destructor

2021-11-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22505 --- Comment #1 from omerfir...@gmail.com --- Previous sample code was missing some parts; import std; import core.memory; struct B { int[] b; ~this () { b[0]++; writeln(b[0]);

[Issue 22505] New: Array relocation causes multiple calls to destructor

2021-11-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22505 Issue ID: 22505 Summary: Array relocation causes multiple calls to destructor Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: critical

[Issue 22210] std.meta.allSatisfy in mutual recursion classes cannot be compiled

2021-11-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22210 Tomoya Tanjo changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15804] missing UDAs on nested struct template

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

[Issue 21073] Rebindable does not work when class has alias this to inout property

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

[Issue 22210] std.meta.allSatisfy in mutual recursion classes cannot be compiled

2021-11-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22210 --- Comment #3 from Dlang Bot --- dlang/druntime pull request #3618 "Fix issue 22210 - Partially revert #3459 and #3463" was merged into stable: - 9d0a29a896b924030b5aaec92b89ad82437865fd by Tomoya Tanjo: Add test for issue 22210