Thread overview
[Issue 14846] Insufficient context deduction with implicit nested lambda
Jul 29, 2015
Kenji Hara
July 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14846

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

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

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

--
July 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14846

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

https://github.com/D-Programming-Language/phobos/commit/5cdf726149c588ce95e25bdaaee23f8a8949e48a Supplemental fix for issue 14846

`new Input!(Range, ErrorLevel)` should take the `input` parameter to initialize its field by that, because: if `Range` is a nested struct, its context pointer is not accessible from inside CsvReader.

https://github.com/D-Programming-Language/phobos/commit/4abd9533761e3043438dc8e7c6dcbc0687800789 Merge pull request #3519 from 9rnsr/fix14846

Supplemental fix for issue 14846

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

--- Comment #3 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/35f348635b50842e9620c52db071f4d11af25199 fix Issue 14846 - Insufficient context deduction with implicit nested lambda

https://github.com/D-Programming-Language/dmd/commit/9538fe5ea2a7e1d85e0b1a111790be31a52ebefe Merge pull request #4848 from 9rnsr/fix14846

Issue 14846 - Insufficient context deduction with implicit nested lambda

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

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
October 04, 2015
https://issues.dlang.org/show_bug.cgi?id=14846

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

https://github.com/D-Programming-Language/phobos/commit/5cdf726149c588ce95e25bdaaee23f8a8949e48a Supplemental fix for issue 14846

https://github.com/D-Programming-Language/phobos/commit/4abd9533761e3043438dc8e7c6dcbc0687800789 Merge pull request #3519 from 9rnsr/fix14846

--
July 22, 2017
https://issues.dlang.org/show_bug.cgi?id=14846

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

https://github.com/dlang/dmd/commit/35f348635b50842e9620c52db071f4d11af25199 fix Issue 14846 - Insufficient context deduction with implicit nested lambda

https://github.com/dlang/dmd/commit/9538fe5ea2a7e1d85e0b1a111790be31a52ebefe Merge pull request #4848 from 9rnsr/fix14846

--