Thread overview | ||||||
---|---|---|---|---|---|---|
|
May 17, 2012 [Issue 8112] New: std.algorithm.fill must accept InputRange | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=8112 Summary: std.algorithm.fill must accept InputRange Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: chatelet.guillaume@gmail.com --- Comment #0 from Guillaume Chatelet <chatelet.guillaume@gmail.com> 2012-05-17 10:58:33 PDT --- std.algorithm.fill only accepts ForwardRange which is too restrictive. Both versions of fill should accept an InputRange. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 24, 2012 [Issue 8112] std.algorithm.fill must accept InputRange | ||||
---|---|---|---|---|
| ||||
Posted in reply to Guillaume Chatelet | http://d.puremagic.com/issues/show_bug.cgi?id=8112 --- Comment #1 from Guillaume Chatelet <chatelet.guillaume@gmail.com> 2012-05-24 11:57:55 PDT --- A pull request is pending for this issue https://github.com/D-Programming-Language/phobos/pull/588 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 28, 2012 [Issue 8112] std.algorithm.fill must accept InputRange | ||||
---|---|---|---|---|
| ||||
Posted in reply to Guillaume Chatelet | http://d.puremagic.com/issues/show_bug.cgi?id=8112 --- Comment #2 from github-bugzilla@puremagic.com 2012-05-27 20:35:14 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/e9dd66f8a0da1f4987a366f1a194b983c45c4b72 Issue 8112 - std.algorithm.fill accepts InputRange https://github.com/D-Programming-Language/phobos/commit/b1e1fa658db1a277b37c32b1e4568b18c8bdf441 Merge pull request #588 from gchatelet/input_range_fill_algorithm Issue 8112 - std.algorithm.fill must accept InputRange -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 28, 2012 [Issue 8112] std.algorithm.fill must accept InputRange | ||||
---|---|---|---|---|
| ||||
Posted in reply to Guillaume Chatelet | http://d.puremagic.com/issues/show_bug.cgi?id=8112 Guillaume Chatelet <chatelet.guillaume@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation