D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 22213 - Base64: Missing `@nogc` attribute on encodeLength
Summary: Base64: Missing `@nogc` attribute on encodeLength
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: All All
: P3 normal
Assignee: No Owner
URL: http://dlang.org/
Keywords: pull
Depends on:
Blocks:
 
Reported: 2021-08-15 18:59 UTC by Eyal
Modified: 2022-04-15 09:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Eyal 2021-08-15 18:59:51 UTC
This causes the base64 encoding to fail to be used in a @nogc context despite having no GC
Comment 1 Dlang Bot 2022-04-13 14:07:44 UTC
@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 Dlang Bot 2022-04-15 09:59:20 UTC
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