Thread overview
[Issue 16002] Add __traits(isModule) and __traits(isPackage)
Feb 23, 2019
Dlang Bot
May 19, 2019
Dlang Bot
Jan 03, 2021
Dlang Bot
February 23, 2019
https://issues.dlang.org/show_bug.cgi?id=16002

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@blm768 updated dlang/dmd pull request #5290 "New __traits: isModule and isPackage" fixing this issue:

- fix Issue 16002 - Add __traits(isModule) and __traits(isPackage)

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

--
May 19, 2019
https://issues.dlang.org/show_bug.cgi?id=16002

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 #5290 "New __traits: isModule and isPackage" was merged into master:

- 01ff106d31ea02ae9f161aea7061feb5695eeb39 by Benjamin L. Merritt:
  fix Issue 16002 - Add __traits(isModule) and __traits(isPackage)

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

--
January 03, 2021
https://issues.dlang.org/show_bug.cgi?id=16002

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12093 "[dmd-cxx] Backport more recent traits to the C++ port" was merged into dmd-cxx:

- 0d43f6419e3e1d679a76667c3e44d7cbd3375539 by Benjamin L. Merritt:
  [dmd-cxx] fix Issue 16002 - Add __traits(isModule) and __traits(isPackage)

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

--