digitalmars.D.bugs - [Issue 2930] New: Problems in std.range documentation
- d-bugmail puremagic.com (21/21) May 03 2009 http://d.puremagic.com/issues/show_bug.cgi?id=2930
- d-bugmail puremagic.com (10/10) Oct 11 2009 http://d.puremagic.com/issues/show_bug.cgi?id=2930
- d-bugmail puremagic.com (11/11) Sep 26 2010 http://d.puremagic.com/issues/show_bug.cgi?id=2930
http://d.puremagic.com/issues/show_bug.cgi?id=2930 Summary: Problems in std.range documentation Product: D Version: 2.029 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: bugzilla digitalmars.com ReportedBy: cbkbbejeap mailinator.com isRandomAccessRange: Inconsistency between description and sample code. The description indicates the criteria for random-access is "forward or infinite", but the sample code indicates the criteria is "forward and (bidirectional or infinite)". advance: "The pass of r into drop is by reference..." 'drop' should be 'advance' (or maybe the other way around?) retreatN: "The pass of r into advanceRight is by reference..." 'advanceRight' should be 'retreatN' (or maybe the other way around?) --
May 03 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2930 Andrei Alexandrescu <andrei metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |andrei metalanguage.com AssignedTo|nobody puremagic.com |andrei metalanguage.com -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 11 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2930 Andrei Alexandrescu <andrei metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED 15:29:04 PDT --- http://www.dsource.org/projects/phobos/changeset/2062 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Sep 26 2010