Thread overview
[Issue 15703] @safe code should not allow certain types of array casts
Jun 07, 2016
Walter Bright
Aug 26, 2016
Walter Bright
June 07, 2016
https://issues.dlang.org/show_bug.cgi?id=15703

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe
                 CC|                            |bugzilla@digitalmars.com

--
August 26, 2016
https://issues.dlang.org/show_bug.cgi?id=15703

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/6086

--
August 26, 2016
https://issues.dlang.org/show_bug.cgi?id=15703

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

https://github.com/dlang/dmd/commit/2dcdc9563c286de39bf4eba3083bef77c49f7a5e fix Issue 15703 - @safe code should not allow certain types of array casts

https://github.com/dlang/dmd/commit/e9594ecaaa3d231aa13e2df21be7b72bdf0e4ae6 Merge pull request #6086 from WalterBright/fix15703

fix Issue 15703 - @safe code should not allow certain types of array …

--
October 01, 2016
https://issues.dlang.org/show_bug.cgi?id=15703

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

https://github.com/dlang/dmd/commit/2dcdc9563c286de39bf4eba3083bef77c49f7a5e fix Issue 15703 - @safe code should not allow certain types of array casts

https://github.com/dlang/dmd/commit/e9594ecaaa3d231aa13e2df21be7b72bdf0e4ae6 Merge pull request #6086 from WalterBright/fix15703

--