csvReader read file byLine()?

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Wed Jun 27 05:18:31 PDT 2012


On 6/22/12 11:11 AM, Christophe Travert wrote:
> Looking at the implementation, joiner as a behavior that is incompatible
> with ranges reusing some buffer:
>
> joiner immidiately call's the range of range's popFront after having
> taken its front range. Instead, it should wait until it is necessary
> before calling popFront (at least until all the data has be read by the
> next tool of the chain).
>
> Fixing this should not be very hard. Is there an issue preventing to
> make this change?

No, it should be easily fixable.

Andrei


More information about the Digitalmars-d mailing list