Jump to page: 1 2 3
Thread overview
[Issue 16705] [REG2.069] TaskPool.reduce fails to compile "cannot get frame pointer to D main"
[Issue 16705] TaskPool.reduce fails to compile "cannot get frame pointer to D main"
Nov 20, 2016
ZombineDev
Nov 20, 2016
ZombineDev
Nov 22, 2016
ZombineDev
Nov 23, 2016
ZombineDev
Dec 08, 2016
ZombineDev
Dec 27, 2016
greenify
Dec 12, 2019
berni44
Dec 27, 2019
berni44
Sep 30, 2021
Dlang Bot
Oct 15, 2021
Dlang Bot
Oct 18, 2021
Dlang Bot
November 20, 2016
https://issues.dlang.org/show_bug.cgi?id=16705

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.kirov@gmail.com
           Hardware|x86_64                      |All
                 OS|Mac OS X                    |All

--
November 20, 2016
https://issues.dlang.org/show_bug.cgi?id=16705

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from ZombineDev <petar.p.kirov@gmail.com> ---
PR to fix the documentation: https://github.com/dlang/phobos/pull/4915

--
November 20, 2016
https://issues.dlang.org/show_bug.cgi?id=16705

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

https://github.com/dlang/phobos/commit/a7597df60ed7f78988e875d25b6d48b48189cc33 Fix issue 16705 - TaskPool.reduce fails to compile "cannot get frame pointer to D main"

https://github.com/dlang/phobos/commit/6a7ad38562882e3587ed68e42e6706e2c23ab1af Merge pull request #4915 from ZombineDev/patch-8

Fix issue 16705 - TaskPool.reduce fails to compile "cannot get frame pointer to D main"

--
November 20, 2016
https://issues.dlang.org/show_bug.cgi?id=16705

github-bugzilla@puremagic.com changed:

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

--
November 22, 2016
https://issues.dlang.org/show_bug.cgi?id=16705

ZombineDev <petar.p.kirov@gmail.com> changed:

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

--- Comment #3 from ZombineDev <petar.p.kirov@gmail.com> ---
The documentation fix is in, but I want to investigate further this regression, so I will reopen it.

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

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|TaskPool.reduce fails to    |[REG2.069] TaskPool.reduce
                   |compile "cannot get frame   |fails to compile "cannot
                   |pointer to D main"          |get frame pointer to D
                   |                            |main"
           Severity|normal                      |regression

--- Comment #4 from ZombineDev <petar.p.kirov@gmail.com> ---
Changing this is to a regression as the code used to work up to and including DMD 2.068.2. DMD 2.069.0 is the first version that it started failing. I will try to bisect the exact commit that introduced this.

--
December 07, 2016
https://issues.dlang.org/show_bug.cgi?id=16705

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

https://github.com/dlang/phobos/commit/a7597df60ed7f78988e875d25b6d48b48189cc33 Fix issue 16705 - TaskPool.reduce fails to compile "cannot get frame pointer to D main"

https://github.com/dlang/phobos/commit/6a7ad38562882e3587ed68e42e6706e2c23ab1af Merge pull request #4915 from ZombineDev/patch-8

--
December 07, 2016
https://issues.dlang.org/show_bug.cgi?id=16705

github-bugzilla@puremagic.com changed:

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

--
December 08, 2016
https://issues.dlang.org/show_bug.cgi?id=16705

ZombineDev <petar.p.kirov@gmail.com> changed:

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

--
December 27, 2016
https://issues.dlang.org/show_bug.cgi?id=16705

greenify <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ronald.nie@gmail.com

--- Comment #6 from greenify <greeenify@gmail.com> ---
*** Issue 15291 has been marked as a duplicate of this issue. ***

--
« First   ‹ Prev
1 2 3