Thread overview
[Issue 21177] printf check does not recognize GNU extensions
Jan 03, 2021
Dlang Bot
Jan 03, 2021
Iain Buclaw
Jan 03, 2021
Mathias LANG
Jan 07, 2021
Dlang Bot
Feb 13, 2021
Dlang Bot
January 03, 2021
https://issues.dlang.org/show_bug.cgi?id=21177

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Luhrel created dlang/dmd pull request #12094 "Fix issue 21177 - printf check does not recognize GNU extensions" fixing this issue:

- Fix issue 21177

https://github.com/dlang/dmd/pull/12094

--
January 03, 2021
https://issues.dlang.org/show_bug.cgi?id=21177

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--- Comment #2 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Why is this a regression when it's a feature request?

--
January 03, 2021
https://issues.dlang.org/show_bug.cgi?id=21177

--- Comment #3 from Mathias LANG <pro.mathias.lang@gmail.com> ---
A new feature is triggering deprecation messages in perfectly working code. Yes, it is a regression, as all false-positives are.

--
January 07, 2021
https://issues.dlang.org/show_bug.cgi?id=21177

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12094 "Fix issue 21177 - printf check does not recognize GNU extensions" was merged into stable:

- 4463ae26882107cfcf9b336fd063ea99f0d983f5 by Luhrel:
  Fix issue 21177 - printf check does not recognize GNU extensions

https://github.com/dlang/dmd/pull/12094

--
February 13, 2021
https://issues.dlang.org/show_bug.cgi?id=21177

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12195 "Merge stable" was merged into master:

- 3431e98cb0720b7bdb325af62c0d8dd1d4ce4e0a by Lucien Perregaux:
  Fix issue 21177 - printf check does not recognize GNU extensions (#12094)

https://github.com/dlang/dmd/pull/12195

--