digitalmars.D - I'm blocked, help me!
- Manu (13/13) Jan 07 2019 I can't move forward with my extern(C++) work until we do something
- Nicholas Wilson (3/18) Jan 07 2019 As noted elsewhere, 2446 builds fine when -g is removed. 2442 and
- Manu (6/8) Jan 07 2019 #2442 is good to merge, and the follow-up PR can continue the debate
I can't move forward with my extern(C++) work until we do something about the build issues. I'm waiting/blocked on these patches: https://github.com/dlang/druntime/pull/2442 https://github.com/dlang/druntime/pull/2446 https://github.com/dlang/druntime/pull/2444 There appears to be one OSX build machine that fails due to an old build environment (as I'm told). Who are the people that have access to these machines? std::array, and std::string_view can't be tested because the C++ toolchains are too old (don't all support C++11/14/17). The toolchains are all out of date, and it's throwing up issues constantly. How do we resolve this?
Jan 07 2019
On Tuesday, 8 January 2019 at 03:33:29 UTC, Manu wrote:I can't move forward with my extern(C++) work until we do something about the build issues. I'm waiting/blocked on these patches: https://github.com/dlang/druntime/pull/2442 https://github.com/dlang/druntime/pull/2446 https://github.com/dlang/druntime/pull/2444 There appears to be one OSX build machine that fails due to an old build environment (as I'm told). Who are the people that have access to these machines? std::array, and std::string_view can't be tested because the C++ toolchains are too old (don't all support C++11/14/17). The toolchains are all out of date, and it's throwing up issues constantly. How do we resolve this?As noted elsewhere, 2446 builds fine when -g is removed. 2442 and 2444 are both green, are they good to go?
Jan 07 2019
On Mon, Jan 7, 2019 at 7:40 PM Nicholas Wilson via Digitalmars-d <digitalmars-d puremagic.com> wrote:As noted elsewhere, 2446 builds fine when -g is removed. 2442 and 2444 are both green, are they good to go?in the feed. they they're good.
Jan 07 2019