[Issue 18646] [REG 2.079.0] Recursive template expansion incorrectly reported

2022-12-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18646

--- Comment #9 from Dlang Bot  ---
dlang/dmd pull request #14765 "merge stable" was merged into master:

- 302ff4bb109f3bc2011490f696c125ecb781e879 by Iain Buclaw:
  fix Issue 18646 - [REG 2.079.0] Recursive template expansion incorrectly
reported

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

--


[Issue 18646] [REG 2.079.0] Recursive template expansion incorrectly reported

2022-12-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18646

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Dlang Bot  ---
dlang/dmd pull request #14745 "fix Issue 18646 - [REG 2.079.0] Recursive
template expansion incorrectly reported" was merged into stable:

- 291b60e93ed60e76c8501398b3126ef423c68291 by Iain Buclaw:
  fix Issue 18646 - [REG 2.079.0] Recursive template expansion incorrectly
reported

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

--


[Issue 18646] [REG 2.079.0] Recursive template expansion incorrectly reported

2022-12-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18646

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #7 from Dlang Bot  ---
@ibuclaw created dlang/dmd pull request #14745 "fix Issue 18646 - [REG 2.079.0]
Recursive template expansion incorrectly reported" fixing this issue:

- fix Issue 18646 - [REG 2.079.0] Recursive template expansion incorrectly
reported

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

--


[Issue 18646] [REG 2.079.0] Recursive template expansion incorrectly reported

2022-12-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18646

Iain Buclaw  changed:

   What|Removed |Added

Summary|Recursive template  |[REG 2.079.0] Recursive
   |expansion incorrectly   |template expansion
   |reported for certain|incorrectly reported
   |templated classes   |

--- Comment #6 from Iain Buclaw  ---
Introduced by https://github.com/dlang/dmd/pull/7702

--