Thread overview
[Issue 17096] many traits accept an invalid parameter count without error
Apr 24, 2017
b2.temp@gmx.com
Jan 03, 2021
Dlang Bot
January 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17096

bitter.taste@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bitter.taste@gmx.com

--- Comment #1 from bitter.taste@gmx.com ---
Covered by DMD's PR https://github.com/dlang/dmd/pull/6456

--
April 24, 2017
https://issues.dlang.org/show_bug.cgi?id=17096

b2.temp@gmx.com changed:

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

--
November 17, 2017
https://issues.dlang.org/show_bug.cgi?id=17096

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

https://github.com/dlang/dmd/commit/30e01ba7969ede07e0428132dfbdda9d3ddbe80e Fix issue 17096 - Check the number of arguments given to __trait

https://github.com/dlang/dmd/commit/ad70d70153978bd4da878d73b7eca6d713643c60 Merge pull request #7330 from JinShil/fix_17096

Fix issue 17096 - Check the number of arguments given to __trait merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>

--
December 18, 2017
https://issues.dlang.org/show_bug.cgi?id=17096

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

https://github.com/dlang/dmd/commit/30e01ba7969ede07e0428132dfbdda9d3ddbe80e Fix issue 17096 - Check the number of arguments given to __trait

https://github.com/dlang/dmd/commit/ad70d70153978bd4da878d73b7eca6d713643c60 Merge pull request #7330 from JinShil/fix_17096

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

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

- 1602539c49d80c768d4ba68b7b2300ee3573ac0d by JinShil:
  [dmd-cxx] Fix issue 17096 - Check the number of arguments given to __trait

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

--