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
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
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
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
[
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
[
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
[
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
[
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
> --
[
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
[
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
Hi,
> I've pinged them and yes it's an issue with gitpubsub.
And looks like it's been fixed.
Thanks,
Justin
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
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
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
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
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
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
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
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
Hi,
Do any of those commands effect the remote repo? The set-hed and rm origin
sound a bit risky to me.
Thanks,
Justin
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
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
[
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
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
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
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
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
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
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
29 matches
Mail list logo