Thread overview
[Issue 10683] std.range.join of an array of array of tuple of string
September 19, 2014
https://issues.dlang.org/show_bug.cgi?id=10683

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |hsteoh@quickfur.ath.cx
         Resolution|---                         |WORKSFORME

--- Comment #1 from hsteoh@quickfur.ath.cx ---
Works in git HEAD. Please reopen if it still doesn't work for you.

I'll fire up a PR to add a unittest for this to prevent future regression.

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

--- Comment #2 from hsteoh@quickfur.ath.cx ---
https://github.com/D-Programming-Language/phobos/pull/2539

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

--- Comment #3 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/5fdfc204930a2bbd8940a8505e8f4fe325b89f1d Merge pull request #2539 from quickfur/issue10683

Add unittest for worksforme bug.

--