Thread overview
[Issue 19180] Expose dmd.mtype.Type.isZeroInit as __traits(isZeroInit, T)
Aug 20, 2018
Nathan S.
Jan 03, 2021
Dlang Bot
August 20, 2018
https://issues.dlang.org/show_bug.cgi?id=19180

--- Comment #1 from Nathan S. <n8sh.secondary@hotmail.com> ---
Pull request: https://github.com/dlang/dmd/pull/8583

--
September 08, 2018
https://issues.dlang.org/show_bug.cgi?id=19180

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/6983b0b071f8cb495639f62382e8658ddde03d77 Fix Issue 19180 - Expose dmd.mtype.Type.isZeroInit as __traits(isZeroInit, T)

https://github.com/dlang/dmd/commit/6d067b0084cfffb7c76c936b8af335373b565adf Merge pull request #8583 from n8sh/isZeroInit-19180

Fix Issue 19180 - Expose dmd.mtype.Type.isZeroInit as __traits(isZeroInit, T) merged-on-behalf-of: Razvan Nitu <RazvanN7@users.noreply.github.com>

--
September 09, 2018
https://issues.dlang.org/show_bug.cgi?id=19180

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/5183de7809b7d5367e0b444f0c423f77e6e97a67 Update spec for Issue 19180 - Expose... __traits(isZeroInit, T)

This is the companion of https://github.com/dlang/dmd/pull/8583

https://github.com/dlang/dlang.org/commit/826ea94809d870328bd98d9aeac2472b657d0c49 Merge pull request #2450 from n8sh/isZeroInit-19180

Update spec for Issue 19180 - Expose... __traits(isZeroInit, T) merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>

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

--- Comment #4 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:

- c480509b0f455c8dc86c70752d55e517ca3d7416 by Nathan Sashihara:
  [dmd-cxx] Fix Issue 19180 - Expose dmd.mtype.Type.isZeroInit as
__traits(isZeroInit, T)

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

--