[Issue 12438] Wrong code for result of assignment to `ref`/`out` struct parameter

2014-07-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12438

--- Comment #2 from Denis Shelomovskij verylonglogin@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.

--


[Issue 12438] Wrong code for result of assignment to `ref`/`out` struct parameter

2014-07-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12438

--- Comment #3 from yebblies yebbl...@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.

--


[Issue 12438] Wrong code for result of assignment to `ref`/`out` struct parameter

2014-07-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12438

yebblies yebbl...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||yebbl...@gmail.com
 Resolution|--- |WORKSFORME

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

--