[phobos] [D-Programming-Language/phobos] 5a2add: Fix bug 6301.
noreply at github.com
noreply at github.com
Tue Jul 12 17:26:37 PDT 2011
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 5a2add5e7a4ad60f62789bed139e6349caf68867
https://github.com/D-Programming-Language/phobos/commit/5a2add5e7a4ad60f62789bed139e6349caf68867
Author: KennyTM~ <kennytm at gmail.com>
Date: 2011-07-12 (Tue, 12 Jul 2011)
Changed paths:
M std/algorithm.d
M std/range.d
Log Message:
-----------
Fix bug 6301.
The following functions are modified to accept ranges with iota of longs:
* std.algorithm.map
* std.algorithm.splitter
* std.range.retro
* std.range.radial
* std.range.popBackN
* std.range.zip
* std.range.iota
* std.range.moveAt
Commit: 95f3698bdc2c32f02f46a124595b3f924576a4c5
https://github.com/D-Programming-Language/phobos/commit/95f3698bdc2c32f02f46a124595b3f924576a4c5
Author: KennyTM~ <kennytm at gmail.com>
Date: 2011-07-12 (Tue, 12 Jul 2011)
Changed paths:
M std/range.d
Log Message:
-----------
Oops the previous commit doesn't completely fix all possibilities for 'zip'.
Commit: 70418fac9ec114acb5a0b9c436d746a0d03d7525
https://github.com/D-Programming-Language/phobos/commit/70418fac9ec114acb5a0b9c436d746a0d03d7525
Author: David Simcha <dsimcha at gmail.com>
Date: 2011-07-12 (Tue, 12 Jul 2011)
Changed paths:
M std/algorithm.d
M std/range.d
Log Message:
-----------
Merge pull request #142 from kennytm/bug6301
Bug 6301: Cannot 'zip'/'retro'/'stride' etc. a range having 'ulong' length.
Compare: https://github.com/D-Programming-Language/phobos/compare/d90c486...70418fa
More information about the phobos
mailing list