Thread overview
[Issue 17335] Function calls in conjunctions do not short circuit when evaluated during compilation
Apr 20, 2017
Walter Bright
Apr 21, 2017
Walter Bright
April 20, 2017
https://issues.dlang.org/show_bug.cgi?id=17335

--- Comment #1 from Andrei Alexandrescu <andrei@erdani.com> ---
Related: https://issues.dlang.org/show_bug.cgi?id=17334

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

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Thanks for the succinct test case. I think I know what is wrong, I'll work on fixing it.

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

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/6713

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

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

https://github.com/dlang/dmd/commit/4d1eba7b28f8e06717252c488c4bd2b6bf2d3070 fix Issue 17335 - Function calls in conjunctions do not short circuit when evaluated during compilation

https://github.com/dlang/dmd/commit/a670b6e41bcd9b04ce30e9fc70fc3f77b875f4c0 Merge pull request #6713 from WalterBright/fix17335

fix Issue 17335 - Function calls in conjunctions do not short circuit…

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

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

https://github.com/dlang/dmd/commit/4d1eba7b28f8e06717252c488c4bd2b6bf2d3070 fix Issue 17335 - Function calls in conjunctions do not short circuit when evaluated during compilation

https://github.com/dlang/dmd/commit/a670b6e41bcd9b04ce30e9fc70fc3f77b875f4c0 Merge pull request #6713 from WalterBright/fix17335

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17335

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

https://github.com/dlang/dmd/commit/4d1eba7b28f8e06717252c488c4bd2b6bf2d3070 fix Issue 17335 - Function calls in conjunctions do not short circuit when evaluated during compilation

https://github.com/dlang/dmd/commit/a670b6e41bcd9b04ce30e9fc70fc3f77b875f4c0 Merge pull request #6713 from WalterBright/fix17335

--