Re: Looks like the Github mirrors are back for flex-sdk

2013-05-12 Thread Justin Mclean
hi, Also how do we close this pull request? https://github.com/apache/flex-sdk/pull/1/commits (It's no longer an issue). Thanks, Justin

Re: git commit: [flex-sdk] - FLEX-17210 Added check to see if locale exists when changing localeChain

2013-05-12 Thread Justin Mclean
Hi, > The tests only compile in fr_FR, then set en_US in the locale chain before > loading a resource module containing US resources. Sounds like the test is incorrect to me IMO you shouldn't be able to switch to a resource bundle that doesn't exist. ie the en_US locale should only be set after

Looks like the Github mirrors are back for flex-sdk

2013-05-12 Thread Justin Mclean
Hi, You need to look at develop branch of course. Anyone what to deal with this pull request? https://github.com/apache/flex-tlf/pull/1/files Is there any way to get pull request like the above one to be mailed to the list (and possibly ignored) rather than sit in github and be ignored? :-) Ju

Re: git commit: [flex-sdk] - FLEX-17210 Added check to see if locale exists when changing localeChain

2013-05-12 Thread Alex Harui
Justin, This change is causing Mustella tests to fail for me in tests/RuntimeLocalization/RTL_SparkSkins/Modules. Did these tests pass for you? The tests only compile in fr_FR, then set en_US in the locale chain before loading a resource module containing US resources. I tried setting the local

[jira] [Resolved] (FLEX-24451) spark radiobuttongroup does not support setting the selectedValue to null

2013-05-12 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-24451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-24451. -- Resolution: Cannot Reproduce Fixed in previous version of the SDK. > spark rad

[jira] [Updated] (FLEX-22607) Spark CheckBox looks terrible when giving it focus via tab (focus rect ahoy!)

2013-05-12 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-22607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-22607: - Labels: easyfix easytest (was: easyfix) > Spark CheckBox looks terrible when giving it focus

[jira] [Updated] (FLEX-22607) Spark CheckBox looks terrible when giving it focus via tab (focus rect ahoy!)

