Thread overview
[Issue 18818] VariantN has unittests that are compiled into user modules
May 04, 2018
Giles Bathgate
Mar 31, 2019
Dlang Bot
Mar 31, 2019
Dlang Bot
May 04, 2018
https://issues.dlang.org/show_bug.cgi?id=18818

Giles Bathgate <giles.bathgate+dlang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |giles.bathgate+dlang@gmail.
                   |                            |com

--- Comment #1 from Giles Bathgate <giles.bathgate+dlang@gmail.com> ---
For reference:

StdUnittest was added in this PR https://github.com/dlang/phobos/pull/5927

StdUnittest was removed in this PR https://github.com/dlang/phobos/pull/6202

--
March 31, 2019
https://issues.dlang.org/show_bug.cgi?id=18818

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Kriyszig created dlang/phobos pull request #6942 "variant.d: Gated unittests behind version(StdDdoc)" fixing this issue:

- variant.d: Gated unittests behind version(StdDdoc)

  Prevents compilation of unittests into user modules
  fix Issue 18818 - unittests are compiled into user modules

https://github.com/dlang/phobos/pull/6942

--
March 31, 2019
https://issues.dlang.org/show_bug.cgi?id=18818

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #6942 "variant.d: Gated unittests behind version(StdDdoc)" was merged into stable:

- 5c8888f4022512b5c3eee048c642210ed05507a9 by Kriyszig:
  variant.d: Gated unittests behind version(StdDdoc)

  Prevents compilation of unittests into user modules
  fix Issue 18818 - unittests are compiled into user modules

https://github.com/dlang/phobos/pull/6942

--