Thread overview
Finshed @Property by Support binary and unary operators for it.
Jul 11, 2020
12345swordy
Jul 11, 2020
12345swordy
Jul 11, 2020
Adam D. Ruppe
Jul 11, 2020
12345swordy
July 11, 2020
I legitimately don't understand why no one show interest in fixing this. CTFE doesn't cut it, as it doesn't support binary/unary operators for it as well. There is a unique advantage over c++ that for some reason not being taking advantage.

There reason why I am posting is because I have lurked in the pr request for the DIP and this https://github.com/dlang/DIPs/pull/97/files dip has been recently closed as the author no longer have any interest in this.

IMO, this is a crying shame to not have @Property functions similar to c# properties.

-Alex
July 11, 2020
On Saturday, 11 July 2020 at 01:21:36 UTC, 12345swordy wrote:
> I legitimately don't understand why no one show interest in fixing this. CTFE doesn't cut it, as it doesn't support binary/unary operators for it as well. There is a unique advantage over c++ that for some reason not being taking advantage.
>
> There reason why I am posting is because I have lurked in the pr request for the DIP and this https://github.com/dlang/DIPs/pull/97/files dip has been recently closed as the author no longer have any interest in this.
>
> IMO, this is a crying shame to not have @Property functions similar to c# properties.
>
> -Alex

No one else share interest in this?
July 11, 2020
On Saturday, 11 July 2020 at 20:54:18 UTC, 12345swordy wrote:
> No one else share interest in this?

I would love to see @property work correctly.

But it has been like 9 years now and every attempt gets derailed, so I've given up hope.
July 11, 2020
On Saturday, 11 July 2020 at 21:03:42 UTC, Adam D. Ruppe wrote:
> On Saturday, 11 July 2020 at 20:54:18 UTC, 12345swordy wrote:
>> No one else share interest in this?
>
> I would love to see @property work correctly.
>
> But it has been like 9 years now and every attempt gets derailed, so I've given up hope.

There is a literal pull request for this that got closed, because the author lost interest, which is a crying shame.

-Alex