[Issue 13083] using map() with a delegate which uses a ref parameter to the enclosing scope is broken when compiling with -inline (sample code attached)

2015-07-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13083

Kenji Hara  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Kenji Hara  ---


*** This issue has been marked as a duplicate of issue 13244 ***

--


[Issue 13083] using map() with a delegate which uses a ref parameter to the enclosing scope is broken when compiling with -inline (sample code attached)

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

Maor  changed:

   What|Removed |Added

 CC||m...@weka.io
Summary|using map() with a delegate |using map() with a delegate
   |which uses a ref parameter  |which uses a ref parameter
   |to the enclosing scope is   |to the enclosing scope is
   |broken when compiling with  |broken when compiling with
   |-inline |-inline (sample code
   ||attached)

--


[Issue 13083] using map() with a delegate which uses a ref parameter to the enclosing scope is broken when compiling with -inline (sample code attached)

2014-09-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13083

Denis Shelomovskij  changed:

   What|Removed |Added

   Keywords||wrong-code
 CC||verylonglogin@gmail.com
   Hardware|x86_64  |All
 OS|Linux   |All

--


[Issue 13083] using map() with a delegate which uses a ref parameter to the enclosing scope is broken when compiling with -inline (sample code attached)

2014-09-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13083

--- Comment #1 from Denis Shelomovskij  ---
Probably duplicates of this one: Issue 13244 & Issue 13286.

--