Re: [4/6] git commit: [flex-sdk] [refs/heads/develop] - FLEX-24296 throw out of range error if passed negative index

2013-05-10 Thread Justin Mclean
Hi, > Like I said, probably not worth your time. The overhead of proxy is known > to be pretty high. Looking at the code I'm not even sure what the try catch is in there as there nothing that can throw an exception. It probably could be simplified to (it may even be faster). override flas

Re: Timezone support

2013-05-10 Thread Paul Hastings
On 5/11/2013 12:40 PM, Alex Harui wrote: I ran the test and got: [trace] 10-May-2013 22:36 +7 [trace] 10-May-2013 22:36 +07:00 a bangkok bias ;-)

Re: [4/6] git commit: [flex-sdk] [refs/heads/develop] - FLEX-24296 throw out of range error if passed negative index

2013-05-10 Thread Alex Harui
On 5/10/13 11:21 PM, "Justin Mclean" wrote: > Hi, > >> This method is often used in loops so normally I would just let it RTE >> instead of adding an if statement. > The overhead of getItemAt is going to be far greater than the if > 0 check but > I'll take a look in scout to see if it makes a

Re: [4/6] git commit: [flex-sdk] [refs/heads/develop] - FLEX-24296 throw out of range error if passed negative index

2013-05-10 Thread Justin Mclean
Hi, > This method is often used in loops so normally I would just let it RTE > instead of adding an if statement. The overhead of getItemAt is going to be far greater than the if > 0 check but I'll take a look in scout to see if it makes any difference. Thanks, Justin

Re: Making an new Apache Flex release

