https://issues.dlang.org/show_bug.cgi?id=21891
This is why all that std.meta.Alias
was necessary in the first place.
We must eliminate Alias
and fix this insanity in the language.
Thread overview | |||||
---|---|---|---|---|---|
|
May 03, 2021 More trouble: impossible to bind expression to alias, except it's possible | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=21891 This is why all that We must eliminate |
May 03, 2021 Re: More trouble: impossible to bind expression to alias, except it's possible | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On Monday, 3 May 2021 at 19:58:32 UTC, Andrei Alexandrescu wrote: >https://issues.dlang.org/show_bug.cgi?id=21891 This is why all that We must eliminate Please implement proper unification for alias, not just another hack. https://forum.dlang.org/post/augmegssadjgrzvfhofk@forum.dlang.org Cheers! |
May 04, 2021 Re: More trouble: impossible to bind expression to alias, except it's possible | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On Monday, 3 May 2021 at 19:58:32 UTC, Andrei Alexandrescu wrote: >https://issues.dlang.org/show_bug.cgi?id=21891 This is why all that We must eliminate Thanks for being more present in the forums "again" (not irony 😅) We need to get D in shape, and soundness is of most importance imo. With some guidance, D can/will be a wonderful language. Currently, it's a powerful and capable language, and that only gets you so far. Power without consistency is like a rocket that doesn't work on Mondays |