Thread overview
[Issue 9855] Type comparison does not work properly with subtyping
Jul 03, 2017
Vladimir Panteleev
Dec 17, 2022
Iain Buclaw
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=9855

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--- Comment #1 from hsteoh@quickfur.ath.cx ---
git HEAD may have regressed:
------
$ dmd test.d
test.d(12): Error: no [] operator overload for type Tuple!int
test.d(12):        while evaluating pragma(msg, (Tuple!int)[0])
test.d(13): Error: static assert  (is(Tuple!int[0] == int)) is false
$
------

Note the error on line 12, which is the pragma(msg) line.

--
July 03, 2017
https://issues.dlang.org/show_bug.cgi?id=9855

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dlang-bugzilla@thecybershad
                   |                            |ow.net

--- Comment #2 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
(In reply to hsteoh from comment #1)
> git HEAD may have regressed:

Broken by https://github.com/dlang/dmd/pull/443 (issue 6798) and later fixed by
https://github.com/dlang/dmd/pull/4350 (issue 14057).

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=9855

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--
December 13
https://issues.dlang.org/show_bug.cgi?id=9855

--- Comment #3 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/18553

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--