Thread overview
[Issue 8917] New: Array operation a[] + a[] not implemented
Oct 30, 2012
Nils
Nov 07, 2012
Kenji Hara
Nov 08, 2012
Kenji Hara
October 30, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8917

           Summary: Array operation a[] + a[] not implemented
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: nilsbossung@googlemail.com


--- Comment #0 from Nils <nilsbossung@googlemail.com> 2012-10-30 09:22:28 PDT ---
---
cat > test.d <<CODE
void main() {
    int[3] a;
    int[3] b = a[] + a[];
}
CODE
dmd test.d
---
test.d(3): Error: Array operation a[] + a[] not implemented
---

Works with 2.060. Fails since this commit: https://github.com/D-Programming-Language/dmd/commit/da8e2a038105ad0149a8f66fbcfe31079ce3a534

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 07, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8917


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

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


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2012-11-07 02:45:12 PST ---
https://github.com/D-Programming-Language/dmd/pull/1264

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 07, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8917



--- Comment #2 from github-bugzilla@puremagic.com 2012-11-07 07:35:30 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/89d95772941926b328d3966676e3d0037aef0135 Issue 8917 - Array operation a[] + a[] not implemented

https://github.com/D-Programming-Language/dmd/commit/b67103f39ea60211826c2f21c8d4c12b895d5c08 Merge pull request #1264 from 9rnsr/fix8917

Issue 8917 - Array operation a[] + a[] not implemented

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 08, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8917


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

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


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------