Hi,
As you’ve raised it on legal discuss I wait until the discussion has finished
there before making any changes.
Thanks,
Justin
On 9/20/16, 10:58 PM, "Greg Dove" wrote:
>I am going to avoid setting too many expectations about timing for this
>stuff in the future :)
>
>I'm still working on this, just in case you wondered, but have had to
>balance my time out with income-related work.
Honestly, Apache is such that I don'
Is it possible to run PMD for Apache Flex?
Maven Adobe FlexPMD now unavailable in repository.
Christofer Dutz had idea to use standard PMD plugin to run analyses for
Flex.
Was this idea realized?
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexPMD-m
Hi Victor,
I had the idea, but that's about the state of it. I needed to have PMD extended
first, but that has happened quite some time ago. I think I even started
porting PMD to use the Falcon compiler for building the AST, but it would have
meant re-writing all existing rules to the new AST
Hi,
You might have noticed a big number of tiny commits to a file called
"Jenkinsfile" in the flex-compiler repo. This is a config File for the Jenkins
Pipeline Plugin, which is available since the ASF recently updated their
Jenkins version to a newer version.
This file contains a groovy bas
On 9/20/16, 11:32 PM, "Justin Mclean" wrote:
>Hi,
>
>> I will ask on legal discuss whether he was addressing this particular
>> scenario or any third-party with documentation issues.
>
>OK.
>
>> Maybe I wasn't clear, but my thought was that if you subset a license,
>>you
>> should copy the rele
About comments option, of course it is more work, but just saying, IMHO it
will give very easy way for community to add code use examples, snippets
related to topic, report error in docs, suggest docs improvement, ask
question.. etc
Hm maybe something like PHP has "User Contributed Notes".
--
V
this work good with flexj0.7
public function setProgramConstantsFromVectorGL(name:String,
data:Vector., numRegisters:int = -1):void
{
gl.uniform4fv(getUniformLocation(name), data);
}
从类型 Vector. 的值到不相关类型 Object 之间的隐式强制转换。