Thread overview
Blog post on figuring out attribute inference failure
Feb 25, 2023
Dennis
Feb 25, 2023
Dom Disc
February 19, 2023

Ever faced with an attribute inference fail, and you don't know what caused it? I have honed some techniques to try and figure it out.

Just posted this: https://www.schveiguy.com/blog/2023/02/spelunking-attribute-inference-in-d/

Hopefully it helps.

-Steve

February 25, 2023

On Sunday, 19 February 2023 at 19:40:26 UTC, Steven Schveighoffer wrote:

>

https://www.schveiguy.com/blog/2023/02/spelunking-attribute-inference-in-d/

"Hopefully these improvements will be mimicked for all attributes, and instrumenting code will be a thing of the past!"

I'm working on it! https://github.com/dlang/dmd/pull/14911

February 25, 2023

On Saturday, 25 February 2023 at 11:23:56 UTC, Dennis wrote:

>

I'm working on it! https://github.com/dlang/dmd/pull/14911

Hurray!