Re: AW: AW: AW: AW: [FALCONJX]Compiling Falcon with externs problems

2016-02-24 Thread Alex Harui
On 2/24/16, 12:08 AM, "Christofer Dutz" wrote: >Hi Alex, > >that sounds as if you are using assertions in a way that contradictory to >what they are intended to be used. It isn't me. I did not write this code or review it. Before Flex moved to Apache, I had made maybe a half-dozen changes to

AW: AW: AW: AW: [FALCONJX]Compiling Falcon with externs problems

2016-02-24 Thread Christofer Dutz
reff: AW: AW: AW: AW: [FALCONJX]Compiling Falcon with externs problems Hi Alex, that sounds as if you are using assertions in a way that contradictory to what they are intended to be used. Assertions are meant to be hard checks to the contract of a method. Assumptions the code needs to operate correctl

AW: AW: AW: AW: [FALCONJX]Compiling Falcon with externs problems

2016-02-24 Thread Christofer Dutz
Hi Alex, that sounds as if you are using assertions in a way that contradictory to what they are intended to be used. Assertions are meant to be hard checks to the contract of a method. Assumptions the code needs to operate correctly. Usually you could do the same with if-statements, but in con

AW: AW: AW: AW: [FALCONJX]Compiling Falcon with externs problems

2016-02-23 Thread Christofer Dutz
As i have never ever seen eclipse automatically run unit tests in a Maven project, I think I can confirm that. Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Alex Harui Datum: 24.02.2016 02:11 (GMT+01:00) An: dev@flex.apache.org Betreff:

AW: AW: AW: AW: [FALCONJX]Compiling Falcon with externs problems

2016-02-20 Thread Christofer Dutz
Well the one is needed at compile & runtime, the rest are code that is only needed at build time. You should never bundle build code with your product. In the Maven world "yet another artifact" usually doesn't matter, cause the tool takes care of managing this. Chris __