Thread overview
[Issue 22193] is expression not understanding global scope operator
Aug 09, 2021
João Lourenço
Aug 11, 2021
Luís Ferreira
Aug 12, 2021
João Lourenço
Dec 17, 2022
Iain Buclaw
May 06, 2024
basile-z
August 09, 2021
https://issues.dlang.org/show_bug.cgi?id=22193

João Lourenço <jlourenco5691@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jlourenco5691@gmail.com

--
August 11, 2021
https://issues.dlang.org/show_bug.cgi?id=22193

Luís Ferreira <lsferreira169@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lsferreira169@gmail.com
          Component|druntime                    |dmd

--
August 12, 2021
https://issues.dlang.org/show_bug.cgi?id=22193

--- Comment #1 from João Lourenço <jlourenco5691@gmail.com> ---
Adding a workaround that involves creating a new alias:

```
struct Foo(FooT) if (is(FooT == F!T, alias F = .FooT, T)) {}
```

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
May 06, 2024
https://issues.dlang.org/show_bug.cgi?id=22193

basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid

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

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

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

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

--