2013-05-10 Thread Alex Harui
On 5/10/13 11:10 PM, "Justin Mclean" wrote: > Hi, > >> I think that may be because your textlayout repo is not in the expected >> places. I am updating the local-template properties so if you set TLF_HOME >> appropriately in local.properties it should work (it did for me after I >> moved my t

Re: Timezone support

2013-05-10 Thread Justin Mclean
HI, > [trace] 10-May-2013 22:36 +7 > [trace] 10-May-2013 22:36 +07:00 > > Is that right? Should it be -7? It should be -7 I'll fix. Thanks for testing. Justin

Re: Making an new Apache Flex release

2013-05-10 Thread Justin Mclean
Hi, > I think that may be because your textlayout repo is not in the expected > places. I am updating the local-template properties so if you set TLF_HOME > appropriately in local.properties it should work (it did for me after I > moved my textlayout repo somewhere else). I'm setting TLF_HOME en

Re: git commit: [flex-sdk] [refs/heads/develop] - add .gitignore for mustella generated files

2013-05-10 Thread OmPrakash Muppirala
Is this a good time to talk about moving Mustella out of the sdk repo? On May 10, 2013 9:35 PM, "Alex Harui" wrote: > > > > On 5/10/13 5:29 PM, "Justin Mclean" wrote: > > > Hi, > > > >> I see. But shouldn't we rely on the mustella console output? That's > what we > >> did when in SVN. > > At th

Re: Mustella list tests failing

2013-05-10 Thread Alex Harui
I'm looking into this over the weekend. On 5/1/13 4:27 PM, "Justin Mclean" wrote: > Hi, > >> Well they are all Failed CompareBitmap right? So we just have to track >> down graphical changes? > > > The colour of a selected item seem lighter/more transparent, I had a quick > look through the

Re: Timezone support

2013-05-10 Thread Alex Harui
I ran the test and got: [trace] 10-May-2013 22:36 +7 [trace] 10-May-2013 22:36 +07:00 Is that right? Should it be -7? On 5/5/13 9:01 PM, "Justin Mclean" wrote: > Hi, > >> Is there a mustella test or other test case I can run? > I posted some sample code in this thread. > > I don't think it

Re: Making an new Apache Flex release

2013-05-10 Thread Alex Harui
I think that may be because your textlayout repo is not in the expected places. I am updating the local-template properties so if you set TLF_HOME appropriately in local.properties it should work (it did for me after I moved my textlayout repo somewhere else). On 5/10/13 9:28 PM, "Justin Mclean"

Re: [4/6] git commit: [flex-sdk] [refs/heads/develop] - FLEX-24296 throw out of range error if passed negative index

2013-05-10 Thread Alex Harui
No need to change this commit, this is just for the record so I can search the archives for GIGO someday. This is certainly a friendly thing to do, and proxy is so slow that you probably won't be able to measure the effect of the extra if statement, but this would otherwise be an example of a chan

Re: git commit: [flex-sdk] [refs/heads/develop] - add .gitignore for mustella generated files

2013-05-10 Thread Alex Harui
On 5/10/13 5:29 PM, "Justin Mclean" wrote: > Hi, > >> I see. But shouldn't we rely on the mustella console output? That's what we >> did when in SVN. > At the time you run the test sure, but you may forget which one failed after > fixing a bug or two and git status is a lot lot faster than r

Re: Making an new Apache Flex release

2013-05-10 Thread Justin Mclean
Hi, > I ran ant from in the textlayout, spark, mx, mobilecomponents, and > mobiletheme folders and they all ran to completion. What errors are you > getting? Run ant at frameworks get: lean-external: [echo] cleaning ${TLF_HOME} BUILD FAILED /Users/justinmclean/Documents/ApacheFlexDevelopG

Re: [Poll] Apache Flex next version number

2013-05-10 Thread Justin Mclean
Hi, Seems like 4.10 is the consensus. Justin

[jira] [Commented] (FLEX-26438) ArrayCollection - setItemAt API malfunctioning when it has filter function

2013-05-10 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-26438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655143#comment-13655143 ] Justin Mclean commented on FLEX-26438: -- Issue is in this line: listIn

[jira] [Commented] (FLEX-26438) ArrayCollection - setItemAt API malfunctioning when it has filter function

2013-05-10 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-26438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655144#comment-13655144 ] Justin Mclean commented on FLEX-26438: -- Still an issue in Apache Flex 4.9.1

[jira] [Resolved] (FLEX-24296) ListCollectionView should throw a RangeError instead of Error when accessed with negative index via squared brackets

2013-05-10 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-24296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-24296. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Checked into develop

[jira] [Resolved] (FLEX-15903) Error #1006: value is not a function in ListCollectionView.getFilteredItemIndex()

2013-05-10 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-15903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-15903. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Improved code no need to lookup leng

[jira] [Commented] (FLEX-15903) Error #1006: value is not a function in ListCollectionView.getFilteredItemIndex()

2013-05-10 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-15903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655125#comment-13655125 ] Justin Mclean commented on FLEX-15903: -- Look like it been fixed in previous SDK. Shou

[jira] [Resolved] (FLEX-23100) Multiple addAlls on ArrayCollection with filterfunction and refresh() causes index out of bounds

2013-05-10 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-23100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-23100. -- Resolution: Not A Problem Fixed in previous version of the SDK - fix could be improved however.

[jira] [Resolved] (FLEX-21541) ArrayCollection setItemAt throws RangeError

2013-05-10 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-21541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-21541. -- Resolution: Not A Problem RangeError should be throws as per the documentation.

[jira] [Resolved] (FLEX-22943) ArrayCollection.removeAll does not remove all if an arrayCollections contains filtered items

2013-05-10 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-22943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-22943. -- Resolution: Not A Problem It's intended to work this way and only remove the filtered items.

[jira] [Commented] (FLEX-25071) removeAll() on a sorted ArrayCollection returns a RangeError: Index '-1'

2013-05-10 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-25071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655092#comment-13655092 ] Justin Mclean commented on FLEX-25071: -- Confirmed still an issue in Apache Flex 4.9.1

[jira] [Updated] (FLEX-25071) removeAll() on a sorted ArrayCollection returns a RangeError: Index '-1'

2013-05-10 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-25071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-25071: - Labels: easyfix easytest (was: easytest) > removeAll() on a sorted ArrayCollection returns a

Re: git commit: [flex-sdk] [refs/heads/develop] - add .gitignore for mustella generated files

2013-05-10 Thread Justin Mclean
Hi, Sorry I meant to say "to have them out of git ignore" not in. Justin

[jira] [Resolved] (FLEX-16857) Value is not a function on null ArrayCollection Sort

2013-05-10 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-16857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-16857. -- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Checked into develop branch

Re: git commit: [flex-sdk] [refs/heads/develop] - add .gitignore for mustella generated files

2013-05-10 Thread Justin Mclean
Hi, > I see. But shouldn't we rely on the mustella console output? That's what we > did when in SVN. At the time you run the test sure, but you may forget which one failed after fixing a bug or two and git status is a lot lot faster than rerunning the tests. Given that no one is likely to check

Re: git commit: [flex-sdk] [refs/heads/develop] - add .gitignore for mustella generated files

2013-05-10 Thread Alex Harui
On 5/10/13 5:14 PM, "Justin Mclean" wrote: > Hi, > >> Why do we want to have the bad test results in version control? > We don't want them in Git - but by adding them to git ignore means that are > also ignored by "git status" etc which means you may not be aware that you > have tests that f

Re: git commit: [flex-sdk] [refs/heads/develop] - add .gitignore for mustella generated files

2013-05-10 Thread Justin Mclean
Hi, > Why do we want to have the bad test results in version control? We don't want them in Git - but by adding them to git ignore means that are also ignored by "git status" etc which means you may not be aware that you have tests that failed when checking stuff in. Thanks, Justin

[jira] [Commented] (FLEX-28803) ArrayList dispatches wrong COLLECTION_CHANGE event

2013-05-10 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655054#comment-13655054 ] Justin Mclean commented on FLEX-28803: -- There a couple of place in the SDK where Prop

[jira] [Commented] (FLEX-28803) ArrayList dispatches wrong COLLECTION_CHANGE event

2013-05-10 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655044#comment-13655044 ] Justin Mclean commented on FLEX-28803: -- Confirmed an issue with Apache Flex 4.9.1

[jira] [Updated] (FLEX-28803) ArrayList dispatches wrong COLLECTION_CHANGE event

2013-05-10 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-28803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-28803: - Summary: ArrayList dispatches wrong COLLECTION_CHANGE event (was: ArrayList dispatches wring COL

Re: Reducing the number of Jira Posts to the Mailinglist?

2013-05-10 Thread Alex Harui
On 5/10/13 4:06 PM, "Justin Mclean" wrote: > Hi, > >> While I agree that filtering should work, it is possible for us to request a >> new mailing list. It requires a vote. > > Anyone know what other projects do that have this issue? I'm not sure other projects have a backlog of 30K issues a

Re: git commit: [flex-sdk] [refs/heads/develop] - add .gitignore for mustella generated files

2013-05-10 Thread Alex Harui
Maybe I don't understand git. I thought the purpose of .gitignore was so it would not offer to check in files we don't want to see under version control. Why do we want to have the bad test results in version control? On 5/10/13 3:52 PM, "Justin Mclean" wrote: > Hi, > > Hiding broken tests

Re: Reducing the number of Jira Posts to the Mailinglist?

2013-05-10 Thread Justin Mclean
Hi, > While I agree that filtering should work, it is possible for us to request a > new mailing list. It requires a vote. Anyone know what other projects do that have this issue? Justin

Re: git commit: [flex-sdk] [refs/heads/develop] - add .gitignore for mustella generated files

2013-05-10 Thread Justin Mclean
Hi, Hiding broken tests from git seems like a bad idea to me. > +*.bad.png > +*.bad.png.xml Justin

Re: Making an new Apache Flex release

2013-05-10 Thread Saleh Abdulawal
For Linux support, me and one of this mailing list figured how to run it, my self I was able to run it in Ubuntu and it explained here how it is done : http://saleh360.blogspot.com/2013/04/up-and-running-with-apache-flex-on.html?m=1 On May 10, 2013 11:44 PM, "Alex Harui" wrote: > > > > On 5/5/13

Re: Making an new Apache Flex release

2013-05-10 Thread Alex Harui
On 5/5/13 10:11 PM, "Justin Mclean" wrote: > >> I thought this was working except for running just the TLF folder? > It's more broken that that - there several project level builds are also > broken if you try to build them on their own. I ran ant from in the textlayout, spark, mx, mobilecompo

Re: [DISCUSS] Github based Whiteboard proposal

2013-05-10 Thread Alex Harui
On 5/10/13 11:14 AM, "OmPrakash Muppirala" wrote: >> > Done. Your new repo is available here: > https://github.com/apacheflex/whiteboard_fthomas_developerToolSuite > > Alex, no response from you. Can I assume that you are okay with this > convention? I can't think of any major objections.

Re: [DISCUSS] Github based Whiteboard proposal

2013-05-10 Thread OmPrakash Muppirala
On Fri, May 10, 2013 at 8:19 AM, Frédéric THOMAS wrote: > Hi Om, > > Could you create the repo for me please, I tried to but I haven't got > enough karma. > > Thanks, > > -Fred > > Done. Your new repo is available here: https://github.com/apacheflex/whiteboard_fthomas_developerToolSuite Alex, no

RE: [flex-sdk] Checkintest broken

2013-05-10 Thread Kessler CTR Mark J
Oops, I forgot to run "ant main checkintests" on that... And I did mess with the timing of the focus on it. Glad it was an easy fix to the test. Thanks Alex. -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Friday, May 10, 2013 1:19 PM To: dev@flex.apache.or

Re: [flex-sdk] Checkintest broken

2013-05-10 Thread Alex Harui
Yup, that was it. All fixed now. On 5/10/13 10:19 AM, "Alex Harui" wrote: > Looks like Mark K's change d5c329722cd60568c53210973024b591b912b486 broke > the tests. Mark, are you running checkintests before committing? > > The change is "ok", but I think the test need adjusting to account for

Re: Reducing the number of Jira Posts to the Mailinglist?

2013-05-10 Thread OmPrakash Muppirala
On May 10, 2013 9:57 AM, "Alex Harui" wrote: > > > > > On 5/10/13 6:26 AM, "Justin Mclean" wrote: > > > Hi, > > > >> or I've lost my mind and it's sent to "dev@flex.apache.org" > > > > It's set to dev@flex.apache.org but it's from j...@flex.com.au, filter on the > > from address. Even web based

Re: [flex-sdk] Checkintest broken

2013-05-10 Thread Alex Harui
Looks like Mark K's change d5c329722cd60568c53210973024b591b912b486 broke the tests. Mark, are you running checkintests before committing? The change is "ok", but I think the test need adjusting to account for it. I'll see if I can fix the test. On 5/9/13 4:40 PM, "Alex Harui" wrote: > > >

Re: [OT] Set default prefix for a custom MXML namespace in Flash Builder 4.7?

2013-05-10 Thread Frédéric THOMAS
What result do you obtain with a component from the experimental lib ? -Fred -Message d'origine- From: Carlos Rovira Sent: Friday, May 10, 2013 7:08 PM To: dev@flex.apache.org Subject: Re: [OT] Set default prefix for a custom MXML namespace in Flash Builder 4.7? Hi Fred, I tried wh

Re: [OT] Set default prefix for a custom MXML namespace in Flash Builder 4.7?

2013-05-10 Thread Carlos Rovira
Hi Alex, the solution is to manually edit the auto generated "ns" to whatever you want when it's generated the first time in an MXML file...then the same with the next MXML file...cumbersome but less than nothing. This is what we want to avoid since people should left what they get from the tool

Re: [OT] Set default prefix for a custom MXML namespace in Flash Builder 4.7?

2013-05-10 Thread Carlos Rovira
Hi Fred, I tried what you said, and change all my libraries to match waht you said, rebuild all, closed FB and relaunch (since this kind of things are cached), but no luck my namespaces are: library://ns.codeoscopic.com/riality with prefix "r" library://ns.codeoscopic.com/riality/swiz with pref

Re: Reducing the number of Jira Posts to the Mailinglist?

2013-05-10 Thread Alex Harui
On 5/10/13 6:26 AM, "Justin Mclean" wrote: > Hi, > >> or I've lost my mind and it's sent to "dev@flex.apache.org" > > It's set to dev@flex.apache.org but it's from j...@flex.com.au, filter on the > from address. Even web based client emails can do filtering so it's shouldn't > be that hard.

Re: [OT] Set default prefix for a custom MXML namespace in Flash Builder 4.7?

2013-05-10 Thread Alex Harui
I think that is probably hard coded. In the completion it is already offering ns as the prefix. But could you use a template that has your xmlns already baked in? On 5/10/13 9:12 AM, "Cosma Colanicchia" wrote: > You type "<" and the name of a component, let's say MyCustomComponent, that > is

Re: [OT] Set default prefix for a custom MXML namespace in Flash Builder 4.7?

2013-05-10 Thread Frédéric THOMAS
Did you try to declare your NS like http://my.domain/mylib/ns instead of http://my.domain/ns/mylib, IIRC it works like that. -Fred -Message d'origine- From: Cosma Colanicchia Sent: Friday, May 10, 2013 6:12 PM To: dev@flex.apache.org Subject: Re: [OT] Set default prefix for a custom M

Re: [OT] Set default prefix for a custom MXML namespace in Flash Builder 4.7?

2013-05-10 Thread Cosma Colanicchia
You type "<" and the name of a component, let's say MyCustomComponent, that is in the library with a namespace manifest. FB will add, in the root element of the mxml, a declaration (xmlns:ns="") and apply that prefix (" > I guess I still don't understand the steps. What are you typing and how is

Re: [OT] Set default prefix for a custom MXML namespace in Flash Builder 4.7?

2013-05-10 Thread Alex Harui
I guess I still don't understand the steps. What are you typing and how is FB responding? On 5/10/13 8:37 AM, "Cosma Colanicchia" wrote: > I am creating an swc library that includes a namespace manifest, using the > documented COMPC compiler API. > > When referencing and using a library with

Re: [OT] Set default prefix for a custom MXML namespace in Flash Builder 4.7?

2013-05-10 Thread Cosma Colanicchia
I am creating an swc library that includes a namespace manifest, using the documented COMPC compiler API. When referencing and using a library with a manifest, the first time you use a component in a MXML document FB will autodeclare the namespace uri for you, using a prefix like "ns", "ns1", ecc.

Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-23486 propsedSeletedItemIndexes[uid] is undefined otherwise

2013-05-10 Thread Justin Mclean
Hi, > Just happened to notice and wonder: If you are changing from getting the > uid from the data to getting the uid from the item, shoud the > ListSelectionData on the next line be associated with the item instead of > data? You think so but that' s not the case. It was my first thought as wel

Re: [OT] Set default prefix for a custom MXML namespace in Flash Builder 4.7?

2013-05-10 Thread Alex Harui
None of us worked on FB, so we don't know how it works. I'm not clear what the steps you are using to reproduce this issue is. Are you just typing xmlns in an MXML file or is it the auto-complete suggestions or something else? On 5/10/13 5:04 AM, "Carlos Rovira" wrote: > Hi Cosma, > > very i

Re: [DISCUSS] Github based Whiteboard proposal

2013-05-10 Thread Frédéric THOMAS
Hi Om, Could you create the repo for me please, I tried to but I haven't got enough karma. Thanks, -Fred -Message d'origine- From: OmPrakash Muppirala Sent: Wednesday, May 08, 2013 7:42 PM To: dev@flex.apache.org Subject: Re: [DISCUSS] Github based Whiteboard proposal On Wed, May 8

Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-23486 propsedSeletedItemIndexes[uid] is undefined otherwise

2013-05-10 Thread Alex Harui
Just happened to notice and wonder: If you are changing from getting the uid from the data to getting the uid from the item, shoud the ListSelectionData on the next line be associated with the item instead of data? On 5/9/13 6:27 PM, "jmcl...@apache.org" wrote: > Updated Branches: > refs/hea

Re: [FalconJX][FlexJS] Container added to FlexJSOverlay

2013-05-10 Thread Peter Ent
I'm going to tackle Panel. Peter Ent Flex SDK Team Adobe Systems, Inc. On 5/10/13 12:52 AM, "Alex Harui" wrote: >Hi, > >I added a Container class and simple Horizontal and Vertical layouts to >the FlexJSOverlay. The StockQuote example has been updated to show how >to use them. Volunteers welc

Re: git commit: [flex-asjs] [refs/heads/develop] - RadioButtons for jQuery. RadioButtons cannot be programmatically added due to a known jQuery bug (documented in the RadioButton.js file).

2013-05-10 Thread Peter Ent
The jQuery JS files do not get injected - you have to do it manually. I will check in my sample today and the instructions are in the main app.mxml file. --peter On 5/9/13 5:04 PM, "Alex Harui" wrote: >Excellent. > >One question though: if you took out jquery.Application, how do the Jquery >JS

RE: [Poll] Apache Flex next version number

2013-05-10 Thread Glenn Williams
Number 1 And well done on all the changes and fixes -Original Message- From: Jeffry Houser [mailto:jef...@dot-com-it.com] Sent: 10 May 2013 14:38 To: dev@flex.apache.org Subject: Re: [Poll] Apache Flex next version number I'm going for Number 1 too. On 5/10/2013 9:29 AM, Cyrill Zadr

Re: [Poll] Apache Flex next version number

2013-05-10 Thread Jeffry Houser
I'm going for Number 1 too. On 5/10/2013 9:29 AM, Cyrill Zadra wrote: Number 1 sounds great. On Fri, May 10, 2013 at 9:15 PM, Nicholas Kwiatkowski wrote: My vote is for #1, as you already guessed from my commits ;) On Thu, May 9, 2013 at 11:46 PM, Justin Mclean wrote: Hi, Assuming we s

Re: [Poll] Apache Flex next version number

2013-05-10 Thread Jonathan Campos
On Thu, May 9, 2013 at 11:10 PM, Alex Harui wrote: > I like 4.10, but has anyone tested that the various versioning code is > converting the 10 to a number so comparisons work? > agreed with 4.10. As long as it doesn't cause issues with version checks. -- Jonathan Campos

Re: Reducing the number of Jira Posts to the Mailinglist?

2013-05-10 Thread Justin Mclean
Hi, Sorry it's late here. > j...@flex.com.au, Where did I get that from? The from address is j...@apache.org. It sent to dev@flex.apache.org. Justin

Re: [Poll] Apache Flex next version number

2013-05-10 Thread Cyrill Zadra
Number 1 sounds great. On Fri, May 10, 2013 at 9:15 PM, Nicholas Kwiatkowski wrote: > My vote is for #1, as you already guessed from my commits ;) > > > On Thu, May 9, 2013 at 11:46 PM, Justin Mclean > wrote: > >> Hi, >> >> Assuming we start working on a new release in the near future what shoul

Re: Reducing the number of Jira Posts to the Mailinglist?

2013-05-10 Thread Justin Mclean
Hi, > or I've lost my mind and it's sent to "dev@flex.apache.org" It's set to dev@flex.apache.org but it's from j...@flex.com.au, filter on the from address. Even web based client emails can do filtering so it's shouldn't be that hard. Thanks, Justin

Re: [Poll] Apache Flex next version number

2013-05-10 Thread Nicholas Kwiatkowski
My vote is for #1, as you already guessed from my commits ;) On Thu, May 9, 2013 at 11:46 PM, Justin Mclean wrote: > Hi, > > Assuming we start working on a new release in the near future what should > the next version number be? > 1. Apache Flex 4.10.0 > 2. Apache Flex 4.9.5 > 3. Apache Flex 4.9

RE: Reducing the number of Jira Posts to the Mailinglist?

2013-05-10 Thread Kessler CTR Mark J
or I've lost my mind and it's sent to "dev@flex.apache.org" however the from is using labels overtop with people's names with the sending email of j...@apache.org and it has a replyto of "dev@flex.apache.org". -Mark -Original Message- From: Kessler CTR Mark J [mailto:mark.kessler@u

Re: [Poll] Apache Flex next version number

2013-05-10 Thread Cosma Colanicchia
Impressive indeed, nice job! 2013/5/10 Justin Mclean > Hi, > > > man, that is one impressive load of work. you guys are like freaking > bug-fixing machines ;-) > > Well actually a good portion of those fixes had already been supplied by > the community or at the very least pointed to the area o

RE: Reducing the number of Jira Posts to the Mailinglist?

2013-05-10 Thread Kessler CTR Mark J
My Jira emails show up from "dev@flex.apache.org". I currently just filter them from their prefix [jira]. -Mark -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Friday, May 10, 2013 8:11 AM To: dev@flex.apache.org Subject: Re: Reducing the number of Jira P

AW: Reducing the number of Jira Posts to the Mailinglist?

2013-05-10 Thread christofer.d...@c-ware.de
Well that would be an option for anyone with an Exchange server ... most others to these filters on client-side and people using these would probably have trouble when accessing the list on a smartphone. I actually turned of email-push notifications on my smartphone because of these emails, beca

Re: Bug triage for release

2013-05-10 Thread Justin Mclean
Hi, > For instance: FLEX-33522 is currently listed as a "Blocker," while > (with respect to the reporter) it concerns an edge case that IMHO > shouldn't hold up the release. It's not a blocker for the whole user base of the SDK IMO which is how we should be treating them. It still needs to be loo

Re: Reducing the number of Jira Posts to the Mailinglist?

2013-05-10 Thread Justin Mclean
Hi, Easy solution is to use an email filter all JIRA emails come from j...@apache.org. I do and I probably generate most of the emails. Thanks, Justin

Re: [Poll] Apache Flex next version number

2013-05-10 Thread Justin Mclean
Hi, > man, that is one impressive load of work. you guys are like freaking > bug-fixing machines ;-) Well actually a good portion of those fixes had already been supplied by the community or at the very least pointed to the area of code where there was an issue -thanks everyone! They just ha

