[Issue 23530] casting immutable away allowed in safe

2024-04-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23530 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23530] casting immutable away allowed in safe

2024-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23530 --- Comment #4 from Dlang Bot --- @ntrel updated dlang/dmd pull request #16315 "Fix Bugzilla 24434 - Casting away const with cast() is not a @safe lv…" fixing this issue: - Workaround for safe append Fixes Bugzilla 23530 - casting immutable away

[Issue 23530] casting immutable away allowed in safe

2023-09-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23530 Nick Treleaven changed: What|Removed |Added Keywords||safe CC|

[Issue 23530] casting immutable away allowed in safe

2023-09-10 Thread d-bugmail--- via Digitalmars-d-bugs
ualifier list) when applied to an lvalue. The first rule was not enforced by dmd. The second rule contradicts the point of the first rule. It should be updated to work in the same way. Fixes Issue 23530 - casting immutable away allowed in safe. https://github.com/dlang/dmd/pull/15597 --

[Issue 23530] casting immutable away allowed in safe

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23530 Iain Buclaw changed: What|Removed |Added Priority|P1 |P2 --

[Issue 23530] casting immutable away allowed in safe

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
--- @RazvanN7 created dlang/dmd pull request #14668 "Fix Issue 23530 - casting immutable away allowed in safe" fixing this issue: - Fix Issue 23530 - casting immutable away allowed in safe https://github.com/dlang/dmd/pull/14668 --

[Issue 23530] casting immutable away allowed in safe

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23530 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #1 from