August 08 [Issue 24698] Appender needs to expose readonly property 'size_t length' without using 'data' property | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24698 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <dlang-bot@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 -- |
August 08 [Issue 24698] Appender needs to expose readonly property 'size_t length' without using 'data' property | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24698 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 #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 -- |
Copyright © 1999-2021 by the D Language Foundation