Thread overview
[Issue 9535] incomplete documentation for std.range.recurrence and std.range.sequence
Apr 22, 2014
Andrej Mitrovic
Apr 23, 2014
Andrej Mitrovic
Apr 27, 2014
Andrej Mitrovic
April 22, 2014
https://issues.dlang.org/show_bug.cgi?id=9535

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich@gmail.com

--- Comment #2 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
(In reply to monarchdodra from comment #1)
> Per the discussion @ http://forum.dlang.org/thread/kfvklb$aqu$1@digitalmars.com
> 
> I've got this one.

Any pulls coming? :>

--
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=9535

--- Comment #3 from monarchdodra@gmail.com ---
(In reply to Andrej Mitrovic from comment #2)
> (In reply to monarchdodra from comment #1)
> > Per the discussion @ http://forum.dlang.org/thread/kfvklb$aqu$1@digitalmars.com
> > 
> > I've got this one.
> 
> Any pulls coming? :>

I *completely* forgot about this one :/ My documentation usually sucks. You want to go at it? I'll have a pull by Friday if not.

--
April 23, 2014
https://issues.dlang.org/show_bug.cgi?id=9535

--- Comment #4 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
(In reply to monarchdodra from comment #3)
> (In reply to Andrej Mitrovic from comment #2)
> > (In reply to monarchdodra from comment #1)
> > > Per the discussion @ http://forum.dlang.org/thread/kfvklb$aqu$1@digitalmars.com
> > > 
> > > I've got this one.
> > 
> > Any pulls coming? :>
> 
> I *completely* forgot about this one :/ My documentation usually sucks. You want to go at it? I'll have a pull by Friday if not.

I'll have a go at it. If not done by Friday you can takover.

--
April 27, 2014
https://issues.dlang.org/show_bug.cgi?id=9535

--- Comment #5 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
Looks like I missed the deadline, was busy with other pulls.

--
September 18, 2014
https://issues.dlang.org/show_bug.cgi?id=9535

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |hsteoh@quickfur.ath.cx

--- Comment #6 from hsteoh@quickfur.ath.cx ---
Sorry guys, I got impatient and hijacked this bug:

https://github.com/D-Programming-Language/phobos/pull/2531

Hope you don't mind. ;-)

--
September 19, 2014
https://issues.dlang.org/show_bug.cgi?id=9535

--- Comment #7 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/84d2b521075e29ab50bdd52d564902bb9eb17cfb Merge pull request #2531 from quickfur/issue9535

Document expected function signature in std.range.recurrence

--
September 22, 2014
https://issues.dlang.org/show_bug.cgi?id=9535

--- Comment #8 from hsteoh@quickfur.ath.cx ---
Fix for sequence: https://github.com/D-Programming-Language/phobos/pull/2550

--
September 24, 2014
https://issues.dlang.org/show_bug.cgi?id=9535

--- Comment #9 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/7914fa31cb3b53f4e50421399f2b99d2012e8031 Issue 9535: Add more examples to std.range.sequence.

Demonstrate expected arguments for lambda / explicit function variants.

Demonstrate random access(!).

https://github.com/D-Programming-Language/phobos/commit/4d5e84aa539ed76fa608a857f5148abf6b37920c Merge pull request #2550 from quickfur/issue9535b

Issue 9535: Add more examples to std.range.sequence.

--
September 24, 2014
https://issues.dlang.org/show_bug.cgi?id=9535

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--