Thread overview
[Issue 19345] std.concurrency does not work with structs of const value type
Oct 31, 2018
Mathias LANG
Dec 14, 2019
berni44
Oct 10, 2020
Dlang Bot
Oct 10, 2020
Dlang Bot
Oct 10, 2020
Dlang Bot
Oct 11, 2020
Mathias LANG
Oct 13, 2020
Dlang Bot
Dec 17, 2022
Iain Buclaw
October 31, 2018
https://issues.dlang.org/show_bug.cgi?id=19345

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86                         |All
                 OS|Mac OS X                    |All
           Severity|enhancement                 |normal

--
January 10, 2019
https://issues.dlang.org/show_bug.cgi?id=19345

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@yahoo.com

--- Comment #1 from Steven Schveighoffer <schveiguy@yahoo.com> ---
Same thing with immutable.

--
December 14, 2019
https://issues.dlang.org/show_bug.cgi?id=19345

berni44 <bugzilla@d-ecke.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@d-ecke.de

--- Comment #2 from berni44 <bugzilla@d-ecke.de> ---
Maybe a duplicate of issue 13930.

https://issues.dlang.org/show_bug.cgi?id=13930

--
October 10, 2020
https://issues.dlang.org/show_bug.cgi?id=19345

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@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

--
October 10, 2020
https://issues.dlang.org/show_bug.cgi?id=19345

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/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

--
October 10, 2020
https://issues.dlang.org/show_bug.cgi?id=19345

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/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

--
October 11, 2020
https://issues.dlang.org/show_bug.cgi?id=19345

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--
October 13, 2020
https://issues.dlang.org/show_bug.cgi?id=19345

--- Comment #6 from Dlang Bot <dlang-bot@dlang.rocks> ---
@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

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19345

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--