[Issue 3752] New: File.byLine fetches lines in a confusing manner

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 29 08:25:14 PST 2010


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

           Summary: File.byLine fetches lines in a confusing manner
           Product: D
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: andrei at metalanguage.com


--- Comment #0 from Andrei Alexandrescu <andrei at metalanguage.com> 2010-01-29 08:25:13 PST ---
Refer to the newsgroup discussion "Re: Accessors, byLine, input ranges".

The constructor of ByLine eagerly fetches a line (it shouldn't). The actual
data transfer should ideally occur only in front().

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


More information about the Digitalmars-d-bugs mailing list