[Deprecated] Aviator 5.0.0 releases
killme2008
released this
26 Apr 13:35
·
369 commits
to master
since this release
Deprecated, please use 5.2.6 and above versions.
I am happy to announce that AviatorScript 5.0.0 is released. Main changes since 5.0.0-RC2:
- Adds main class
com.googlecode.aviator.Main
to execute aviator scripts. - Adds bootstrap shell script aviator to wrap the main class and download/upgrade logics. See doc how to use it.
count(nil)
returns 0 instead of throwing an exception.AviatorFunction
extends javaRunnable
andCallable
interface, now you can pass a aviator function toThread
constructor:
let t = new Thread(lambda() -> p('run'); end);
start(t);
- Fixed some bugs:
try
statement can't only be withfinally
withoutcatch
statements.- NPE in parser.