Thread overview
[Issue 23624] Race condition in test runner for DMD
Jan 14, 2023
Iain Buclaw
Jan 14, 2023
Dlang Bot
Jan 14, 2023
Nick Treleaven
Jan 15, 2023
Dlang Bot
January 14, 2023
https://issues.dlang.org/show_bug.cgi?id=23624

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--
January 14, 2023
https://issues.dlang.org/show_bug.cgi?id=23624

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dmd pull request #14817 "Fix Issue 23624 - Race condition in test runner for DMD" fixing this issue:

- Fix Issue 23624 - Race condition in test runner for DMD

https://github.com/dlang/dmd/pull/14817

--
January 14, 2023
https://issues.dlang.org/show_bug.cgi?id=23624

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick@geany.org

--- Comment #2 from Nick Treleaven <nick@geany.org> ---
Note: ideally `parallel` should not allow this to compile - see issue 15129.

--
January 15, 2023
https://issues.dlang.org/show_bug.cgi?id=23624

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14817 "Fix Issue 23624 - Race condition in test runner for DMD" was merged into master:

- dc08042498e0a3a1cb053e0cf53ccefb527f4ad3 by Nick Treleaven:
  Fix Issue 23624 - Race condition in test runner for DMD

https://github.com/dlang/dmd/pull/14817

--