[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 22:32:31 UTC 2024
https://issues.dlang.org/show_bug.cgi?id=24698
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/phobos pull request #9044 "Fix Bugzilla 24698 - Appender needs to expose
readonly property 'size…" was merged into master:
- ef4836a7be496ff0a5515968a78e8a5bd536181b by Nick Treleaven:
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