[Issue 12625] [scope] [DIP1000] implicit slicing of RValue static array should be illegal

2017-12-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12625 --- Comment #24 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/f0372315ca3d3dc87e67768433d446832348fe47 Issue 12625 - [scope] [DIP1000] implicit slicing

[Issue 12625] [scope] [DIP1000] implicit slicing of RValue static array should be illegal

2017-12-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12625 --- Comment #23 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/b8cb63a01cc20051f0f057a1556bcec1533443fa fix Issue 12625 - [scope] [DIP1000] implicit slicing

[Issue 12625] [scope] [DIP1000] implicit slicing of RValue static array should be illegal

2017-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12625 --- Comment #22 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/b8cb63a01cc20051f0f057a1556bcec1533443fa fix Issue 12625 - [scope] [DIP1000] implicit slicing

[Issue 12625] [scope] [DIP1000] implicit slicing of RValue static array should be illegal

2017-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12625 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12625] [scope] [DIP1000] implicit slicing of RValue static array should be illegal

2017-11-29 Thread d-bugmail--- via Digitalmars-d-bugs
of RValue static array should be illegal https://github.com/dlang/phobos/commit/a3bbaedcef197c6db91bea4f4ccf7f85c03c8d8c Merge pull request #5893 from JinShil/fix_12625 Issue 12625 - [scope] [DIP1000] implicit slicing of RValue static array should be illegal merged-on-behalf-of: Petar Kirov <zomb

[Issue 12625] [scope] [DIP1000] implicit slicing of RValue static array should be illegal

2017-11-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12625 Walter Bright changed: What|Removed |Added See Also|

[Issue 12625] [scope] [DIP1000] implicit slicing of RValue static array should be illegal

2017-08-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12625 --- Comment #20 from Steven Schveighoffer --- For those not following the PR in Phobos discussion, an interesting alternative idea has been floated by ZombineDev: char[16] get(); string s = get(); // can be lowered to: auto

[Issue 12625] [scope] [DIP1000] implicit slicing of RValue static array should be illegal

2017-08-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12625 Walter Bright changed: What|Removed |Added CC|

[Issue 12625] [scope] [DIP1000] implicit slicing of RValue static array should be illegal

2017-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12625 Andrei Alexandrescu changed: What|Removed |Added Summary|[DIP1000] implicit slicing |[scope] [DIP1000]