Thread overview
[Issue 14907] DMD crash when using template name as a default value of template's typed argument
Aug 12, 2015
Kenji Hara
Apr 02, 2021
Dlang Bot
Dec 28, 2022
Dlang Bot
Jan 01, 2023
Dlang Bot
August 12, 2015
https://issues.dlang.org/show_bug.cgi?id=14907

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice, pull
           Hardware|x86_64                      |All
                 OS|Windows                     |All

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4882

--
January 18, 2018
https://issues.dlang.org/show_bug.cgi?id=14907

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

https://github.com/dlang/dmd/commit/a49866792e19631fed5d352aebc83ca6aa3222b2 fix Issue 14907 - DMD crash when using template name as a default value of template's typed argument

https://github.com/dlang/dmd/commit/6dd820f9c09bd757fb3e31600b1dec8ce0628a12 Merge pull request #7702 from ibuclaw/fix14907

fix Issue 14907 - DMD crash when using template name as a default value of
template's typed argument
merged-on-behalf-of: Mike Franklin <JinShil@users.noreply.github.com>

--
April 02, 2021
https://issues.dlang.org/show_bug.cgi?id=14907

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12339 "[dmd-cxx] Backport fixes and trivial features from upstream dmd" was merged into dmd-cxx:

- d5278052911c7b40f0a6d625d96022d456c1752b by Iain Buclaw:
  [dmd-cxx] fix Issue 14907 - DMD crash when using template name as a default
value of template's typed argument

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

--
December 28, 2022
https://issues.dlang.org/show_bug.cgi?id=14907

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14745 "fix Issue 18646 - [REG 2.079.0] Recursive template expansion incorrectly reported" was merged into stable:

- 55eeb4bf888169e734033ec2f77ae1a6cdc843c1 by Iain Buclaw:
  fix Issue 14907 without introducing TemplateDeclaration.inuse field

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

--
January 01, 2023
https://issues.dlang.org/show_bug.cgi?id=14907

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14765 "merge stable" was merged into master:

- d4600cb033698e0aecdf544880ec8c94e572de99 by Iain Buclaw:
  fix Issue 14907 without introducing TemplateDeclaration.inuse field

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

--