On Tue, 21 Apr 2009 07:42:46 -0500, Andrei Alexandrescu
<seewebsiteforem...@erdani.org> wrote:

>Max Samukha wrote:
>> On Mon, 20 Apr 2009 09:57:55 +0200, Max Samukha
>> <samu...@voliacable.com.removethis> wrote:
>> 
>>> On Mon, 20 Apr 2009 00:09:09 -0700, Walter Bright
>>> <newshou...@digitalmars.com> wrote:
>>>
>>>> This is a major revision to Phobos, including Andrei's revolutionary new 
>>>> range support.
>>>>
>>>> http://www.digitalmars.com/d/2.0/changelog.html
>>>> http://ftp.digitalmars.com/dmd.2.029.zip
>>> Wicked awesome!
>>>
>>> file:///C:/dmd/html/d/phobos/std_range.html#cons
>> http://www.digitalmars.com/d/2.0/phobos/std_range.html#cons
>> 
>>> Looks like bug 2676 was fixed in 2.027
>
>Thanks. I uncommented the unittest, updated the doc, and checked in.
>
>Andrei

A couple more minor doc issues:
http://www.digitalmars.com/d/2.0/phobos/std_range.html: instances of
"the popFront" need to be corrected to "the next".

On the std.algorithm page, the examples for "map" and "filter" don't
compile due to the fixed size array in equal().

The example for "bringToFront" is outdated.

The comments for "remove": "If $(s =" -> "If $(D s ="

Reply via email to