Re: Committers - get into action?

2012-11-13 Thread Justin Mclean
HI, > One question, do you know if we have a JIRA filter for the tickets that have > patches waiting on commit? Try the filter called "Flex Unresolved Patches". Justin

Re: [jira] [Created] (FLEX-33260) An initial value in SHA256 for type 'int' must be between -2147483648 and 2147483647

2012-11-13 Thread Alex Harui
On 11/13/12 7:03 PM, "Gordon Smith" wrote: > It seems like that would be the correct way to code the algorithm, but I'd be > concerned that I might potentially introduce some bug, and I don't know that > we have any tests for the SHA256 class. Gordon, I have this vague recollection that Darrel

Re: [jira] [Created] (FLEX-33260) An initial value in SHA256 for type 'int' must be between -2147483648 and 2147483647

2012-11-13 Thread Frédéric THOMAS
I haven't see any test for the SHA256 but I will work on the mustella tests again this week end, I'll try to create a test for if I get time. -Message d'origine- From: Gordon Smith Sent: Wednesday, November 14, 2012 4:03 AM To: flex-dev@incubator.apache.org Subject: RE: [jira] [Created

FW: svn commit: r1409037 - in /incubator/flex/falcon/trunk/compiler.tests: ./ build.xml

2012-11-13 Thread Gordon Smith
After this change, were you able to run the Falcon unit tests and have them pass? - Gordon -Original Message- From: mschma...@apache.org [mailto:mschma...@apache.org] Sent: Tuesday, November 13, 2012 4:00 PM To: flex-comm...@incubator.apache.org Subject: svn commit: r1409037 - in /incub

RE: [jira] [Created] (FLEX-33260) An initial value in SHA256 for type 'int' must be between -2147483648 and 2147483647

2012-11-13 Thread Gordon Smith
It seems like that would be the correct way to code the algorithm, but I'd be concerned that I might potentially introduce some bug, and I don't know that we have any tests for the SHA256 class. Changing from an int which is apparently initialized to 3144134277 but which actually gets set to -11

Re: [jira] [Created] (FLEX-33260) An initial value in SHA256 for type 'int' must be between -2147483648 and 2147483647

2012-11-13 Thread Frédéric THOMAS
Hi Gordon, Maybe I wrong but refering to the pseudocode from http://en.wikipedia.org/wiki/SHA-256 souldn't these variable be unsigned 32 bits ? -Message d'origine- From: Gordon Smith Sent: Wednesday, November 14, 2012 2:27 AM To: flex-dev@incubator.apache.org Subject: RE: [jira] [Cr

RE: [jira] [Created] (FLEX-33260) An initial value in SHA256 for type 'int' must be between -2147483648 and 2147483647

