Thread overview
[Issue 13612] Wrong 'this' variable accessed in recursive ctfe member function
Mar 01, 2015
Kenji Hara
March 01, 2015
https://issues.dlang.org/show_bug.cgi?id=13612

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
It's fixed in 2.067 git-head.

Adding test case: https://github.com/D-Programming-Language/dmd/pull/4449

--
March 01, 2015
https://issues.dlang.org/show_bug.cgi?id=13612

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

https://github.com/D-Programming-Language/dmd/commit/a91d0b3166229de8e243381c00650e09ad85f206
fix Issue 13612 - Wrong 'this' variable accessed in recursive ctfe member
function

https://github.com/D-Programming-Language/dmd/commit/c4d5b62bd9d6efe170171133bd96a8c0cfdbb50b Merge pull request #4449 from 9rnsr/fix13612

Issue 13612 - Wrong 'this' variable accessed in recursive ctfe member function

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=13612

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

https://github.com/D-Programming-Language/dmd/commit/a91d0b3166229de8e243381c00650e09ad85f206
fix Issue 13612 - Wrong 'this' variable accessed in recursive ctfe member
function

https://github.com/D-Programming-Language/dmd/commit/c4d5b62bd9d6efe170171133bd96a8c0cfdbb50b Merge pull request #4449 from 9rnsr/fix13612

--