Thread overview
DMD v2.084.0-beta.1 regression in Tuple.toHash() ?
Dec 19, 2018
Per Nordlöw
Dec 19, 2018
Per Nordlöw
Dec 30, 2018
Per Nordlöw
Dec 30, 2018
Walter Bright
December 19, 2018
My project fails to build with DMD v2.084.0-beta.1 as

In function ”const pure nothrow @nogc @safe ulong std.typecons.Tuple!(char, char).Tuple.toHash()”:
/usr/include/dmd/phobos/std/typecons.d:1179: undefined reference to ”pure nothrow @nogc @safe ulong object.hashOf!(const(char)).hashOf(ref const(char))”
/usr/include/dmd/phobos/std/typecons.d:1179: undefined reference to ”pure nothrow @nogc @safe ulong object.hashOf!(const(char)).hashOf(ref const(char))”

Is this a regression?
December 19, 2018
On Wednesday, 19 December 2018 at 09:57:04 UTC, Per Nordlöw wrote:
> Is this a regression?

I upgraded the beta-version of the dmd apt package via standard procedure in Ubuntu 18.04.
December 30, 2018
On Wednesday, 19 December 2018 at 09:57:04 UTC, Per Nordlöw wrote:
> My project fails to build with DMD v2.084.0-beta.1 as
>
> In function ”const pure nothrow @nogc @safe ulong std.typecons.Tuple!(char, char).Tuple.toHash()”:
> /usr/include/dmd/phobos/std/typecons.d:1179: undefined reference to ”pure nothrow @nogc @safe ulong object.hashOf!(const(char)).hashOf(ref const(char))”
> /usr/include/dmd/phobos/std/typecons.d:1179: undefined reference to ”pure nothrow @nogc @safe ulong object.hashOf!(const(char)).hashOf(ref const(char))”
>
> Is this a regression?

Ping!
December 30, 2018
On 12/30/2018 2:56 AM, Per Nordlöw wrote:
> Ping!

Please file regressions on bugzilla! Thanks.