Fix Issue 14439 - aa's keys, values not usable in @safe context #3528
Fix Issue 14439 - aa's keys, values not usable in @safe context #3528dlang-bot merged 1 commit intodlang:masterfrom
Conversation
|
Thanks for your pull request and interest in making D better, @nordlow! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla references
Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + druntime#3528" |
367e85b to
6e39843
Compare
6e39843 to
9fa310e
Compare
|
Ready for review now. |
9fa310e to
bbc562a
Compare
|
You still need a commit that contains "Fix Issue 14439" so that the bot can pick it up. |
bbc562a to
b5563be
Compare
Done. Made commit message equal PR title. Ready now, @RazvanN7 |
|
A rebase is probably going to fix the existing failures |
9aef264 to
e970797
Compare
|
@nordlow I'll give it another 2 days until the |
Added unittest that verifies that safety is inferred from safety of
Key/Value.this(this)when present. When postblit is not presentAA.keys/valuesshould be unconditionally@safe.Closes https://issues.dlang.org/show_bug.cgi?id=14439.