Blog post on extending attribute inference to more functions
Bastiaan Veelo
Bastiaan at Veelo.net
Mon Jul 18 22:48:27 UTC 2022
On Sunday, 17 July 2022 at 18:33:47 UTC, AnimusPEXUS wrote:
> I've just coded something and come with the idea of
> @todo/@fixme/@issueid attributes, so compiler write messages
> each time it finds those. Just as a thought.. maybe It can be
> useful, although it's already can be done with pragma(msg,
> "txt")..
I abuse `@deprecated` for that purpose in my own code, to remind
myself of some holes that need patching.
— Bastiaan.
More information about the Digitalmars-d-announce
mailing list