Thanks Mark. I book marked the adobe bug tracker.. seems like it might come in handy when researching these issues before posting to fw lists.
Guess I'll just keep the state=duplicate(arguments); change I had made in my copy of the framework until something happens with this bug.. just gotta remember to use my svn url on a new deployment and not the public one. On Mar 17, 4:38 pm, Mark Mandel <[email protected]> wrote: > Sorry about the late reply. > > Looks like this is a bug in CF9 that they are looking at fixing. > > http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html#... > > Just got the email: > * > The bug entered on Thursday, July 23, 2009 has been marked verified by Adobe > ColdFusion Team. > > This means Adobe ColdFusion Team has verified the behavior you've observed. > > (If this email is addressed to you directly, you've logged this bug. > Otherwise, you've subscribed to this bug through the Adobe beta site and are > receiving a BCC.) > > Targeted for: ColdFusion 9.0.1, Beta 1 > > Note: Any targeting information included above is an estimate. Targeting > can change during the course of bug triage. > > Product Area: CFML Function (General) > Severity: 6 - Low (Easy workaround & only affects small group) > Description: Doing a StructCopy() on the arguments scope doesn't return a > copy of the arguments scope - it simply returns the arguments scope.This is > very confusing, as changes to the returned struct from StructCopy() also > occur on the arguments scope, as it is a reference. > * > > > > On Sat, Mar 13, 2010 at 7:43 AM, Adam Drew <[email protected]> wrote: > > Mark, > > > Just curious if you've encountered this issue.. > > > on like 87 of the AbstractBaseGenerator you use structCopy() to set > > the local state from the agruments.. then later you delete two > > arguments (path, and escapeCFML) from that state struct.. however, it > > then goes on to throw an escapeCFML not found in arguments error on my > > CF9 apps unless i change that to a Duplicate(arguments).. > > > is this a known issue or could it be something else? > > > regards, > > > Adam Drew > > > -- > > Before posting questions to the group please read: > > >http://groups.google.com/group/transfer-dev/web/how-to-ask-support-qu... > > > Try out the new Transfer ORM Custom Google Search: > >http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 > > > You received this message because you are subscribed to the Google Groups > > "transfer-dev" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<transfer-dev%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/transfer-dev?hl=en > > -- > E: [email protected] > T:http://www.twitter.com/neurotic > W:www.compoundtheory.com > > Hands-on ColdFusion ORM Training @ cf.Objective() > 2010www.ColdFusionOrmTraining.com/ -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer Try out the new Transfer ORM Custom Google Search: http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8 You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en To unsubscribe from this group, send email to transfer-dev+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
