www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - DMD v2.084.0-beta.1 regression in Tuple.toHash() ?

reply Per =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
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?
Dec 19 2018
next sibling parent Per =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
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.
Dec 19 2018
prev sibling parent reply Per =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
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!
Dec 30 2018
parent Walter Bright <newshound2 digitalmars.com> writes:
On 12/30/2018 2:56 AM, Per Nordlöw wrote:
 Ping!
Please file regressions on bugzilla! Thanks.
Dec 30 2018