4.1.4
RealyUniqueName
released this
11 Sep 12:25
·
27 commits
to 4.1_bugfix
since this release
2020-09-11 4.1.4
General improvements:
- all : allowed
Any
as type parameter incatch(e:SomeType<Any>)
(#9641) - all : improved compilation speed for
try..catch
expressions (#9848)
Bugfixes:
- all : fixed
switch
typing error for arrow functions withVoid
return type (#9813) - all : fixed typing of arrow functions with empty blocks as bodies (#9843)
- macro : fixed
haxe.macro.Context.getResources()
(#9838) - php : fixed false detection of
catch
vars in anonymous functions as captured from outer scope - php : fixed return type of extern definition for
fseek
function - cs,java : fixed generation of
@:generic
classes with anonymous functions (#9799) - jvm : fixed sending/reading messages with
sys.thread.Threads
for threads created outside of Haxe (#9863) - jvm : fixed multiplication of
Null<Float>
andInt
(#9870) - flash : fixed loading swc libraries containing
Vector
without a type parameter (#9805) - hl : fixed messages being send to wrong threads with
sendMessage
/readMessage
insys.thread.Thread
(#9875) - cpp : fixed
cpp.Lib.stringReference()
(#8457)