November 27, 2010 [Issue 2095] covariance w/o typechecks = bugs | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2095 --- Comment #29 from Jason House <jason.james.house@gmail.com> 2010-11-27 12:08:04 PST --- Doesn't the following make x an lvalue? const(base)[] x = derived_array; -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 27, 2010 [Issue 2095] covariance w/o typechecks = bugs | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2095 --- Comment #30 from Stewart Gordon <smjg@iname.com> 2010-11-27 12:20:15 PST --- (In reply to comment #29) > Doesn't the following make x an lvalue? > > const(base)[] x = derived_array; It does ... but appending to x won't alter derived_array. There was, however, previously a hole here that was issue 2093. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 11, 2011 [Issue 2095] covariance w/o typechecks = bugs | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2095 yebblies <yebblies@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |yebblies@gmail.com --- Comment #31 from yebblies <yebblies@gmail.com> 2011-06-11 09:57:42 PDT --- https://github.com/D-Programming-Language/dmd/pull/110 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 24, 2011 [Issue 2095] covariance w/o typechecks = bugs | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2095 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #32 from Walter Bright <bugzilla@digitalmars.com> 2011-11-24 10:14:30 PST --- https://github.com/D-Programming-Language/dmd/commit/7adef956a0ca6352034b34e65f76798af51d6aab -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 24, 2011 [Issue 2095] covariance w/o typechecks = bugs | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=2095 --- Comment #33 from Andrei Alexandrescu <andrei@metalanguage.com> 2011-11-24 10:25:14 PST --- Terrific! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation