Thread overview
[Issue 14057] [REG2.066] opSlice not working correctly with AliasThis
Jan 27, 2015
Kenji Hara
January 27, 2015
https://issues.dlang.org/show_bug.cgi?id=14057

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid
            Summary|opSlice not working         |[REG2.066] opSlice not
                   |correctly with AliasThis    |working correctly with
                   |                            |AliasThis
           Severity|normal                      |regression

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
It's a regression introduced in 2.066.

https://github.com/D-Programming-Language/dmd/pull/4350

--
January 30, 2015
https://issues.dlang.org/show_bug.cgi?id=14057

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

https://github.com/D-Programming-Language/dmd/commit/8aec324a4b536e027b5815047944492305acea6d fix Issue 14057 - opSlice not working correctly with AliasThis

https://github.com/D-Programming-Language/dmd/commit/dd4ce3362351d53eadc0734fc3f2652553b7a518 Merge pull request #4350 from 9rnsr/fix14057

[REG2.066] Issue 14057 - opSlice not working correctly with AliasThis

--
January 31, 2015
https://issues.dlang.org/show_bug.cgi?id=14057

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/5e9006b90825453600b2080bca2ecd5f337deb14 Cleanup of #2724

Various semantic improvements
Documentation improvements
Disabled opSlice due to issue 14057

https://github.com/D-Programming-Language/phobos/commit/36cf60b4bf80ceca97ee13d4e16bdc499ccdd9c4 Re-enabled opSlice for std.exception.handle now that bug 14057 is fixed

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=14057

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/5e9006b90825453600b2080bca2ecd5f337deb14 Cleanup of #2724

https://github.com/D-Programming-Language/phobos/commit/36cf60b4bf80ceca97ee13d4e16bdc499ccdd9c4 Re-enabled opSlice for std.exception.handle now that bug 14057 is fixed

--