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.
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
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
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
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
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
This is the discussion thread.
Thanks,
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
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
This is the discussion thread.
Thanks,
Alex Harui
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.
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
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
13 matches
Mail list logo