Re: [Falcon] compiling all framework SWCs

2013-09-13 Thread Erik de Bruin
Hey, you kinda stole my thunder there, by leaking my brilliant solution to the list, before I got a chance to commit it :-) EdB On Fri, Sep 13, 2013 at 12:15 AM, Justin Mclean wrote: > Hi, > >> - fun one: several vars of type uint that are initialised with the value -1 >> ;-) > > Actually the

Re: [Falcon] compiling all framework SWCs

2013-09-13 Thread Justin Mclean
Hi, > - fun one: several vars of type uint that are initialised with the value -1 > ;-) Actually the old compiler does warn about it, and i ends up with a value of 4294967295 Probably safe to replace the -1 with int.MAX_VALUE. Thanks, Justin

Re: [Falcon] compiling all framework SWCs

2013-09-13 Thread Erik de Bruin
Ok, I'll take a look at those issues tonight, close the ones that can be closed, comment on some and resolve some. Let's see what we have left tomorrow ;-) EdB On Thu, Sep 12, 2013 at 5:16 PM, Cyrill Zadra wrote: > Hi Erik > > Some of them are already raised as JIRA [1]. > > regards > Cyrill >

[Falcon] compiling all framework SWCs

2013-09-12 Thread Erik de Bruin
Hi, After playing around with the command line arguments a bit, I was able to compile nearly all framework SWCs using the Falcon compiler! Only 'spark' and 'experimental' don't compile and it looks like that has mostly the same problems as 'spark', so I think we can safely say that we're only the

Re: [Falcon] compiling all framework SWCs

2013-09-12 Thread Cyrill Zadra
Hi Erik Some of them are already raised as JIRA [1]. regards Cyrill [1] https://issues.apache.org/jira/issues/?jql=project%20%3D%20FLEX%20AND%20component%20%3D%20Falcon%20AND%20status%20%3D%20Open%20ORDER%20BY%20priority%20DESC On Thu, Sep 12, 2013 at 5:06 PM, Erik de Bruin wrote: > Hi, > >