Re: [i18n] Gettext 1.0.1 released

2022-07-19 Thread Ogi via Digitalmars-d-announce
On Monday, 18 July 2022 at 08:33:15 UTC, Bastiaan Veelo wrote: ... Is this tested on Windows? ``` Performing "debug" build using C:\Apps\dmd\windows\bin64\dmd.exe for x86_64. gettexttest ~master: building configuration "default"... Running pre-build commands... Performing "debug" build

Re: Blog post on extending attribute inference to more functions

2022-07-19 Thread Ola Fosheim Grøstad via Digitalmars-d-announce
On Tuesday, 19 July 2022 at 09:55:52 UTC, Guillaume Piolat wrote: I put tags in comments, to text search later. Usually: ``` // TODO: actually blocks a release ``` Yes, this form is also recognized by some editors, might even compile a todo-list in the IDE interface for you (with no

Re: Blog post on extending attribute inference to more functions

2022-07-19 Thread Guillaume Piolat via Digitalmars-d-announce
On Monday, 18 July 2022 at 22:48:27 UTC, Bastiaan Veelo wrote: I abuse `@deprecated` for that purpose in my own code, to remind myself of some holes that need patching. — Bastiaan. I put tags in comments, to text search later. Usually: ``` // TODO: actually blocks a release //