Re: Blog post on extending attribute inference to more functions

2022-07-13 Thread Adam D Ruppe via Digitalmars-d-announce
On Wednesday, 13 July 2022 at 21:42:20 UTC, bachmeier wrote: It would be nice if you'd spam our subreddit. I don't like reddit. It is hard to use. Of course if someone else wanted to post, you can. I might see it and comment but no promises since the UI is just really hard to keep up on and

Re: Blog post on extending attribute inference to more functions

2022-07-13 Thread bachmeier via Digitalmars-d-announce
On Wednesday, 13 July 2022 at 20:59:00 UTC, Adam D Ruppe wrote: I very rarely announce them here since I don't want to spam too much. So while you might only hear from me here a couple times a year, I am probably actually writing something on the website once or twice a month. It would be

Blog post on extending attribute inference to more functions

2022-07-13 Thread Adam D Ruppe via Digitalmars-d-announce
A lot of people ask for more inferred attributes - safe, nogc, etc. I have some thoughts. Inferred Attributes Run-time dispatch Function documentation Compatibility contracts Attributes dependent on arguments ABI and .di file compatibility Compile speeds Conclusion