http://d.puremagic.com/issues/show_bug.cgi?id=10662


monarchdo...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |monarchdo...@gmail.com


--- Comment #2 from monarchdo...@gmail.com 2013-07-17 05:51:14 PDT ---
I question whether or not this is a "rejects valid": byLine explicitly states
buffer re-use, so requesting a `ByLine!(immutable Char)` simply is not
possible.

That said, I *would* see this as an enhancement, to have a line reader that
always returns brand new buffers (in which case the line may or may not be
immutable).

EG: By ByDupLine ?

Either that, or we simply keep using
`byLine().map!"a.dup"`
and
`byLine().map!"a.idup"`

That said, a `byDupLine` *is* a bit more user friendly, and helps limit levels
of complexity in user code, as well as limits dependency on algorithm.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to