4.0.5
·
11 commits
to 4.0_bugfix
since this release
2019-12-17: 4.0.5
Bugfixes:
- java : fix boolean arguments for
Type.createInstance(cls, args)
(#9025) - jvm : fix static overloads (#9034)
- java/cs : fixed
Reflect.makeVarArgs(fn)
for calls offn
without arguments (#9037) - js : fix multiple appearances of the first object added to
ObjectMap
is passed toObjectMap.set(obj, v)
multiple times (#9026) - js : automatically wrap compound expressions with parentheses when passed to
js.Syntax.code()
(#9024) - windows : fix adding neko to PATH env var when running windows installer (#9021)