Thread overview
[Issue 14788] Incorrect rejection of inout function call
Jul 16, 2015
Kenji Hara
Jul 16, 2015
Kenji Hara
July 16, 2015
https://issues.dlang.org/show_bug.cgi?id=14788

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|14626                       |

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
(In reply to Kenji Hara from comment #0)
> This compiler bug is blocking fix for the regression issue 14626.

Now it's not required.

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

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

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

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

--
February 07, 2016
https://issues.dlang.org/show_bug.cgi?id=14788

--- 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/565ff8d8c6496208dd51c751a9b1d947b70dd36c fix Issue 14788 - Incorrect rejection of inout function call

https://github.com/D-Programming-Language/dmd/commit/0a15e859e6ffb5e7180bf49169f61da998d4466a Merge pull request #4810 from 9rnsr/fix14788

Issue 14788 - Incorrect rejection of inout function call

--
March 19, 2016
https://issues.dlang.org/show_bug.cgi?id=14788

--- Comment #4 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/565ff8d8c6496208dd51c751a9b1d947b70dd36c fix Issue 14788 - Incorrect rejection of inout function call

https://github.com/D-Programming-Language/dmd/commit/0a15e859e6ffb5e7180bf49169f61da998d4466a Merge pull request #4810 from 9rnsr/fix14788

--