[Issue 8240] std.algorithm.joiner and empty inputRangeObject

2012-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8240


Kenji Hara  changed:

   What|Removed |Added

   Keywords||ice, pull


--- Comment #3 from Kenji Hara  2012-06-14 22:11:36 PDT ---
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: ---


[Issue 8240] std.algorithm.joiner and empty inputRangeObject

2012-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8240


Jonathan M Davis  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jmdavisp...@gmx.com
 Resolution||FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 8240] std.algorithm.joiner and empty inputRangeObject

2012-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8240



--- Comment #2 from github-bugzi...@puremagic.com 2012-06-14 21:54:44 PDT ---
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: ---


[Issue 8240] std.algorithm.joiner and empty inputRangeObject

2012-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8240



--- Comment #1 from github-bugzi...@puremagic.com 2012-06-14 21:53:08 PDT ---
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
Merge pull request #632 from 9rnsr/fix8240

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: ---