-
-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
std.concurrency does not work with structs of const value type #9765
Labels
Comments
schveiguy (@schveiguy) commented on 2019-01-10T19:11:37ZSame thing with immutable. |
bugzilla (@WalterBright) commented on 2019-12-14T09:56:21ZMaybe a duplicate of issue 13930.
https://issues.dlang.org/show_bug.cgi?id=13930 |
dlang-bot commented on 2020-10-10T00:33:46Z@tom-tan updated dlang/phobos pull request #7655 "Fix `receiveOnly` for non-assignable types (issue 13930, issue 19345)" fixing this issue:
- Fix issue 13930, 19345 - Fix receiveOnly for non-assignable types
https://github.com/dlang/phobos/pull/7655 |
dlang-bot commented on 2020-10-10T02:09:25Zdlang/phobos pull request #7655 "Fix issue 13930, 19345 - Fix `receiveOnly` for non-assignable types " was merged into master:
- d86c1f605995b423dd1a467b2c1c530dc52adb1e by Tomoya Tanjo:
Fix issue 13930, 19345 - Fix receiveOnly for non-assignable types
https://github.com/dlang/phobos/pull/7655 |
dlang-bot commented on 2020-10-10T23:23:27Zdlang/phobos pull request #7657 "Revert "Fix issue 13930, 19345 - Fix `receiveOnly` for non-assignable types "" was merged into master:
- 756242350896019ffc7a7cbe05e838538a559f5a by Mathias LANG:
Revert "Fix issue 13930, 19345 - Fix receiveOnly for non-assignable types"
This reverts commit 4f4fef19400ff85eb4699d569b02b21299b254cc.
https://github.com/dlang/phobos/pull/7657 |
dlang-bot commented on 2020-10-13T09:34:25Z@tom-tan created dlang/phobos pull request #7661 "Fix issue 13930, 19345 - Fix `receiveOnly` for non-assignable types" fixing this issue:
- Fix issue 13930, 19345 - Fix receiveOnly for non-assignable types
https://github.com/dlang/phobos/pull/7661 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pro.mathias.lang (@Geod24) reported this on 2018-10-31T02:40:09Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=19345
CC List
Description
The text was updated successfully, but these errors were encountered: