[Issue 12537] Templatizing opEquals results in infinite recursion in the compiler

2016-10-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12537 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/a7ff19ae302948c4fd9e71034cc343d784137803 fix Issue 12537 - Templatizing opEquals results in infinite

[Issue 12537] Templatizing opEquals results in infinite recursion in the compiler

2016-03-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12537 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 12537] Templatizing opEquals results in infinite recursion in the compiler

2016-03-28 Thread via Digitalmars-d-bugs
- Templatizing opEquals results in infinite recursion in the compiler https://github.com/D-Programming-Language/dmd/commit/c150f4165ea50cd77e5c9e2ee0ef2f4bfd9027bb Merge pull request #5028 from 9rnsr/fix12537 Issue 12537 - Templatizing opEquals results in infinite recursion in the compiler --

[Issue 12537] Templatizing opEquals results in infinite recursion in the compiler

2015-09-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12537 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #5 from Kenji Hara --- https:

[Issue 12537] Templatizing opEquals results in infinite recursion in the compiler

2015-09-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12537 --- Comment #4 from Kenji Hara --- Reduced test case: class C12537a { C12537b c; alias c this; } class C12537b { C12537a c; alias c this; } void equals()(Object lhs) {} void main() { const C12537a c; equals(c); } --

[Issue 12537] Templatizing opEquals results in infinite recursion in the compiler

2015-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12537 Jonathan Marler changed: What|Removed |Added CC||johnnymar...@gmail.com --

[Issue 12537] Templatizing opEquals results in infinite recursion in the compiler

2015-01-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12537 ag0ae...@gmail.com changed: What|Removed |Added Keywords||ice --- Comment #3 from ag0ae...@gmail.c

[Issue 12537] Templatizing opEquals results in infinite recursion in the compiler

2015-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12537 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #2 from a

[Issue 12537] Templatizing opEquals results in infinite recursion in the compiler

2015-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12537 Jonathan M Davis changed: What|Removed |Added Blocks||13933 --

[Issue 12537] Templatizing opEquals results in infinite recursion in the compiler

2014-04-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12537 Jonathan M Davis changed: What|Removed |Added Blocks||9769 --

[Issue 12537] Templatizing opEquals results in infinite recursion in the compiler

2014-04-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12537 Jonathan M Davis changed: What|Removed |Added Severity|normal |blocker --- Comment #1 from Jonathan M Da