druntime
druntime copied to clipboard
assumeUnshared: convert shared lvalue to a non-shared one
Revival of https://github.com/dlang/druntime/pull/724 from the dead.
Changes from #724:
- rebased
- fix doc/style nits
- added changelog entry
This would be a great use case for an experimental stage or an marking a symbol as "unstable" for a few releases.
Thanks for your pull request, @wilzbach!
Bugzilla references
Your PR doesn't reference any Bugzilla issue.
If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.
Testing this PR locally
If you don't have a local development environment setup, you can use Digger to test this PR:
dub run digger -- build "master + druntime#2156"
@wilzbach Is this still under work? I really need this Thanks!
@wilzbach ping, what is the status of this?
@wilzbach ping, what is the status of this?
Needs approval from @andralex :/
@andralex I have rebased and removed the immutable overload. Is this good to go now?
@MoonlightSentinel I have added a note about assumeUnshareds transitivity.