Thread overview | ||||||
---|---|---|---|---|---|---|
|
June 17, 2019 [Issue 19879] std.concurrency: Emit offending field name when failing to spawn() with mutable thread-local data | ||||
---|---|---|---|---|
| ||||
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 [Issue 19879] std.concurrency: Emit offending field name when failing to spawn() with mutable thread-local data | ||||
---|---|---|---|---|
| ||||
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 [Issue 19879] std.concurrency: Emit offending field name when failing to spawn() with mutable thread-local data | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19879 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
December 01 [Issue 19879] std.concurrency: Emit offending field name when failing to spawn() with mutable thread-local data | ||||
---|---|---|---|---|
| ||||
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 -- |
Copyright © 1999-2021 by the D Language Foundation