Uncallable delegates

Walter Bright newshound2 at digitalmars.com
Sat May 16 04:35:05 UTC 2026


On 5/15/2026 7:45 PM, Richard (Rikki) Andrew Cattermole wrote:
> To agree with Walter here, if there are problems with pure please split them off 
> into their own ticket.

Already done: https://github.com/dlang/dmd/issues/23125

> Please focus on const storage class & type qualifier in this proposal.

Since `pure` is part of the test case showing the problem, 23125 may be the 
actual cause of the problem.

 > This is one of the main reasons (but not the only one) for the term 
"attribute soup" that is a bane of many D developer.

I agree, but when one simplifies the problem, 9/10 times it is the result of 
misunderstanding the implicit `this` parameter.

I recommend fixing 23125 first, and then seeing if the other problem is cleared up.


More information about the dip.development mailing list