vector error

2015-11-02 Thread lizhi
as3 var arr:Vector.=Vector.([1,1,1]); error -- View this message in context: http://apache-flex-development.247.n4.nabble.com/vector-error-tp49772.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: vector error

2015-11-02 Thread Harbs
Did you try var arr:Vector.=new Vector.([1,1,1]); On Nov 2, 2015, at 10:16 AM, lizhi wrote: > as3 > > var arr:Vector.=Vector.([1,1,1]); > > error > > > > -- > View this message in context: > http://apache-flex-development.247.n4.nabble.com/vector-error-tp49772.html > Sent from the Apach

[FLEXJS] TextLayout (was Re: Debugging (was [DISCUSS] Release Apache FlexJS 0.5.0))

2015-11-02 Thread Alex Harui
Renaming the thread to see if we can get more opinions.. There is some evidence that “hot” JS code runs better than “hot” AS code. So one consideration is the coding patterns themselves. That’s why FlexJS prefers composition over subclassing, so shared code lives in one place so it can get “hotte

Re: vector error

2015-11-02 Thread Alex Harui
What was the error? We have a similar test in our test suite and it is passing. -Alex On 11/2/15, 12:16 AM, "lizhi" wrote: >as3 > >var arr:Vector.=Vector.([1,1,1]); > >error > > > >-- >View this message in context: >http://apache-flex-development.247.n4.nabble.com/vector-error-tp49772. >ht

Re: [DISCUSS] Release Apache FlexJS 0.5.0

2015-11-02 Thread Alex Harui
On 10/30/15, 3:19 PM, "Justin Mclean" wrote: >Hi, > >> Hmm, I was hoping more PMC folks would respond. Remember that, >>according >> to the release process, the PMC folks planning to vote are supposed to >>be >> running tests now. In theory, the only new test to be run after we >>start >> the

issue FLEX-28848

2015-11-02 Thread Georgios Galyfianakis
English bellow.. Madame, Monsieur, Concernant le problème 'FLEX-28848', j'ai joint un patch, créé avec SourceTree, et également une image pour mieux comprendre. Comme c'est mon prem

[DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC1

2015-11-02 Thread Alex Harui
This is the discussion thread. Thanks, Alex Harui

[VOTE] Release Apache Flex FalconJX 0.5.0 RC1

2015-11-02 Thread Alex Harui
Hi, This is vote for the 0.5.0 release of the FalconJX (and Falcon) compilers. There is no separate Falcon-only release package at this time. The only purpose of the FalconJX packages are to serve as upstream packages for the FlexJS release. The release candidate can be found here; https://dist

[VOTE] Release Apache FlexJS 0.5.0 RC1

2015-11-02 Thread Alex Harui
Hi, This is vote for the 0.5.0 release of Apache FlexJS. The release candidate can be found here; https://dist.apache.org/repos/dist/dev/flex/flexjs/0.5.0/rc1/ Before voting please review the section,'What are the ASF requirements on approving a release?', at: http://www.apache.org/dev/release.h

[DISCUSS] Discuss Release Apache FlexJS 0.5.0 RC1

2015-11-02 Thread Alex Harui
This is the discussion thread. Thanks, Alex Harui

Re: vector error

2015-11-02 Thread lizhi
in as3. new Vector.<*>([1,1,1]); not the same Vector.<*>([1,1,1]); pls try -- View this message in context: http://apache-flex-development.247.n4.nabble.com/vector-error-tp49772p49783.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: vector error

2015-11-02 Thread Alex Harui
What output are you getting and what error occurs? -Alex On 11/2/15, 10:39 PM, "lizhi" wrote: >in as3. >new Vector.<*>([1,1,1]); >not the same Vector.<*>([1,1,1]); > >pls try > > > >-- >View this message in context: >http://apache-flex-development.247.n4.nabble.com/vector-error-tp49772p >49

Re: vector error

2015-11-02 Thread lizhi
var arr:Vector.=Vector.([1,1,1]); just try this line -- Original -- From: "Alex Harui [via Apache Flex Development]"; Date: 2015年11月3日(星期二) 凌晨0:45 To: "lizhi"; Subject: Re: vector error What was the error? We have a similar test in our test suite and it i