Thread overview
[Issue 21647] pragma(msg) should be able to print a void type
Feb 19, 2021
Walter Bright
Feb 19, 2021
Dlang Bot
Feb 20, 2021
Walter Bright
Feb 22, 2021
Dlang Bot
Apr 02, 2021
Dlang Bot
February 19, 2021
https://issues.dlang.org/show_bug.cgi?id=21647

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=17382

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

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright updated dlang/dmd pull request #12211 "fix Issue 21647 - pragma(msg) should be able to print a void type" fixing this issue:

- fix Issue 21647 - pragma(msg) should be able to print a void type

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

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=8255

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

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/dmd pull request #12211 "fix Issue 21647 - pragma(msg) should be able to print a void type" was merged into master:

- c867a41f72a6be4ba50a39d3739a3414d8fb8cb5 by Walter Bright:
  fix Issue 21647 - pragma(msg) should be able to print a void type

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

--
April 02, 2021
https://issues.dlang.org/show_bug.cgi?id=21647

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12339 "[dmd-cxx] Backport fixes and trivial features from upstream dmd" was merged into dmd-cxx:

- 956760d88ea4ec6329dfb0b9e15b90544106ced8 by Iain Buclaw:
  [dmd-cxx] fix Issue 21647 - pragma(msg) should be able to print a void type

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

--