|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.bugs - [Issue 3752] New: File.byLine fetches lines in a confusing manner
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 puremagic.com ReportedBy: andrei metalanguage.com --- Comment #0 from Andrei Alexandrescu <andrei 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: ------- Jan 29 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3752 --- Comment #1 from Pelle Månsson <pelle.mansson gmail.com> 2010-01-29 10:59:45 PST --- Created an attachment (id=559) Rearranged using filled flag Now featuring an idle constructor. I hope I got the patch generation right. :) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- Jan 29 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3752 Pelle Månsson <pelle.mansson gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pelle.mansson gmail.com --- Comment #2 from Pelle Månsson <pelle.mansson gmail.com> 2010-01-30 11:06:24 PST --- Actually, that's no good. Multiple calls to popFront will not advance the range. Ignore my patch, sorry about the noise. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- Jan 30 2010
|