[Issue 19370] AA require() and update() can't be used in @safe code

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19370

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P3

--


[Issue 19370] AA require() and update() can't be used in @safe code

2018-11-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19370

Stanislav Blinov  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #2 from Stanislav Blinov  ---
Having slept on it, I realize now that my fix isn't entirely correct still.
More checks are needed, since more methods are called on keys. Reopening
pending improved fix.

--


[Issue 19370] AA require() and update() can't be used in @safe code

2018-11-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19370

--- Comment #1 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/0914668dc25f1da1fccc90b849f20ca85d5f3971
Fix Issue 19370 - AA require() and update() can't be used in @safe code

https://github.com/dlang/druntime/commit/29ce0543cb62229f005b2bc8540416dbccd1130e
Merge pull request #2363 from radcapricorn/fix19370

Fix Issue 19370 - AA require() and update() can't be used in @safe code
merged-on-behalf-of: Jacob Carlborg 

--


[Issue 19370] AA require() and update() can't be used in @safe code

2018-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19370

Stanislav Blinov  changed:

   What|Removed |Added

   Keywords||safe

--