Thread overview
[Issue 21712] [REG 2.096.0] sometimes coverage *.lst files are corrupted
Mar 14, 2021
Basile-z
Mar 14, 2021
Dlang Bot
Mar 16, 2021
Dlang Bot
Apr 18, 2021
Dlang Bot
March 14, 2021
https://issues.dlang.org/show_bug.cgi?id=21712

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[REG 2.095.1] sometimes     |[REG 2.096.0] sometimes
                   |coverage *.lst files are    |coverage *.lst files are
                   |corrupted                   |corrupted

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
it's finally a 2.096.0 reg.The bug was found 2 says ago, probably that the dockerhub file was the rc or the beta and not previous point release

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

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@TungstenHeart created dlang/druntime pull request #3395 "fix issue 21712 - [REG 2.096.0] sometimes coverage *.lst files are corrupted" fixing this issue:

- fix issue 21712 - [REG 2.096.0] sometimes coverage *.lst files are corrupted

  dont use the same buffer to read+split the LST and read+split the D

https://github.com/dlang/druntime/pull/3395

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

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/druntime pull request #3395 "fix issue 21712 - [REG 2.096.0] sometimes coverage *.lst files are corrupted" was merged into stable:

- fe1e0ab311d73b4a26f3a716c12815031ade27ba by Basile Burg:
  fix issue 21712 - [REG 2.096.0] sometimes coverage *.lst files are corrupted

  dont use the same buffer to read+split the LST and read+split the D

https://github.com/dlang/druntime/pull/3395

--
April 18, 2021
https://issues.dlang.org/show_bug.cgi?id=21712

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3434 "merge stable" was merged into master:

- 84dbd58ca314081372d518dcbc569d2740486b8e by Basile Burg:
  fix issue 21712 - [REG 2.096.0] sometimes coverage *.lst files are corrupted

  dont use the same buffer to read+split the LST and read+split the D

https://github.com/dlang/druntime/pull/3434

--