digitalmars.D.bugs - [Issue 3817] New: Array op: wrong error message
- d-bugmail puremagic.com (24/24) Feb 18 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3817
- d-bugmail puremagic.com (6/6) Apr 29 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3817
- d-bugmail puremagic.com (10/10) Apr 29 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3817
- d-bugmail puremagic.com (6/6) May 02 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3817
- d-bugmail puremagic.com (12/13) May 03 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3817
http://d.puremagic.com/issues/show_bug.cgi?id=3817
Summary: Array op: wrong error message
Product: D
Version: 2.040
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: druntime
AssignedTo: sean invisibleduck.org
ReportedBy: bearophile_hugs eml.cc
void main() {
int[] a1 = [1];
int[] a2 = [2];
int[] a3;
a3 = a1 + a2;
}
Gives wrong error message:
test.d(5): Error: Array operation a1 + a2 not implemented
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 18 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3817 See comments to bug 3522. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 29 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3817
Walter Bright <bugzilla digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla digitalmars.com
21:06:39 PDT ---
Changeset 460
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Apr 29 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3817 After Changeset 460 this problem is unchanged, not solved yet. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 02 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3817
Don <clugdbug yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |clugdbug yahoo.com.au
After Changeset 460 this problem is unchanged, not solved yet.
That's correct, (note that it's not marked as fixed in the changelog). I gave
Walter the wrong bug number.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 03 2010









d-bugmail puremagic.com 