Re: [OT] Set default prefix for a custom MXML namespace in Flash Builder 4.7?

2013-05-10 Thread Carlos Rovira
Hi Cosma, very interesting, I have the same issue with my as3 libraries. My defined library namespace is "r" but FB throws "ns" I couldn't get this to work again since FB4.7 Maybe Alex, Carol or Peter could point what's happening and if something could be done to fixit or is something that only

[OT] Set default prefix for a custom MXML namespace in Flash Builder 4.7?

2013-05-10 Thread Cosma Colanicchia
I have a SWC library declaring a custom namespace, when I use it I'd like to have FB suggest a custom prefix declaration in MXML. Currently, FB is able to provide the default "s", "fx" and "mx" prefixes automatically, any other is declared as "ns", "ns1" and so on. In previous version there was a

Bug triage for release

2013-05-10 Thread Erik de Bruin
Hi, It looks like we might be nearing a release... Maybe now would be a good time to have a look at the open bugs and triage which apply to the "4.10" release and which ones will have to wait? For instance: FLEX-33522 is currently listed as a "Blocker," while (with respect to the reporter) it con

RE: Reducing the number of Jira Posts to the Mailinglist?

2013-05-10 Thread Kessler CTR Mark J
+1 for the separate Jira mailing list. I believe this is where we've lost some Dev subscribers was due to our Jira mail. -Mark -Original Message- From: Erik de Bruin [mailto:e...@ixsoftware.nl] Sent: Friday, May 10, 2013 5:53 AM To: dev@flex.apache.org Subject: Re: Reducing the number

Re: Reducing the number of Jira Posts to the Mailinglist?

2013-05-10 Thread Erik de Bruin
It would be nice to have a 'j...@flex.apache.org' list, with a Reply-To set to 'dev@flex.apache.org', so we don't miss any replies made to the emails instead of in the comments... Interested in talking to INFRA about that? EdB On Fri, May 10, 2013 at 11:15 AM, christofer.d...@c-ware.de < chri

RE: Reducing the number of Jira Posts to the Mailinglist?

2013-05-10 Thread Kessler CTR Mark J
Does the dev-digest emails send updates for Jira too? -Mark -Original Message- From: christofer.d...@c-ware.de [mailto:christofer.d...@c-ware.de] Sent: Friday, May 10, 2013 5:16 AM To: dev@flex.apache.org Subject: Reducing the number of Jira Posts to the Mailinglist? Hi, just wanted

RE: [Poll] Apache Flex next version number

2013-05-10 Thread Kessler CTR Mark J
+1 for 4.10 The release notes look impressive. -Mark -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Thursday, May 09, 2013 11:47 PM To: dev@flex.apache.org Subject: [Poll] Apache Flex next version number Hi, Assuming we start working on a new release

[jira] [Commented] (FLEX-33543) Check that 4.10.0 works as a version number

2013-05-10 Thread Alex Harui (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13653609#comment-13653609 ] Alex Harui commented on FLEX-33543: --- Add a code path that checks the version and maybe c