[Issue 9599] File.byLine doesn't function properly with take

2013-08-19 Thread d-bugmail
/4c2a8bea355e2a980b21d41c5454fe7a34de1777 Add unittest for issue 9599, plus some other byLine cases https://github.com/D-Programming-Language/phobos/commit/ec1f0fdb9d3f4b9ffd3acd444d27195ffc6a15fb Fix Issue 9599 - File.byLine doesn't function properly with take Calling take could wrongly pop an extra line from the range. Solved

[Issue 9599] File.byLine doesn't function properly with take

2013-08-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9599 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9599] File.byLine doesn't function properly with take

2013-07-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9599 Nick Treleaven ntrel-pub...@yahoo.co.uk changed: What|Removed |Added Keywords||pull

[Issue 9599] File.byLine doesn't function properly with take

2013-03-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9599 monarchdo...@gmail.com changed: What|Removed |Added AssignedTo|nob...@puremagic.com|monarchdo...@gmail.com ---

[Issue 9599] File.byLine doesn't function properly with take

2013-02-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9599 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 9599] File.byLine doesn't function properly with take

2013-02-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9599 --- Comment #2 from monarchdo...@gmail.com 2013-02-27 10:09:30 PST --- (In reply to comment #1) (In reply to comment #0) Using 2.062, Regarding the following code: The bug is actually inside byLine itself byChunk is subject to the exact