Thread overview
[Issue 22125] std.process.Config was changed to a struct but miss operator overloads, leading to user code breakage.
Jul 14, 2021
Dlang Bot
Jul 14, 2021
Dlang Bot
Jul 16, 2021
Dlang Bot
July 14, 2021
https://issues.dlang.org/show_bug.cgi?id=22125

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@CyberShadow created dlang/phobos pull request #8166 "Fix Issue 22125 - std.process.Config was changed to a struct but miss…" fixing this issue:

- Fix Issue 22125 - std.process.Config was changed to a struct but miss operator overloads

https://github.com/dlang/phobos/pull/8166

--
July 14, 2021
https://issues.dlang.org/show_bug.cgi?id=22125

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@CyberShadow created dlang/phobos pull request #8167 "Fix Issue 22125 - std.process.Config was changed to a struct but miss…" fixing this issue:

- Fix Issue 22125 - std.process.Config was changed to a struct but miss operator overloads

https://github.com/dlang/phobos/pull/8167

--
July 16, 2021
https://issues.dlang.org/show_bug.cgi?id=22125

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/phobos pull request #8167 "Fix Issue 22125 - std.process.Config was changed to a struct but miss…" was merged into stable:

- baf6ede6de920f17df6c48aa5eac32b6ea30ca10 by Vladimir Panteleev:
  Fix Issue 22125 - std.process.Config was changed to a struct but miss
operator overloads

https://github.com/dlang/phobos/pull/8167

--