digitalmars.D.bugs - [Issue 8240] New: std.algorithm.joiner and empty inputRangeObject
- d-bugmail puremagic.com (22/22) Jun 14 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8240
- d-bugmail puremagic.com (13/13) Jun 14 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8240
- d-bugmail puremagic.com (8/8) Jun 14 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8240
- d-bugmail puremagic.com (10/10) Jun 14 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8240
- d-bugmail puremagic.com (11/11) Jun 14 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8240
http://d.puremagic.com/issues/show_bug.cgi?id=8240
Summary: std.algorithm.joiner and empty inputRangeObject
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody puremagic.com
ReportedBy: lomereiter gmail.com
PDT ---
Segmentation fault:
import std.range, std.algorithm;
void main()
{
assert(equal(joiner([inputRangeObject("")]), ""));
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jun 14 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8240 Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/bf1a32fdfc7f32af9304f4399410d3ee3fb9a2c9 fix Issue 8240 - std.algorithm.joiner and empty inputRangeObject In this case, _current member is invalid at the start of iteration. Then joiner should have additional member _valid_current. https://github.com/D-Programming-Language/phobos/commit/0b48d8e3717a30be230ff7c56db1026c075313e7 Issue 8240 - std.algorithm.joiner and empty inputRangeObject -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 14 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8240 Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/cbd1e63026da31176a21b140a911fc53337ff09c Updated changelog for fix for issue 8240. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 14 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8240
Jonathan M Davis <jmdavisProg gmx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jmdavisProg gmx.com
Resolution| |FIXED
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jun 14 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8240
Kenji Hara <k.hara.pg gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice, pull
Merged pull request:
https://github.com/D-Programming-Language/phobos/pull/632
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jun 14 2012









d-bugmail puremagic.com 