On 8/27/13 7:49 AM, "Marcus Wilkinson" <wilkinsonmar...@gmail.com> wrote:
>Hi all, > >I just upgraded our application to use Apache Flex 4.10 (Great work >everyone who contributed anyway - and thanks for keeping me in a job :) ) > >I just noticed an issue where adding a collection to another using addAll >the ordering is wrong. > >https://issues.apache.org/jira/browse/FLEX-33683 > >There is a proposed fix on the ticket, and would like to get it into our >own builds asap (we are currently developing using the nightly builds from >the installer). Is simply raising JIRA tickets the best way to suggest a >fix or should I be sending patches somewhere? JIRA is the correct way. There's a slightly better chance that someone will review your patch if you submit an actual .patch file and claim it has been tested. But definitely, thanks for suggesting a fix. For this particular case, I have concerns about whether lots of folks are relying on the current behavior, so the actual fix may require a backdoor to get old behavior back. -Alex