Re: [compc] error # 5? 6? 7? ;-)

2017-03-08 Thread Alex Harui
OK, pushed a fix for this. IMO, it was a too-sensitive check in Falcon. It is allowed in SWF. -Alex On 3/8/17, 3:18 PM, "Harbs" wrote: >FWIW, I’m using FDT, and it does not report an error with the interfaces. >(It’s only reported when I actually compile it.) I don’t know if that’s >an indicat

Re: [FlaconJX] problems with class references

2017-03-08 Thread Alex Harui
I can't seem to reproduce this in a small test. In theory, the only code that outputs "new QName" would be in response to a namespace token like mx_internal::someProperty. I see in original TLF code the call has "tlf_internal::description", but in your example, it is just "description". Can you d

Re: Just need to vent...

2017-03-08 Thread Alex Harui
On 3/8/17, 5:05 PM, "Harbs" wrote: >The only other option is to just drop TLF and that’s way more work (I >think). > >As it is, it cannot be compiled by the Google Compiler. > >There’s lots of superclass dependencies on subclasses. > >The good news is that I’m making it a lot more reliant on in

Re: [FlaconJX] problems with class references

2017-03-08 Thread Alex Harui
It appears there is more to it. The class that owns memberType also has a tlf_internal::description field which is confusing the fetching of memberType.description. Are you going to be leveraging tlf_internal namespaces in the port? That hasn't been fully debugged and will not generated small co

Re: Just need to vent...

2017-03-08 Thread Harbs
The only other option is to just drop TLF and that’s way more work (I think). As it is, it cannot be compiled by the Google Compiler. There’s lots of superclass dependencies on subclasses. The good news is that I’m making it a lot more reliant on interfaces which is probably a good thing. > On

[4.16.0] # Apache Flex SDK 4.16.0 nightly build 253: Successful

2017-03-08 Thread flex . ci . builds
flex-sdk_release-candidate - Build #253 - Successful Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/253/.

Re: Just need to vent...

2017-03-08 Thread Alex Harui
On 3/8/17, 3:53 PM, "Harbs" wrote: >Wow! > >TLF is seriously spaghetti code. I have been working on removing circular >dependencies for about 16 hours straight. There are more A -> B -> A >dependencies than I can count. > >What a pain! I hear you. I don't know if I would call it spaghetti, bu

Just need to vent...

2017-03-08 Thread Harbs
Wow! TLF is seriously spaghetti code. I have been working on removing circular dependencies for about 16 hours straight. There are more A -> B -> A dependencies than I can count. What a pain! (Now back to our regular programming…) ;-) Harbs

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 777 - Still Failing

2017-03-08 Thread Alex Harui
On 3/8/17, 1:47 AM, "yishayw" wrote: >I made the fix suggested here [1] but am now getting license errors on pbj >files [2]. I think the answer is to add the pbj files to the for the org.apache.rat plugin in the top-level pom.xml HTH, -Alex

Re: [FlexJS, MDL] Ability to create dynamic components

2017-03-08 Thread Alex Harui
On 3/8/17, 10:55 AM, "piotrz" wrote: >Hi Guys, >I think we can add this ability to components as default and get rid of >"isDynamic" property. Haven't thought about it too much, but sounds good to me. -Alex

