Thread overview
[Issue 22278] [Conditional Compilation] there should be in and out flags
Sep 04, 2021
João Lourenço
Sep 04, 2021
Dlang Bot
Oct 05, 2021
Dlang Bot
September 04, 2021
https://issues.dlang.org/show_bug.cgi?id=22278

João Lourenço <jlourenco5691@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jlourenco5691@gmail.com

--
September 04, 2021
https://issues.dlang.org/show_bug.cgi?id=22278

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@iK4tsu created dlang/dmd pull request #13048 "Add version conditions for in and out contracts" fixing this issue:

- src.dmd.mars: add version condition D_PostConditions

  Fixes Issue #22278

  Signed-off-by: João Lourenço <jlourenco5691@gmail.com>

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

--
October 05, 2021
https://issues.dlang.org/show_bug.cgi?id=22278

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 #13048 "Fix Issue 22278 - [Conditional Compilation] there should be in and out flags" was merged into master:

- f83aedde68746ae14e6edf6100522192e5975ff7 by João Lourenço:
  src.dmd.mars: add version condition D_PostConditions

  Fixes Issue #22278

  Signed-off-by: João Lourenço <jlourenco5691@gmail.com>

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

--