Thread overview
Feedback from the Gripes and Wishes Campaign
Nov 06
jmh530
November 06
https://forum.dlang.org/post/u4banl$e4g$1@digitalmars.com

On Saturday, 20 May 2023 at 20:32:02 UTC, Walter Bright wrote:
> On 5/19/2023 4:43 AM, GrimMaple wrote:
>> Unfortunately, big compiler changes, like mentioned above deprecation of alias this,
>
> Maybe we should un-deprecate that. I appreciate your feedback on it.

Can we un-deprecate alias this?
November 06
On Monday, 6 November 2023 at 13:24:03 UTC, Imperatorn wrote:
> https://forum.dlang.org/post/u4banl$e4g$1@digitalmars.com
>
> On Saturday, 20 May 2023 at 20:32:02 UTC, Walter Bright wrote:
>> On 5/19/2023 4:43 AM, GrimMaple wrote:
>>> Unfortunately, big compiler changes, like mentioned above deprecation of alias this,
>>
>> Maybe we should un-deprecate that. I appreciate your feedback on it.
>
> Can we un-deprecate alias this?

It was only deprecated for classes.

I thought this was already reverted:
https://github.com/dlang/dmd/pull/15326

Maybe doesn't show up in the changelog since it wasn't tied to a bug report?
November 06
On Monday, 6 November 2023 at 13:33:53 UTC, jmh530 wrote:
> On Monday, 6 November 2023 at 13:24:03 UTC, Imperatorn wrote:
>> https://forum.dlang.org/post/u4banl$e4g$1@digitalmars.com
>>
>> On Saturday, 20 May 2023 at 20:32:02 UTC, Walter Bright wrote:
>>> On 5/19/2023 4:43 AM, GrimMaple wrote:
>>>> Unfortunately, big compiler changes, like mentioned above deprecation of alias this,
>>>
>>> Maybe we should un-deprecate that. I appreciate your feedback on it.
>>
>> Can we un-deprecate alias this?
>
> It was only deprecated for classes.
>
> I thought this was already reverted:
> https://github.com/dlang/dmd/pull/15326
>
> Maybe doesn't show up in the changelog since it wasn't tied to a bug report?

Oh, that's great to hear. Thanks!