[Issue 19256] std.json: JSONValue allows violating constness

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

[Issue 19256] std.json: JSONValue allows violating constness

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

[Issue 19256] std.json: JSONValue allows violating constness

2018-12-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19256 --- Comment #3 from FeepingCreature --- I'd call it a consequence or subset of 12885, in that fixing 12885 also fixes this. But if 12885 was closed wontfix, this one would still need a separate fix. --

[Issue 19256] std.json: JSONValue allows violating constness

2018-12-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19256 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #2

[Issue 19256] std.json: JSONValue allows violating constness

2018-12-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19256 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 19256] std.json: JSONValue allows violating constness

2018-09-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19256 --- Comment #1 from FeepingCreature --- See also bug 12885. https://issues.dlang.org/show_bug.cgi?id=12885 This bug is still relevant, as it happens in @safe code, not just @system - std.json violates @trusted by allowing bad things to happen. --

[Issue 19256] std.json: JSONValue allows violating constness

2018-09-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19256 FeepingCreature changed: What|Removed |Added Severity|enhancement |normal --