← Back to index
|
Original Bugzilla link
Bug 22213 – Base64: Missing `@nogc` attribute on encodeLength
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P3
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2021-08-15T18:59:51Z
Last change time
2022-04-15T09:59:20Z
Keywords
pull
Assigned to
No Owner
Creator
Eyal
Comments
Comment #0
by eyal — 2021-08-15T18:59:51Z
This causes the base64 encoding to fail to be used in a @nogc context despite having no GC
Comment #1
by dlang-bot — 2022-04-13T14:07:44Z
@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
Comment #2
by dlang-bot — 2022-04-15T09:59:20Z
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