November 02, 2023
https://issues.dlang.org/show_bug.cgi?id=24219

Imperatorn <johan_forsberg_86@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johan_forsberg_86@hotmail.c
                   |                            |om

--- Comment #1 from Imperatorn <johan_forsberg_86@hotmail.com> ---
Up to      2.077.1: Failure with output: onlineapp.d(7): Error: incompatible
types for ((tuple(s1.x, s1.y)) is (tuple(s2.x, s2.y))): '(int, int)' and '(int,
int)'
           2.078.3: Failure with output: onlineapp.d(7): Error: incompatible
types for ((tuple(s1.x, s1.y)) is (tuple(s2.x, s2.y))): both operands are of
type '(int, int)'
2.079.1 to 2.104.2: Failure with output: onlineapp.d(7): Error: incompatible
types for `(tuple(s1.x, s1.y)) is (tuple(s2.x, s2.y))`: both operands are of
type `(int, int)`
Since      2.105.2: Failure with output: onlineapp.d(7): Error: incompatible
types for `(AliasSeq!(s1.x, s1.y)) is (AliasSeq!(s2.x, s2.y))`: both operands
are of type `(int, int)`

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

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

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

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

--