2012-11-13 Thread Gordon Smith
You should be able to just replace 3144134277 with -1150833019, etc. You should verify that 3144134277 assigned to an int produces -1150833019 (due to 32-bit wraparound) in both the old compiler and the new compiler. - Gordon -Original Message- From: Michael Schmalle (JIRA) [mailto:j..

[jira] [Commented] (FLEX-33260) An initial value in SHA256 for type 'int' must be between -2147483648 and 2147483647

2012-11-13 Thread JIRA
[ https://issues.apache.org/jira/browse/FLEX-33260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496735#comment-13496735 ] Frédéric THOMAS commented on FLEX-33260: these variables have to be uint (unsigned

RE: [FALCON] Setting up unit tests correctly

2012-11-13 Thread Gordon Smith
Below are my comments about this from revision 1405210. - Gordon Falcon: The frameworkSWC() JUnit test in SDKSWCTests now compiles a framework.swc if you have the environment variables FLEX_HOME and PLAYERGLBOAL_HOME set when you run it in Eclipse. This test is not yet part of 'ant tests' beca

[jira] [Created] (FLEX-33260) An initial value in SHA256 for type 'int' must be between -2147483648 and 2147483647

2012-11-13 Thread Michael Schmalle (JIRA)
Michael Schmalle created FLEX-33260: --- Summary: An initial value in SHA256 for type 'int' must be between -2147483648 and 2147483647 Key: FLEX-33260 URL: https://issues.apache.org/jira/browse/FLEX-33260

Re: Installer release is a go!

2012-11-13 Thread Om
On Tue, Nov 13, 2012 at 5:12 AM, Bertrand Delacretaz wrote: > On Tue, Nov 13, 2012 at 2:26 AM, Om wrote: > > ...I will try promoting the release candidate when I get some time > tonight > > Note that I don't think you have tallied the "[VOTE] Release Apache > Flex SDK Installer 1.0.9-incubat

[jira] [Created] (FLEX-33259) Metadata not bound in ISystemManagerChildManager

2012-11-13 Thread Michael Schmalle (JIRA)
Michael Schmalle created FLEX-33259: --- Summary: Metadata not bound in ISystemManagerChildManager Key: FLEX-33259 URL: https://issues.apache.org/jira/browse/FLEX-33259 Project: Apache Flex Is

[jira] [Created] (FLEX-33258) Metadata not bound in ICursorManager

2012-11-13 Thread Michael Schmalle (JIRA)
Michael Schmalle created FLEX-33258: --- Summary: Metadata not bound in ICursorManager Key: FLEX-33258 URL: https://issues.apache.org/jira/browse/FLEX-33258 Project: Apache Flex Issue Type: Bu

[jira] [Created] (FLEX-33257) handlePropertyChangeEvents() uses duplicate events declarations

2012-11-13 Thread Michael Schmalle (JIRA)
Michael Schmalle created FLEX-33257: --- Summary: handlePropertyChangeEvents() uses duplicate events declarations Key: FLEX-33257 URL: https://issues.apache.org/jira/browse/FLEX-33257 Project: Apache F

RE: [FALCON] Setting up unit tests correctly

2012-11-13 Thread Michael Schmalle
Gordon, Have you got the compile tests to pass? Everything passes except when it gets to compile framwork.swc I'm taking it the compiler still needs work here. :) java.lang.AssertionError: Expected: is <0> got: <6> Loading configuration: C:\Users\Graphix\projects\libraries\flex\sdk\bra

RE: [FALCON] Setting up unit tests correctly

2012-11-13 Thread Gordon Smith
+1 -Original Message- From: Carol Frampton [mailto:cfram...@adobe.com] Sent: Tuesday, November 13, 2012 3:08 PM To: flex-dev@incubator.apache.org Subject: Re: [FALCON] Setting up unit tests correctly On 11/13/12 5 :50PM, "Michael Schmalle" wrote: >I can add it. > >Would this be create

RE: [FALCON] Setting up unit tests correctly

2012-11-13 Thread Gordon Smith
I would just make 'ant clean' remove it. - Gordon -Original Message- From: Michael Schmalle [mailto:apa...@teotigraphix.com] Sent: Tuesday, November 13, 2012 2:50 PM To: flex-dev@incubator.apache.org Subject: RE: [FALCON] Setting up unit tests correctly I can add it. Would this be cre

[jira] [Resolved] (FLEX-33248) Spark GridItemEditor cannot edit nested properties

2012-11-13 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carol Frampton resolved FLEX-33248. --- Resolution: Fixed Fix Version/s: Apache Flex Next Author: cframpton Date: Tue Nov 13 2

[jira] [Resolved] (FLEX-27758) Keyboard navigation stops working in mx:DataGrid

2012-11-13 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carol Frampton resolved FLEX-27758. --- Resolution: Fixed Fix Version/s: Apache Flex Next Author: cframpton Date: Tue Nov 13 2

[jira] [Reopened] (FLEX-27758) Keyboard navigation stops working in mx:DataGrid

2012-11-13 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-27758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carol Frampton reopened FLEX-27758: --- Assignee: Carol Frampton (was: Adobe JIRA) > Keyboard navigation stops working in mx:D

Re: [FALCON] Setting up unit tests correctly

2012-11-13 Thread Carol Frampton
On 11/13/12 5 :50PM, "Michael Schmalle" wrote: >I can add it. > >Would this be create, then remove at the end of the build.xml file or >svn ignore it? It should be created when falcon is built and removed when falcon is cleaned. It should also be svn ignored. Carol > >Mike > > >Quoting Gordo

RE: [FALCON] Setting up unit tests correctly

2012-11-13 Thread Michael Schmalle
I can add it. Would this be create, then remove at the end of the build.xml file or svn ignore it? Mike Quoting Gordon Smith : Sorry, I forgot to make some 'ant' target create it. Can you do that? If not, I'll try to do it on Friday. - Gordon -Original Message- From: Michael

RE: [FALCON] Setting up unit tests correctly

2012-11-13 Thread Gordon Smith
Sorry, I forgot to make some 'ant' target create it. Can you do that? If not, I'll try to do it on Friday. - Gordon -Original Message- From: Michael Schmalle [mailto:apa...@teotigraphix.com] Sent: Tuesday, November 13, 2012 2:39 PM To: flex-dev@incubator.apache.org Subject: Re: [FALCON

Re: [FALCON] Setting up unit tests correctly

2012-11-13 Thread Michael Schmalle
Ok, this was a serious brain cramp; The problem was obvious after I stepped through the code 4 more times. The "temp" directory in the compiler.tests folder was not created, so the error was just that the temp file had an invalid path. On that note, Gordon, is this something you over looked

[FALCON] Setting up unit tests correctly

2012-11-13 Thread Michael Schmalle
Hi, I'm having trouble getting the unit tests working for falcon. I have the whole framework built (ran mustella), built the falcon SDK. The problem I am facing is I get an IOException; [junit] java.io.IOException: The system cannot find the path specified [junit] at java.io.WinNTF

RE: Steps to graduation

2012-11-13 Thread Gordon Smith
Wow, I didn't know we were so close to graduation. That's great news! - Gordon -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Tuesday, November 13, 2012 7:56 AM To: flex-dev@incubator.apache.org Subject: Steps to graduation Hi Folks, As most of you are aware, Apach

Re: Committers - get into action?

2012-11-13 Thread Jun Heider
On Nov 1, 2012, at 10:07 PM, Om wrote: > Committers, > > There are a slew of patches being contributed by the community. Can some > of you please look at the them and start committing them into the codebase? Om, noticed this email go out with no response. Over the next week or so I should be

[jira] [Commented] (FLEX-33226) Convert sdk project compile targets to include flex-config format xml

2012-11-13 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496519#comment-13496519 ] Carol Frampton commented on FLEX-33226: --- Author: cframpton Date: Tue Nov 13 20:32:13

Re: Proposal for contributing code from GraniteDS

2012-11-13 Thread Alex Harui
Yes, the ICLA is for you personally to make changes to code. You will need this to be allowed to modify the files once they land in Apache SVN. The CCLA says that your corporation understands that you are doing this work and is ok with Apache having license to use your changes. And since the co

Re: Proposal for contributing code from GraniteDS

2012-11-13 Thread Franck Wolff
The copyright owner is GraniteDS. There is no need to retain any software revision history and there is no opened bug about this part of our code currently (or very very few, I didn't check). Do I still need to fill out [1] if the code is fully owned by GraniteDS? 2012/11/13 Alex Harui > > > >

Re: Proposal for contributing code from GraniteDS

2012-11-13 Thread Alex Harui
On 11/13/12 11:17 AM, "Franck Wolff" wrote: > That's a 86 AS source files and 4 xml files piece of code (dont' ask me the > number of lines). I don't know if it's a "lot of code" or no... > > There is no copyright issue about this code (we are the owners and there is > no external contributio

Re: Proposal for contributing code from GraniteDS

2012-11-13 Thread Franck Wolff
That's a 86 AS source files and 4 xml files piece of code (dont' ask me the number of lines). I don't know if it's a "lot of code" or no... There is no copyright issue about this code (we are the owners and there is no external contribution) and there is no dependencies on code outside of the Flex

Re: Proposal for contributing code from GraniteDS

2012-11-13 Thread Alex Harui
On 11/13/12 9:49 AM, "Franck Wolff" wrote: > Om, > > Yes we are. > > I think the best would be to commit our sources in the > trunk/frameworks/projects/experimental/src/ directory, changing our package > names to: > > org.apache.flex.math (BigDecimal implementation) > org.apache.flex.reflec

Re: [FALCON] The+ ABC data is corrupt .. How to find the cause?

2012-11-13 Thread Roland Zwaga
it sounds to me like a corrupted constantpool (at least, I used to get that one quite a lot when I was working on as3commons-bytecode...) On 13 November 2012 04:38, Gordon Smith wrote: > You could try running org.apache.flex.swf.io.SWFDump under the Eclipse > debugger. If you're lucky, it might

[jira] [Resolved] (FLEX-33256) [Mavenizer] Change the code that the empty zip is generated at runtime so no binary artifacts have to be added to the repository.

2012-11-13 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin resolved FLEX-33256. -- Resolution: Fixed Assignee: Erik de Bruin > [Mavenizer] Change the code that the empt

[jira] [Resolved] (FLEX-33255) [Mavenizer] Remove the classifier "theme" from generated theme artifacts

2012-11-13 Thread Erik de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik de Bruin resolved FLEX-33255. -- Resolution: Fixed Assignee: Erik de Bruin > [Mavenizer] Remove the classifier "theme"

Re: Proposal for contributing code from GraniteDS

2012-11-13 Thread Franck Wolff
Om, Yes we are. I think the best would be to commit our sources in the trunk/frameworks/projects/experimental/src/ directory, changing our package names to: org.apache.flex.math (BigDecimal implementation) org.apache.flex.reflect (Reflection API) org.apache.flex.validation (Bean Validation imple

[jira] [Commented] (FLEX-33256) [Mavenizer] Change the code that the empty zip is generated at runtime so no binary artifacts have to be added to the repository.

2012-11-13 Thread Christofer Dutz (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496356#comment-13496356 ] Christofer Dutz commented on FLEX-33256: Done ... you can also delete the entire r

[jira] [Updated] (FLEX-33256) [Mavenizer] Change the code that the empty zip is generated at runtime so no binary artifacts have to be added to the repository.

2012-11-13 Thread Christofer Dutz (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christofer Dutz updated FLEX-33256: --- Attachment: FLEX-33256.patch > [Mavenizer] Change the code that the empty zip is generate

[jira] [Commented] (FLEX-33255) [Mavenizer] Remove the classifier "theme" from generated theme artifacts

2012-11-13 Thread Christofer Dutz (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496345#comment-13496345 ] Christofer Dutz commented on FLEX-33255: Done > [Mavenizer] Remov

[jira] [Updated] (FLEX-33255) [Mavenizer] Remove the classifier "theme" from generated theme artifacts

2012-11-13 Thread Christofer Dutz (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christofer Dutz updated FLEX-33255: --- Attachment: FLEX-33255.patch > [Mavenizer] Remove the classifier "theme" from generated t

New PMC once graduated

2012-11-13 Thread Justin Mclean
Hi, Been some discussion off list about graduation and that only active committers should be on the the new PMC and I thought I'd open up the conversation. Full list of committers are here: http://incubator.apache.org/flex/team.html It's fairly easy to find out who's been active on the mail lis

[jira] [Created] (FLEX-33256) [Mavenizer] Change the code that the empty zip is generated at runtime so no binary artifacts have to be added to the repository.

2012-11-13 Thread Christofer Dutz (JIRA)
Christofer Dutz created FLEX-33256: -- Summary: [Mavenizer] Change the code that the empty zip is generated at runtime so no binary artifacts have to be added to the repository. Key: FLEX-33256 URL: https://issues.

[jira] [Commented] (FLEX-33256) [Mavenizer] Change the code that the empty zip is generated at runtime so no binary artifacts have to be added to the repository.

2012-11-13 Thread Christofer Dutz (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496319#comment-13496319 ] Christofer Dutz commented on FLEX-33256: I would also prepare a patch for this ...

[jira] [Commented] (FLEX-33255) [Mavenizer] Remove the classifier "theme" from generated theme artifacts

2012-11-13 Thread Christofer Dutz (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496318#comment-13496318 ] Christofer Dutz commented on FLEX-33255: I would like to to this ... I'll attach t

[jira] [Created] (FLEX-33255) [Mavenizer] Remove the classifier "theme" from generated theme artifacts

2012-11-13 Thread Christofer Dutz (JIRA)
Christofer Dutz created FLEX-33255: -- Summary: [Mavenizer] Remove the classifier "theme" from generated theme artifacts Key: FLEX-33255 URL: https://issues.apache.org/jira/browse/FLEX-33255 Project: A

[jira] [Updated] (FLEX-33248) Spark GridItemEditor cannot edit nested properties

2012-11-13 Thread Carol Frampton (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carol Frampton updated FLEX-33248: -- Attachment: FLEX33248.mxml Employee.as Company.as Attached FLEX

Re: AW: Mavenizer - minor issue

2012-11-13 Thread Carol Frampton
On 11/13/12 10 :36AM, "Alex Harui" wrote: > > > >On 11/13/12 7:24 AM, "Carol Frampton" wrote: > >> >> >> On 11/13/12 2 :57AM, "christofer.d...@c-ware.de" >> wrote: >> >>> Hi Carol, >>> >>> I just had a look and you can safely remove the csv as this was needed >>>in >>> an earlier version

Steps to graduation

2012-11-13 Thread Alex Harui
Hi Folks, As most of you are aware, Apache Flex is still in ³podling² status and not yet a full-fledged project at Apache. Our wonderful mentors believe we are ready to ³graduate² to a top-level project. In order to do so, we have to execute several steps, two of which are: A) prepare a charter

Re: AW: Mavenizer - minor issue

2012-11-13 Thread Alex Harui
On 11/13/12 7:24 AM, "Carol Frampton" wrote: > > > On 11/13/12 2 :57AM, "christofer.d...@c-ware.de" > wrote: > >> Hi Carol, >> >> I just had a look and you can safely remove the csv as this was needed in >> an earlier version of the generator to resolve ambiguities. >> I wouldn't call the

Re: AW: Mavenizer - minor issue

2012-11-13 Thread Carol Frampton
On 11/13/12 2 :57AM, "christofer.d...@c-ware.de" wrote: >Hi Carol, > >I just had a look and you can safely remove the csv as this was needed in >an earlier version of the generator to resolve ambiguities. >I wouldn't call the dummy.rb.swc a binary file in the normal sense, as It >is a completel

Re: Installer release is a go!

2012-11-13 Thread Carol Frampton
On 11/13/12 1 :54AM, "Erik de Bruin" wrote: >I've update the config.xml to show a relative path to the Installer >binaries, which causes the Badge to use the mirrors. > >I've also update the link in the navigation panel to point to >'installer.html' instead of 'installerTmp.html', so we're basi

Re: [RESULT] [VOTE] Release Apache Flex SDK Installer 1.0 - RC10

2012-11-13 Thread Carol Frampton
On 11/12/12 11 :03AM, "Bertrand Delacretaz" wrote: >On Sat, Nov 10, 2012 at 1:37 AM, Om wrote: >> ...I am not sure if this fixes "all" the problems. But when I diff the >>files >> from svn trunk vs. the packaged source kit, I still see some a few .as >>and >> .mxml files which seem different

Re: [RESULT] [VOTE] Release Apache Flex SDK Installer 1.0 - RC10

2012-11-13 Thread Bertrand Delacretaz
On Sat, Nov 10, 2012 at 1:37 AM, Om wrote: > ...I am not sure if this fixes "all" the problems. But when I diff the files > from svn trunk vs. the packaged source kit, I still see some a few .as and > .mxml files which seem different because of some reason Did you ignore whitespace differenc

Re: Installer release is a go!

2012-11-13 Thread Bertrand Delacretaz
On Tue, Nov 13, 2012 at 2:26 AM, Om wrote: > ...I will try promoting the release candidate when I get some time tonight Note that I don't think you have tallied the "[VOTE] Release Apache Flex SDK Installer 1.0.9-incubating" on gene...@incubator.apache.org - you should do that first. -Bertra

[jira] [Commented] (FLEX-33248) Spark GridItemEditor cannot edit nested properties

2012-11-13 Thread Maxime Cowez (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496165#comment-13496165 ] Maxime Cowez commented on FLEX-33248: - [~cframpton] I've just pushed a minimal working

Re: Installer release is a go!

2012-11-13 Thread Nicholas Kwiatkowski
Bottle of champagne? I just did a random sampling of mirrors, and it looks like most of them got it overnight. I see a few that haven't, but that will be corrected over time. We may want to put a bolded statement in there that says if they have ever installed a previous version of the installer,

[jira] [Updated] (FLEX-33254) compc exception ( ? .(@attribute == value) : .(@attribute == value)>)

2012-11-13 Thread Philippe Le Berre (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philippe Le Berre updated FLEX-33254: - Description: An invalid import statement like import org.example.util.printf causes compc

[jira] [Created] (FLEX-33254) compc exception on bad import

2012-11-13 Thread Philippe Le Berre (JIRA)
Philippe Le Berre created FLEX-33254: Summary: compc exception on bad import Key: FLEX-33254 URL: https://issues.apache.org/jira/browse/FLEX-33254 Project: Apache Flex Issue Type: Bug