Search

April 05, 2023
Issues »
...5;
}
alias shouldWarn = S.value1;
```
The shouldWarn alias should produce a warning. Referencing the alias...
April 05, 2023
Issues »
...issue 23822: Check for deprecation before resolving alias on struct type member access." fixing this...
April 05, 2023
Issues »
...code:
```
alias Alias(alias A) = A;
class S {
    deprecated alias value1 = Alias!(5);
}
alias shouldWarn...
April 05, 2023
Issues »
...yahoo.de> ---
```
alias Alias(alias A) = A;
class S { deprecated alias value = Alias!5; }
void...
April 05, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=23822

FeepingCreature <default_357-line@yahoo.de...
April 05, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=23822

FeepingCreature <default_357-line@yahoo.de...
April 05, 2023
Issues »
...Consider this code:

```
alias Alias(alias A) = A;
deprecated alias value = Alias!5;
void main...
April 05, 2023
General »
Please open a PR on to dmd's upstream repo so the testsuite can run...
April 05, 2023
General »
...do IFTI for alias template!

Another thing. I was thinking of `alias AliasT(U:U...
April 04, 2023
Issues »
...const(int)*` to
parameter `int* t1`

The alias this is not mentioned because once the...
117 118 119 120 121 122 123 124 125 126 127
Next ›   Last »