Thread overview
[Issue 12438] Wrong code for result of assignment to `ref`/`out` struct parameter
Jul 29, 2014
yebblies
Jul 30, 2014
Denis Shelomovskij
Jul 30, 2014
yebblies
July 29, 2014
https://issues.dlang.org/show_bug.cgi?id=12438

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |yebblies@gmail.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from yebblies <yebblies@gmail.com> ---
It does now.

--
July 30, 2014
https://issues.dlang.org/show_bug.cgi?id=12438

--- Comment #2 from Denis Shelomovskij <verylonglogin.reg@gmail.com> ---
It was a critical issue. In what exact commit it was fixed and is it really fixed or this test-case just accidentally works? Anyway the test must be added to autotester.

--
July 30, 2014
https://issues.dlang.org/show_bug.cgi?id=12438

--- Comment #3 from yebblies <yebblies@gmail.com> ---
(In reply to Denis Shelomovskij from comment #2)
> It was a critical issue. In what exact commit it was fixed and is it really fixed or this test-case just accidentally works? Anyway the test must be added to autotester.

You're right!  Please track down the commit that fixed this and make a pull request to add the test case.

--