Thread overview
[Issue 19879] std.concurrency: Emit offending field name when failing to spawn() with mutable thread-local data
Jun 17, 2019
Andrej Mitrovic
Jun 17, 2019
Andrej Mitrovic
Dec 17, 2022
Iain Buclaw
June 17, 2019
https://issues.dlang.org/show_bug.cgi?id=19879

--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
Alternative:

Make the ` hasLocalAliasing` function public. That way we can add the check to composite types on our own.

--
June 17, 2019
https://issues.dlang.org/show_bug.cgi?id=19879

--- Comment #2 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
Actually I've just noticed it just uses std.traits.hasUnsharedAliasing internally, so never mind about the last suggestion.

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 01
https://issues.dlang.org/show_bug.cgi?id=19879

--- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/10373

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--