[FlexJS][Maven] New Upstream Dependency (was Re: git commit: [flex-asjs] [refs/heads/develop] - Added Shader files (with compiler argument)

2017-03-08 Thread Alex Harui
Changing subject to get Christofer's attention. I'm thinking that we should simply submit the pixel bender release zips to Maven Central. I don't know if the Mavenizer can help, or if there is some other solution. For those who haven't been following, the goal is to use .pbj files found in these

Re: [FlaconJX] problems with class references

2017-03-08 Thread Alex Harui
On 3/8/17, 2:48 AM, "Harbs" wrote: >Please look at this paste: >https://paste.apache.org/JfGh > >Changing the type of memberType to “*” resolves this issue for me, but >the question is whether this is a bug which should be fixed, or a >limitation that requires a

Re: [compc] error # 5? 6? 7? ;-)

2017-03-08 Thread Harbs
FWIW, I’m using FDT, and it does not report an error with the interfaces. (It’s only reported when I actually compile it.) I don’t know if that’s an indication that it’s okay with Flash, but I’d guess that yes. > On Mar 9, 2017, at 1:10 AM, Alex Harui wrote: > > > > On 3/8/17, 11:29 AM, "Har

Re: [compc] error # 5? 6? 7? ;-)

2017-03-08 Thread Alex Harui
On 3/8/17, 11:29 AM, "Harbs" wrote: >In my quest to remove circular dependencies, I’ve created a whole slew of >interfaces and I’ve come across an interesting problem: > >This works correctly when dealing with concrete classes. For some reason >when done with interfaces, I get the error above.

[compc] error # 5? 6? 7? ;-)

2017-03-08 Thread Harbs
In my quest to remove circular dependencies, I’ve created a whole slew of interfaces and I’ve come across an interesting problem: [compc] /Users/harbs/Documents/git/PrintUI/printui-flexjs/text_engine/frameworks/tlf/src/org/apache/flex/textLayout/elements/ISpanElement.as(8): col: 3 Error: Can

[FlexJS, MDL] Ability to create dynamic components

2017-03-08 Thread piotrz
Hi Guys, I've decided write summary of my latest finding in separate thread. Scenario reported by Santanau in the other thread where there are cases when you have to give ability to dynamic creation for components even in MXML pushed me to dig farther inside MDL library. Initially I proposed a

Re: git commit: [flex-asjs] [refs/heads/develop] - Added Shader files (with compiler argument)

2017-03-08 Thread yishayw
Fixed the Ant script and removed the pbj files. Waiting for advice on Maven (where Jenkins is failing). -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Re-git-commit-flex-asjs-refs-heads-develop-Added-Shader-files-with-compiler-argument-tp60217p60254.html S

Re: git commit: [flex-asjs] [refs/heads/develop] - Added Shader files (with compiler argument)

2017-03-08 Thread yishayw
This [1] seems to be the relevant thread. I'm trying to make this work for FlexJS, but from what I understand this'll only help Ant builds. What's the Maven equivalent? [1] http://apache-flex-development.247.n4.nabble.com/DISCUSS-Discuss-Release-Apache-Flex-PixelBender-Package-1-0-RC2-td33428i

[FlaconJX] problems with class references

2017-03-08 Thread Harbs
Please look at this paste: https://paste.apache.org/JfGh memberType is a reference to a class. description is a static getter on the class which returns an object with keys and getter names. What equalsAllHelper() does is loop through the getters in both objects a

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 777 - Still Failing

2017-03-08 Thread yishayw
I made the fix suggested here [1] but am now getting license errors on pbj files [2]. [1] http://apache-flex-development.247.n4.nabble.com/FlexJS-Embed-Workaround-td60136.html [2] http://apache-flex-development.247.n4.nabble.com/Re-git-commit-flex-asjs-refs-heads-develop-Added-Shader-files

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 777 - Still Failing

2017-03-08 Thread yishayw
That's me. I'll update. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Re-MAVEN-BUILD-FlexJS-Framework-maven-Build-777-Still-Failing-tp60248p60250.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Working to fix a compiler bug - problem with the Problems

2017-03-08 Thread Greg Dove
Thanks Alex, much appreciated On Wed, Mar 8, 2017 at 7:24 PM, Alex Harui wrote: > OK. I'll take care of it. > > On 3/7/17, 10:11 PM, "Greg Dove" wrote: > > >Yes, I think they are errors with the tests. > > > >iirc it was > > > > > > > > > > > >or something like that. So I think the new code i

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 777 - Still Failing

2017-03-08 Thread Piotr Zarzycki
Hi Guys, Graphics is failing. Something is missing? Thanks, Piotr On Wed, Mar 8, 2017, 09:11 Apache Jenkins Server wrote: > The Apache Jenkins build system has built FlexJS Framework (maven) (build > #777) > > Status: Still Failing > > Check console output at > https://builds.apache.org/job/Fl

Re: [FalconJX] yet another one

2017-03-08 Thread Harbs
Thanks! It appears to work. Now the only problems I’m (currently) seeing are that requires are being specified before provides. > On Mar 8, 2017, at 9:06 AM, Alex Harui wrote: > > I pushed changes that should fix this. > > On 3/7/17, 2:08 PM, "Harbs" > wrote: >