Renaming the thread to match the earlier fork. On 10/5/15, 10:34 PM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:
>Well ... as you asked the question ... ;-) > >A real test should be independent of the implementation it tests. So if >in both cases (mxml and falcon) the same testsuite should be used. Only >this way they actually test if the compiler tests the same thing. >So in this case, I think the solution would be to take the testsuite out >of both and merge them together in one testsuite ... the you can build >"flex-sdk" and "falcon" and then run the testsuite against the compiler >you like. Are you thinking a different repo for the tests, or just not having “ant all” run the tests? > >Actually everywhere you have cycles, you can usually resolve them by >"merging the entire cicle into one" or by "splitting up the cycle" ... I >would strongly suggest splitting up, as you should only use merging if >you are unable to split it up cause the code is so mixed up, that it >won't split (Actually have come across this several times in multiple >projects) ;-) Splitting sound better to me as well. Are you envisioning more than just choosing which ant targets to run in the right order? Is this going to end up being roughly what Justin suggested as well? No objections from me if someone wants to take a shot at it. Does the release need to wait for this? I hope not. -Alex