Thread overview
[Issue 14624] The array operator overloading fallback is not correct
May 28, 2015
Kenji Hara
Aug 20, 2015
Kenji Hara
Aug 29, 2015
Martin Nowak
Aug 29, 2015
Martin Nowak
May 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14624

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

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

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4686

--
August 20, 2015
https://issues.dlang.org/show_bug.cgi?id=14624

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ag0aep6g@gmail.com

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
*** Issue 14941 has been marked as a duplicate of this issue. ***

--
August 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14624

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #3 from Martin Nowak <code@dawg.eu> ---
Why would we support an argument-less opIndex?

--
August 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14624

--- Comment #4 from Martin Nowak <code@dawg.eu> ---
I see it was introduced with multi-dimensional slicing support. http://dlang.org/operatoroverloading#slice

--
August 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14624

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

https://github.com/D-Programming-Language/dmd/commit/bfb7f8d2a116578a57be29d87da3db010b565bb1 fix Issue 14624 - The array operator overloading fallback is not correct

https://github.com/D-Programming-Language/dmd/commit/d99699301eb0f5d46b4f9240236ca7c1694bb39b Merge pull request #4948 from 9rnsr/fix14621

Issue 14621, 14624, 14625 - Fix bugs in array operator overloading semantics

--
August 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14624

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
August 29, 2015
https://issues.dlang.org/show_bug.cgi?id=14624

--- Comment #6 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/bfb7f8d2a116578a57be29d87da3db010b565bb1 fix Issue 14624 - The array operator overloading fallback is not correct

https://github.com/D-Programming-Language/dmd/commit/d99699301eb0f5d46b4f9240236ca7c1694bb39b Merge pull request #4948 from 9rnsr/fix14621

--