Thread overview
[Issue 17791] Add __traits(isDeprecated, ...)
Aug 29, 2017
ZombineDev
Oct 05, 2017
Seb
Jan 03, 2021
Dlang Bot
August 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17791

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.kirov@gmail.com

--- Comment #1 from ZombineDev <petar.p.kirov@gmail.com> ---
Ditto for @future.

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

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

https://github.com/dlang/dmd/commit/9e131398d7f8c7a296fecda942f77c336c7bd611 fix issue 17791 - add __traits(deprecated, symbol)

https://github.com/dlang/dmd/commit/70d909eea541d528bb4835bef30db8a7d889ed1b Merge pull request #7178 from dunkyp/master

fix issue 17791 - add __traits(deprecated, symbol)

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

Seb <greensunny12@gmail.com> changed:

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

--- Comment #3 from Seb <greensunny12@gmail.com> ---
> Ditto for @future

https://issues.dlang.org/show_bug.cgi?id=17878

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

--- 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:

- 349f960f54688b70a38f3e40bd2df5b67f5dbafc by dunkyp:
  [dmd-cxx] fix issue 17791 - add __traits(deprecated, symbol)

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

--