Thread overview | ||||||
---|---|---|---|---|---|---|
|
February 05, 2015 [Issue 14127] @trusted functions in std.array present unsafe interfaces | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14127 --- Comment #1 from Walter Bright <bugzilla@digitalmars.com> --- See https://issues.dlang.org/show_bug.cgi?id=14125 for rationale. -- |
February 05, 2015 [Issue 14127] @trusted functions in std.array present unsafe interfaces | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14127 --- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> --- I actually added some @trusted lambdas to enclose unsafe operations to make Appender usable in @safe code. But at least they would not do actual unsafe behavior because Appender manages memory pointer and its valid size. -- |
December 17, 2022 [Issue 14127] @trusted functions in std.array present unsafe interfaces | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14127 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P3 -- |
December 01 [Issue 14127] @trusted functions in std.array present unsafe interfaces | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14127 --- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/phobos/issues/10114 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation