Thread overview
[Issue 17966] chunkBy cannot accept an input range (from multiwayMerge)
Nov 23, 2017
greenify
Jan 22, 2019
Jon Degenhardt
Jan 30, 2019
Jon Degenhardt
November 20, 2017
https://issues.dlang.org/show_bug.cgi?id=17966

--- Comment #1 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/84ac676d1d26edd8b3611d857adc5caed42c92d5 fix Issue 17966 - don't build libphobos2.a with PIC for i386

- use MODEL=64/32 to decide on default
- allow overriding default with explicit PIC=0/1 make args

https://github.com/dlang/druntime/commit/7c8ca6a4f0f3d4eb7564e00d4d770044ba8b889d Merge pull request #1974 from MartinNowak/fix17996

fix Issue 17966 - don't build libphobos2.a with PIC for i386 merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>

--
November 21, 2017
https://issues.dlang.org/show_bug.cgi?id=17966

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/84ac676d1d26edd8b3611d857adc5caed42c92d5 fix Issue 17966 - don't build libphobos2.a with PIC for i386

https://github.com/dlang/druntime/commit/7c8ca6a4f0f3d4eb7564e00d4d770044ba8b889d Merge pull request #1974 from MartinNowak/fix17996

--
November 23, 2017
https://issues.dlang.org/show_bug.cgi?id=17966

greenify <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |greeenify@gmail.com
         Resolution|FIXED                       |---

--- Comment #3 from greenify <greeenify@gmail.com> ---
This has been accidentally closed.

--
January 22, 2019
https://issues.dlang.org/show_bug.cgi?id=17966

Jon Degenhardt <jrdemail2000-dlang@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jrdemail2000-dlang@yahoo.co
                   |                            |m

--- Comment #4 from Jon Degenhardt <jrdemail2000-dlang@yahoo.com> ---
The PR I am working on for issue 19532 will likely fix this as well.

--
January 30, 2019
https://issues.dlang.org/show_bug.cgi?id=17966

Jon Degenhardt <jrdemail2000-dlang@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Jon Degenhardt <jrdemail2000-dlang@yahoo.com> ---
Fixed as part of PR 6841 (https://github.com/dlang/phobos/pull/6841)

--