[Issue 17388] [scope] e[] should be treated like &e as far as scope goes

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17388

--- Comment #4 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/fc9c84ba1722c02f0c1877ffa39134c84a5e13e0
fix Issue 17388 - [scope] e[] should be treated like &e as far as scope goes

https://github.com/dlang/dmd/commit/09cd19d51b1e000dc81a61d167dc559480958f3e
Merge pull request #7076 from WalterBright/fix17388

--


[Issue 17388] [scope] e[] should be treated like &e as far as scope goes

2017-08-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17388

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/fc9c84ba1722c02f0c1877ffa39134c84a5e13e0
fix Issue 17388 - [scope] e[] should be treated like &e as far as scope goes

https://github.com/dlang/dmd/commit/09cd19d51b1e000dc81a61d167dc559480958f3e
Merge pull request #7076 from WalterBright/fix17388

fix Issue 17388 - [scope] e[] should be treated like &e as far as sco…
merged-on-behalf-of: Martin Nowak 

--


[Issue 17388] [scope] e[] should be treated like &e as far as scope goes

2017-08-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17388

--- Comment #2 from Walter Bright  ---
Note that it works if int[] is replaced by int*.

https://github.com/dlang/dmd/pull/7076

--


[Issue 17388] [scope] e[] should be treated like &e as far as scope goes

2017-08-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17388

Walter Bright  changed:

   What|Removed |Added

Summary|[scope] no escape analysis  |[scope] e[] should be
   |for auto return scope   |treated like &e as far as
   |members |scope goes

--