Thread overview
[Issue 24732] FAQ article is out of date on calling printf
Aug 30
Dlang Bot
Sep 05
Dlang Bot
August 30
https://issues.dlang.org/show_bug.cgi?id=24732

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dlang.org pull request #3902 "[spec/faq] Improve printf docs" fixing this issue:

- [spec/faq] Improve printf docs

  writef replaces printf, not writefln.
  Add `RUNNABLE_EXAMPLE`s.
  Use monospace for printf specifiers.
  Add stdio import.
  Mention pragma(printf).
  Show string literal with `%s`.

  Fix Bugzilla 24732 - FAQ article is out of date on calling printf.

https://github.com/dlang/dlang.org/pull/3902

--
August 30
https://issues.dlang.org/show_bug.cgi?id=24732

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |normal

--
September 05
https://issues.dlang.org/show_bug.cgi?id=24732

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dlang.org pull request #3902 "[spec/faq] Improve printf docs" was merged into master:

- f6508697157973ae0cf330f7a8ac6e393233f1a9 by Nick Treleaven:
  [spec/faq] Improve printf docs

  writef replaces printf, not writefln.
  Add `RUNNABLE_EXAMPLE`s.
  Use monospace for printf specifiers.
  Add stdio import.
  Mention pragma(printf).
  Show string literal with `%s`.

  Fix Bugzilla 24732 - FAQ article is out of date on calling printf.

https://github.com/dlang/dlang.org/pull/3902

--