Re: Current FlexJS license/notice issues

2016-09-21 Thread Justin Mclean
Hi, As you’ve raised it on legal discuss I wait until the discussion has finished there before making any changes. Thanks, Justin

Re: [FlexJS][Falcon-JX] Reflection related question

2016-09-21 Thread Alex Harui
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'

FlexPMD maven plugin

2016-09-21 Thread Victor Turansky
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

AW: FlexPMD maven plugin

2016-09-21 Thread Christofer Dutz
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

[FlexJS] Added support for Jenkins Pipeline plugin

2016-09-21 Thread Christofer Dutz
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

Re: Current FlexJS license/notice issues

2016-09-21 Thread Alex Harui
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

Re: AW: AW: [FlexJS] Starting with the Docs

2016-09-21 Thread Nemi
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

flexjs0.8 vector and object,bug

2016-09-21 Thread lizhi
this work good with flexj0.7 public function setProgramConstantsFromVectorGL(name:String, data:Vector., numRegisters:int = -1):void { gl.uniform4fv(getUniformLocation(name), data); } 从类型 Vector. 的值到不相关类型 Object 之间的隐式强制转换。