← Back to index
|
Original Bugzilla link
Bug 16281 – std.format.formattedRead should use ref instead of requiring pointers
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2016-07-14T19:15:00Z
Last change time
2017-08-07T12:26:07Z
Keywords
safe
Assigned to
nobody
Creator
jack
Comments
Comment #0
by jack — 2016-07-14T19:15:14Z
formattedRead itself is safe, but it cannot be called safely because of this design decision.
Comment #1
by greeenify — 2016-12-30T21:38:19Z
pull:
https://github.com/dlang/phobos/pull/5009
Comment #2
by github-bugzilla — 2017-02-27T19:20:39Z
Commits pushed to master at
https://github.com/dlang/phobos
https://github.com/dlang/phobos/commit/fc1eb2f0ce04b2c8af5cfbdfdc81eb829114cc35
Fix issue 16281 - std.format.formattedRead should use ref instead of requiring pointers
https://github.com/dlang/phobos/commit/8475b593c3c32b0cb14e98947cb6e0b9c22889a1
Merge pull request #5009 from wilzbach/fix-16281 Fix issue 16281 - std.format.formattedRead should use ref instead of requiring pointers
Comment #3
by github-bugzilla — 2017-03-22T12:22:20Z
Commits pushed to stable at
https://github.com/dlang/phobos
https://github.com/dlang/phobos/commit/fc1eb2f0ce04b2c8af5cfbdfdc81eb829114cc35
Fix issue 16281 - std.format.formattedRead should use ref instead of requiring pointers
https://github.com/dlang/phobos/commit/8475b593c3c32b0cb14e98947cb6e0b9c22889a1
Merge pull request #5009 from wilzbach/fix-16281
Comment #4
by github-bugzilla — 2017-08-07T12:26:07Z
Commit pushed to newCTFE at
https://github.com/dlang/phobos
https://github.com/dlang/phobos/commit/8475b593c3c32b0cb14e98947cb6e0b9c22889a1
Merge pull request #5009 from wilzbach/fix-16281