[Issue 23634] New: Possible data race with runnable example tester

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jan 16 12:50:04 UTC 2023


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

          Issue ID: 23634
           Summary: Possible data race with runnable example tester
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P1
         Component: tools
          Assignee: nobody at puremagic.com
          Reporter: nick at geany.org

`bool hasFailed` is assigned inside a std.parallelism.parallel foreach loop.

Fix:
https://github.com/dlang/dlang.org/pull/3492

--


More information about the Digitalmars-d-bugs mailing list