← Back to index
|
Original Bugzilla link
Bug 12556 – Add persistent byLine
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-04-10T15:02:00Z
Last change time
2015-06-09T05:15:06Z
Assigned to
nobody
Creator
nick
Comments
Comment #0
by nick — 2014-04-10T15:02:38Z
A helper function to std.stdio.byLine which allocates each front. See:
http://forum.dlang.org/post/
[email protected]
I have a PR ready.
Comment #1
by nick — 2014-04-10T15:12:01Z
https://github.com/D-Programming-Language/phobos/pull/2077
Comment #2
by github-bugzilla — 2014-07-14T12:46:01Z
Commits pushed to master at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/22edb2ed360deca9ebff1bd34f52c2b10a43095c
Fix Issue 12556 - Add persistent byLine
https://github.com/D-Programming-Language/phobos/commit/9c415959770782dc5bf54eab6817e44a4434352e
Merge pull request #2077 from ntrel/byLineCopy Fix Issue 12556 - Add persistent stdio.File.byLine