[Issue 24698] Appender needs to expose readonly property 'size_t length' without using 'data' property

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 8 18:32:56 UTC 2024


https://issues.dlang.org/show_bug.cgi?id=24698

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

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

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@ntrel created dlang/phobos pull request #9044 "Fix Bugzilla 24698 - Appender
needs to expose readonly property 'size…" fixing this issue:

- Fix Bugzilla 24698 - Appender needs to expose readonly property 'size_t
length' without using 'data' property

  Add `length` property rather than `app[].length`.

  Also remove `@trusted` attribute from `@safe` function.

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

--


More information about the Digitalmars-d-bugs mailing list