Re: Blog post on figuring out attribute inference failure

2023-02-25 Thread Dom Disc via Digitalmars-d-announce

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!


Re: Blog post on figuring out attribute inference failure

2023-02-25 Thread Dennis via Digitalmars-d-announce
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


Blog post on figuring out attribute inference failure

2023-02-19 Thread Steven Schveighoffer via Digitalmars-d-announce
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