2013-05-12 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-22607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-22607: - Labels: easyfix (was: ) > Spark CheckBox looks terrible when giving it focus via tab (focus

[jira] [Updated] (FLEX-14413) TabNavigator selectedIndex has no effect

2013-05-12 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-14413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-14413: - Labels: easytest (was: ) > TabNavigator selectedIndex has no effect > --

[jira] [Updated] (FLEX-14976) TabNavigator selectedIndex Selects the correct Child, but not the correct Tab

2013-05-12 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-14976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-14976: - Labels: easytest (was: ) > TabNavigator selectedIndex Selects the correct Child, but not the

[jira] [Updated] (FLEX-14913) Dynamic tabs in TabNavigator getTabAt(i) throws RangeError: Error #2006

2013-05-12 Thread Justin Mclean (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-14913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean updated FLEX-14913: - Labels: easytest (was: ) > Dynamic tabs in TabNavigator getTabAt(i) throws RangeError: Error

Re: Git repo error

2013-05-12 Thread Justin Mclean
Hi, > I've pinged them and yes it's an issue with gitpubsub. And looks like it's been fixed. Thanks, Justin

Re: Git repo error

2013-05-12 Thread Justin Mclean
Hi, > Infra might be messing with the post commit github mirror sync hook. Lets > give it a few hours to see if goes away. I've pinged them and yes it's an issue with gitpubsub. Thanks, Justin

Re: Git repo error

2013-05-12 Thread OmPrakash Muppirala
Infra might be messing with the post commit github mirror sync hook. Lets give it a few hours to see if goes away. If not I will ping them about this. Thanks, Om On May 12, 2013 6:14 PM, "Nicholas Kwiatkowski" wrote: > Same error, but it seems that the pushes are going through. I was able to

Re: Git repo error

2013-05-12 Thread Nicholas Kwiatkowski
Same error, but it seems that the pushes are going through. I was able to see Fred's change to SVN-TEST On Sun, May 12, 2013 at 9:05 PM, Frédéric THOMAS wrote: > I found the same problem. > > > -Fred > > -Message d'origine- From: Justin Mclean > Sent: Monday, May 13, 2013 2:51 AM > > To

Re: Git repo error

2013-05-12 Thread Frédéric THOMAS
I found the same problem. -Fred -Message d'origine- From: Justin Mclean Sent: Monday, May 13, 2013 2:51 AM To: dev@flex.apache.org Subject: Re: Git repo error Hi, OK after this: git remote prune origin git gc --prune=now git remote set-head -a I still get the same error. Can someo

Re: Git repo error

2013-05-12 Thread Justin Mclean
Hi, OK after this: > git remote prune origin > git gc --prune=now > git remote set-head -a I still get the same error. Can someone else please try a push to flex-sdk develop and see if they also get the error. Here's the full output: Pushing to https://git-wip-us.apache.org/repos/asf/flex-sdk.g

Re: Git repo error

2013-05-12 Thread Frédéric THOMAS
git remote set-head origin -a -Message d'origine- From: Justin Mclean Sent: Monday, May 13, 2013 2:36 AM To: dev@flex.apache.org Subject: Re: Git repo error HI, git remote set-head -a Gave me: git remote set-head -a usage: git remote set-head (-a | -d | ) -a, --auto

Re: Git repo error

2013-05-12 Thread Justin Mclean
HI, > git remote set-head -a Gave me: git remote set-head -a usage: git remote set-head (-a | -d | ) -a, --autoset refs/remotes//HEAD according to remote -d, --delete delete refs/remotes//HEAD I assume I need master or develop in there? Justin

Re: Git repo error

2013-05-12 Thread Frédéric THOMAS
No, it's all local, see https://www.kernel.org/pub/software/scm/git/docs/git-remote.html Actually, the goal is to clean your repo/config -Fred -Message d'origine- From: Justin Mclean Sent: Monday, May 13, 2013 1:59 AM To: dev@flex.apache.org Subject: Re: Git repo error Hi, Do any of

Re: Git repo error

2013-05-12 Thread Justin Mclean
Hi, Do any of those commands effect the remote repo? The set-hed and rm origin sound a bit risky to me. Thanks, Justin

Re: Git repo error

2013-05-12 Thread Frédéric THOMAS
Did you try to resync your repo ? it's what I would try if something like that happens : git remote prune origin git gc --prune=now git remote set-head -a if it doesn't work, I would try to remove all tracked branches: git checkout master git remote rm origin and re-add them with git add -Fre

Re: Git repo error

2013-05-12 Thread Justin Mclean
HI, Still getting this error when pushing to the flex sdk repo but it still seems to push the changes. From what I've managed to google it could be due to issues in post commit hooks (do we have any?) or a corrupt remote repo - neither sounds like a good situation to be in. Justin

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

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

Re: [DISCUSS] Github based Whiteboard proposal

2013-05-12 Thread Frédéric THOMAS
It looks good :-) Thanks, -Fred -Message d'origine- From: OmPrakash Muppirala Sent: Sunday, May 12, 2013 7:23 PM To: dev@flex.apache.org Subject: Re: [DISCUSS] Github based Whiteboard proposal On Sun, May 12, 2013 at 7:54 AM, Frédéric THOMAS wrote: Om, It seems to work, the commi

Re: [DISCUSS] Github based Whiteboard proposal

2013-05-12 Thread OmPrakash Muppirala
On Sun, May 12, 2013 at 7:54 AM, Frédéric THOMAS wrote: > Om, > > It seems to work, the commit message shows up as expected in the commit > list, to continue the test, do you like to try acting as a contributor > modifying the readme and creating a pull request ? > > > -Fred > > I just forked the

Re: [DISCUSS] Github based Whiteboard proposal

2013-05-12 Thread Frédéric THOMAS
Om, It seems to work, the commit message shows up as expected in the commit list, to continue the test, do you like to try acting as a contributor modifying the readme and creating a pull request ? -Fred -Message d'origine- From: OmPrakash Muppirala Sent: Friday, May 10, 2013 8:14

Re: Git repo error

2013-05-12 Thread Nicholas Kwiatkowski
That's an error I'd expect from a modem -- particularly one that lost it's ability to hear itself on the line for echo control... On Sun, May 12, 2013 at 7:57 AM, Justin Mclean wrote: > Hi, > > I'm getting this when trying to push. > fatal: The remote end hung up unexpectedly > error: error in s

Git repo error

2013-05-12 Thread Justin Mclean
Hi, I'm getting this when trying to push. fatal: The remote end hung up unexpectedly error: error in sideband demultiplexer Anyone have any idea what the issue is here? Thanks, Justin

[OT] COLT by code orchestration

2013-05-12 Thread Justin Mclean
Hi, Came across this and it sounds interesting. Anyone had a play with this? or know if it works with Apache Flex? http://blog.codeorchestra.com Thanks, Justin