Thanks Harbs, Alex So yes, that worked, rebuilding the typedefs pulled down the updated stuff from royale-extras.. And I've also updated and re-compiled the compiler with Alex's changes just for good measure..
cheers Andrew -----Original Message----- From: Alex Harui <[email protected]> Sent: 26 February 2020 19:38 To: [email protected] Subject: [EXTERNAL] Re: Array sort with numeric argument On 2/26/20, 11:33 AM, "Harbs" <[email protected]> wrote: Do you need me to revert? No, your change is "ok". It might have been better to go with ... args, but it doesn't really matter now, I think I've updated the compiler to handle the 3 main cases. -Alex > On Feb 26, 2020, at 9:04 PM, Alex Harui <[email protected]> wrote: > > Looks like that change is causing compiler tests to fail, so I am going to try to fix up FunctionCallEmitter now. > > -Alex > > On 2/26/20, 9:41 AM, "Alex Harui" <[email protected] <mailto:[email protected]>> wrote: > > Hi Andrew, > > Harbs updated the file on royale-extras. So you should now be able to build royale-typedefs (use "mvn clean" or "ant wipe" first to clear out the old version), then build royale-asjs and the compiler should no longer complain about the args. Then updated FunctionCallEmitter if needed to get the right output. > > HTH, > -Alex >
