|
@@ -8,8 +8,10 @@
|
|
|
|
|
|
all : fixed EnumValue handling in constant propagation with analyzer enabled (#8959)
|
|
all : fixed EnumValue handling in constant propagation with analyzer enabled (#8959)
|
|
all : fixed compiler crash upon Void items in array declarations (#8972)
|
|
all : fixed compiler crash upon Void items in array declarations (#8972)
|
|
|
|
+ all : fixed `Std.parseInt()` for hexadecimals with leading whitespaces (#8978)
|
|
java/cs : fixed `Reflect.callMethod(o, method, args)` for `args` not containing optional arguments (#8975)
|
|
java/cs : fixed `Reflect.callMethod(o, method, args)` for `args` not containing optional arguments (#8975)
|
|
cs : fixed Json.stringify for @:struct-annotated classes (#8979)
|
|
cs : fixed Json.stringify for @:struct-annotated classes (#8979)
|
|
|
|
+ cs : fixed bitwise shifts for `cs.types.Int64` (#8978)
|
|
python : fixed invalid generation of some inlined code blocks (#8971)
|
|
python : fixed invalid generation of some inlined code blocks (#8971)
|
|
|
|
|
|
|
|
|