Thread overview
[Issue 11601] pragma(msg, ...) output not silenced inside is(typeof()) and __traits(compiles, ...)
Feb 19, 2018
Simen Kjaeraas
Mar 02, 2018
Simen Kjaeraas
Dec 17, 2022
Iain Buclaw
June 10, 2015
https://issues.dlang.org/show_bug.cgi?id=11601

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

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

Simen Kjaeraas <simen.kjaras@gmail.com> changed:

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

--- Comment #1 from Simen Kjaeraas <simen.kjaras@gmail.com> ---
Works in 2.078.3.

--
March 02, 2018
https://issues.dlang.org/show_bug.cgi?id=11601

Simen Kjaeraas <simen.kjaras@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |---

--- Comment #2 from Simen Kjaeraas <simen.kjaras@gmail.com> ---
I was apparently a bit hasty in closing this. Encountered the same issue again today, and testing the code in comment #0 again shows that its behavior has not been fixed in 2.078.3.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=11601

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--