Thread overview | ||||||
---|---|---|---|---|---|---|
|
November 24, 2010 [Issue 5272] New: Postblit not called on copying due to array append | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=5272 Summary: Postblit not called on copying due to array append Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: druntime AssignedTo: sean@invisibleduck.org ReportedBy: dsimcha@yahoo.com --- Comment #0 from David Simcha <dsimcha@yahoo.com> 2010-11-24 12:19:31 PST --- I found this bug by reading the code in lifetime.d, not by a test case. Struct postblits are not called when an array is copied due to an append, and they should be, since there could still be references to the original array. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 17, 2011 [Issue 5272] Postblit not called on copying due to array append | ||||
---|---|---|---|---|
| ||||
Posted in reply to David Simcha | http://d.puremagic.com/issues/show_bug.cgi?id=5272 Steven Schveighoffer <schveiguy@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |schveiguy@yahoo.com AssignedTo|sean@invisibleduck.org |schveiguy@yahoo.com -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 17, 2011 [Issue 5272] Postblit not called on copying due to array append | ||||
---|---|---|---|---|
| ||||
Posted in reply to David Simcha | http://d.puremagic.com/issues/show_bug.cgi?id=5272 --- Comment #1 from Steven Schveighoffer <schveiguy@yahoo.com> 2011-06-17 05:51:37 PDT --- https://github.com/D-Programming-Language/druntime/pull/29 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
June 21, 2011 [Issue 5272] Postblit not called on copying due to array append | ||||
---|---|---|---|---|
| ||||
Posted in reply to David Simcha | http://d.puremagic.com/issues/show_bug.cgi?id=5272 Steven Schveighoffer <schveiguy@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from Steven Schveighoffer <schveiguy@yahoo.com> 2011-06-21 06:01:06 PDT --- Fixed https://github.com/D-Programming-Language/druntime/commit/97d6b19e37b73651e9fc73fe80f82238183397f3 -- 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