April 13, 2022
https://issues.dlang.org/show_bug.cgi?id=22213

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/phobos pull request #8430 "Fix issue 22213 - Base64: Missing `@nogc` attribute on encodeLength" fixing this issue:

- Fix issue 22213 - Base64: Missing `@nogc` attribute on encodeLength

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

--
April 15, 2022
https://issues.dlang.org/show_bug.cgi?id=22213

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8430 "Fix issue 22213 - Base64: Missing `@nogc` attribute on encodeLength" was merged into master:

- f56b33961e5524f768f9ae32a438688560a9b1a1 by Dennis Korpel:
  Fix issue 22213 - Base64: Missing `@nogc` attribute on encodeLength

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

--