Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Haxe

A high level, static typed programming language that complies to 10+ source and binary targets.
Collective - Host: opensource - https://opencollective.com/haxe - Code: https://github.com/HaxeFoundation/haxe

changelog for 4.2

github.com/HaxeFoundation/haxe - 3633c7acd2c1484d1dd0d26f1b3da90fb935f004 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
handle_abstract_casts: use arg types of the final function type for multitype abstracts, but resort to original arg types for unresolved monomorphs (#100098)

github.com/HaxeFoundation/haxe - 36bde7ea9b2f9b70cf23371e5bac3591f0a69817 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[php] update deprecation message for php.Web

github.com/HaxeFoundation/haxe - 5ada72b430af48de54ac39d0b0f0a9c5e03d09f6 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
check arg types against original call args instead of an underlying type upon handling multitype abstract casts (#10098)

github.com/HaxeFoundation/haxe - 126d7807d7c945fbcb465eb9944877bad538fa01 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
find_file: check if path is absolute before scanning a dir (#10001)

github.com/HaxeFoundation/haxe - cd73cf4d0a95fc3fc4eef673e6def52c30d04125 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
find_file: try the requested file path itself as the last resort (fixes #10001)

github.com/HaxeFoundation/haxe - 010309411bb3371bf8e4baf474aea974337fdd72 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
update test

github.com/HaxeFoundation/haxe - 935469fe6cb23cc7734c83ae1ab1a4d08e75dfb2 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
disable deprecation checks for "is" identifiers (#2976)

github.com/HaxeFoundation/haxe - a3aef08400279418525786093f11296980e15aac authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
Revert "added js.lib.Object.isSame; deprecated js.lib.Object.is (#2976)"

This reverts commit 3ba716717c3839243cc816c6cdc7fb44f6fd830f.

github.com/HaxeFoundation/haxe - d3ad7445ff48762cfaf9cfa6e67bd0264782e065 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
Maybe cast arg types for calls on multitype abstracts (fixes #10098)

github.com/HaxeFoundation/haxe - 0da5cca9b9aebc4abaf580d0f1ea68a30dc6509b authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
Fix cpp.Int64 <-> haxe.Int64 roundtrip (#10101)

* [cpp] support cpp.Int64 -> haxe.Int64 round-trip. Closes #10100

* [test] add regression tes...

github.com/HaxeFoundation/haxe - dc1fbacbb26f0106c7b10e1d885ca54b68298167 authored almost 4 years ago by George Corney <[email protected]>
[tests] link to specific commit of utest to fix hxcpp unit tests (#10102)

github.com/HaxeFoundation/haxe - f0b138d3791ed573f6396e187f9772cf9d4a883a authored almost 4 years ago by George Corney <[email protected]>
[php] fixed EReg.split when called with malformed utf8 input (#10056)

* [php] fixed ERreg.split when called with malformed utf8 input

* updated testcase to use get...

github.com/HaxeFoundation/haxe - aca1d209dcbd56560c4d2769e2fa8b3d491418f9 authored almost 4 years ago by AlexHaxe <[email protected]>
Cs udpsocket (#8498)

* Fixed error when specified 0.0.0.0

* Allow subclass disable abstract constructor behavior
...

github.com/HaxeFoundation/haxe - ca08c98c07658a0a37bd087ed417347eef274269 authored almost 4 years ago by shintiger <[email protected]>
restored detection of initialized enum abstract fields

(fixes #9918)

github.com/HaxeFoundation/haxe - 17b609d4e468a80b49da9a62d621949c7e0db38c authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[cs] Implement cs.Syntax.code() (#10051)

* Implement cs.Syntax.code()

* Use haxe.Rest instead of haxe.extern.Rest

* Fix Syntax.code...

github.com/HaxeFoundation/haxe - cd359a2f0473298874710c0304f41c13e8eb6251 authored almost 4 years ago by Rudy Ges <[email protected]>
Add test for #9946 (#10044)

* Add test for #9946

* Actually check attribute from haxe

* Remove untyped

* Fix test

github.com/HaxeFoundation/haxe - 74cda8fbda95ed51070c1a9628c90f53492e002c authored almost 4 years ago by Rudy Ges <[email protected]>
fixed operator oveloading for assign ops (closes #10052)

github.com/HaxeFoundation/haxe - 116b39334e5662d0169963e09a00bbce43aead50 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[eval,hl] Fix wrong variable scope in closure (#10084)

* [eval,hl] Fix wrong variable scope in closure

Fixes #10083

* Stop lying

* Add test fo...

github.com/HaxeFoundation/haxe - 8c0d30bdbf076169d05f0365637076975839ef24 authored almost 4 years ago by Rudy Ges <[email protected]>
pin camlp5 to 8.0-alpha05 for now

github.com/HaxeFoundation/haxe - d3c4198481afc4e566325310f2712f2d0d6b741f authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
Revert "[ci] use master branch of luv for windows"

This reverts commit c7f8716e323631dcea16275ff8a83d0d67dae227.

github.com/HaxeFoundation/haxe - 0d4d7e0d5a553bbcef8f1df8fdf2f608db04e1e0 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[ci] use master branch of luv for windows

github.com/HaxeFoundation/haxe - c7f8716e323631dcea16275ff8a83d0d67dae227 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
fixed test #9854

github.com/HaxeFoundation/haxe - cc1e9d50e8d5e8495fe95480ba7a9a99c66cc445 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
Update for extlib 1.7.8 breaking change (#10086)

* Update for extlib 1.7.8 breaking change

See https://github.com/ygrek/ocaml-extlib/releases/...

github.com/HaxeFoundation/haxe - 90dab79e6c8c9e2733a52bc4386ead037b6e9593 authored almost 4 years ago by Rudy Ges <[email protected]>
re-unify upon reapplying overloaded calls (fixes #9854)

github.com/HaxeFoundation/haxe - d764121f2336eb104fb00bb816bfc81d87ba9961 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
Revert "Update HxOverrides.hx (#10078)"

This reverts commit 0dc581ca64a05c15a62806b5e4e81db7cf8ed019.

github.com/HaxeFoundation/haxe - 7928a8634cdbc70eded923ebc2a0b652340dfa6b authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[abstracts] fix operator overloading with external methods (#10074)

github.com/HaxeFoundation/haxe - 8ce5f05a6b703ecaa398f0af7dd4a8c5c767d95a authored almost 4 years ago by Dmitrii Maganov <[email protected]>
Update HxOverrides.hx (#10078)

To also allow for decimal seconds formatted stamps // YYYY-MM-DD hh:mm:ss.sss

github.com/HaxeFoundation/haxe - 0dc581ca64a05c15a62806b5e4e81db7cf8ed019 authored almost 4 years ago by hypersurge <[email protected]>
better detection of multitype specialization

in Abstract.get_underlying_type (fixes #9712)

github.com/HaxeFoundation/haxe - b209c45739072c585730e4c83adaf1b87b244581 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
typedef ThreadHandle to satisfy api.haxe.org generator

github.com/HaxeFoundation/haxe - 5145ddbff9f9439df88bfd30b647efb56de36b9b authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
actually update github-actions scripts

github.com/HaxeFoundation/haxe - d4b0cace04b29814ef8950f4a34eafc082f17493 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
pin luv library to a commit for windows builds

github.com/HaxeFoundation/haxe - 20e334ec848194c0d1b5095bfb739d9b30cb99e6 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
added changelog for 4.1.5 from 4.1_bugfix branch

github.com/HaxeFoundation/haxe - beb901ce454d62b8fd90680ac908b91b9ce3c414 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
fixed missing error: "multitype type params must be known" (closes #10039)

github.com/HaxeFoundation/haxe - 9d4dea7b454639c7568943585041508a6b800f91 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
disabled faulty test of #9874

github.com/HaxeFoundation/haxe - 483616a2052502f8fae1d53258c66ec3431d979d authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
update opam haxe version (#10071)

github.com/HaxeFoundation/haxe - 4ec947279698ba9d488a3934ebd1ec4731da27b1 authored almost 4 years ago by 70/V9 <[email protected]>
[php] Add externs for the `finfo` class and constants (#10065)

github.com/HaxeFoundation/haxe - 52e7ba57869a94a285c9e3279574462ecf2405d1 authored almost 4 years ago by Cédric Belin <[email protected]>
[cpp] fix typing of cpp.Native.star (#10058)

github.com/HaxeFoundation/haxe - 63cc566fe7834ff8093a1e09919b10c547c04cae authored almost 4 years ago by Dmitrii Maganov <[email protected]>
[std] fix Template.resolve when current context is not an object (#10063)

github.com/HaxeFoundation/haxe - bc3769050cf5cce2017b4eed9d7dc8448539462c authored almost 4 years ago by Dmitrii Maganov <[email protected]>
[typer] allow usage of static extensions with super (#10062)

github.com/HaxeFoundation/haxe - e0cda73cf1f9903f07bf42b1d81c25cabf5f6a65 authored almost 4 years ago by Dmitrii Maganov <[email protected]>
[ci] Install String::ShellQuote Perl package (#10053)

* [windows] install String::ShellQuote perl package

* actually update github-actions scripts
...

github.com/HaxeFoundation/haxe - 18fdc8c39249b8eda8c29291157679a6a0ac1c6a authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[ci][windows] install cygwin package perl-IPC-System-Simple

github.com/HaxeFoundation/haxe - b5d06da009056574d3c1ce0c73594878910bc81b authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
replaced `assert false` with `die "" __LOC__` in operators.ml

github.com/HaxeFoundation/haxe - 8423aa9d277b6c347a367684a1afbeb3112a8cbf authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[php] Add extern for the `fileowner()` function (#10049)

github.com/HaxeFoundation/haxe - 0c7e22965b0438f695855e2f112bb4a6c350fea8 authored about 4 years ago by Cédric Belin <[email protected]>
[php] Add externs for the `filter_XXX()` functions (#10050)

github.com/HaxeFoundation/haxe - 0075ebc1578b028333b6b7cefff6801198d6b736 authored about 4 years ago by Cédric Belin <[email protected]>
[php] fixed HxAnon generation for rtti meta (closes #10041)

github.com/HaxeFoundation/haxe - 95003e0cd5768f0df81b6526e734a180734c6625 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[ci] fixed linux builds

github.com/HaxeFoundation/haxe - e36b5a90a324cf8d66ffb9af5b23ad48bf16f14d authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[ilib] Handle null value in System.Type instance (#9948)

Required for UnityEditor 2020.1.10

Fixes #9946

github.com/HaxeFoundation/haxe - 65bb88834cea059035a73db48e79c7a5c5817ee8 authored about 4 years ago by Rudy Ges <[email protected]>
[cs] Add .NET 5.0 (#10043)

See https://github.com/HaxeFoundation/hxcs/pull/46

github.com/HaxeFoundation/haxe - 1a26b64270baa2d3c961937428d2b3601dfaed8c authored about 4 years ago by Rudy Ges <[email protected]>
[php] fixed generation with `-D php-front=subdir/index.php` (closes #10037)

github.com/HaxeFoundation/haxe - 97686d4022166c14d2e7268740188160e1ea2fe9 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
A few spelling corrections in EventLoop.hx comments (#10033)

github.com/HaxeFoundation/haxe - abfa9843914039358d191cd12d97f60d26c7249f authored about 4 years ago by George Corney <[email protected]>
fixed rest arguments of `Dynamic` type (closes #10030)

github.com/HaxeFoundation/haxe - 076f1535c9b7152d5d6e7c63796d49ba5ac742e9 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
update more tests

github.com/HaxeFoundation/haxe - 505b4c36a25cc4382ffd7dcb48250e1b459c3e36 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[jvm] fix calling functions with rest args

without providing any values for rest args (#9961)

github.com/HaxeFoundation/haxe - 756fc58564a8b2f46a38ff0772a615d8ebcc9de6 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
fixed override+abstract spec check for overloaded methods (#10024)

github.com/HaxeFoundation/haxe - d2710dc88d7995ed71b7caedf6c463b302f99e52 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
remove more invalid override

github.com/HaxeFoundation/haxe - 982e811b45512eccee10e95207ef84e7b2e6eaa3 authored about 4 years ago by Dan Korostelev <[email protected]>
remove more `override` for abstract method implementations

github.com/HaxeFoundation/haxe - 323a9fad0300252fedba34152e0106e5ed83b025 authored about 4 years ago by Dan Korostelev <[email protected]>
[php] fixed rest args after optional args (#10018)

github.com/HaxeFoundation/haxe - 0639d448c09dc797b12dd62fe2e48e48be8b1b64 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
update threads tests

github.com/HaxeFoundation/haxe - 61c0e3c3b6f4769537fcb4c10301863a16564485 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[js] fixed rest args after optional args (closes #10018)

github.com/HaxeFoundation/haxe - fa40b8bb421bf210efcb3d7e2b3b1c468c62d418 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
update tests

github.com/HaxeFoundation/haxe - 419838957a849825b823c73374ac7d7c91e13019 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[std] improve haxe.Rest docs and mention ... syntax (#10010)

Co-authored-by: Aleksandr Kuzmenko <[email protected]>

github.com/HaxeFoundation/haxe - 844cbe6e907418a950d4c685a06743546c01afb1 authored about 4 years ago by Jens Fischer <[email protected]>
enforce the spec of 'override'ing 'abstract function's (closes #10024)

github.com/HaxeFoundation/haxe - 287a8d7a245087a6b0eb3af0cec14b1171551a50 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[js] added brackets to haxe.Rest.toString() (#10011)

github.com/HaxeFoundation/haxe - 35a3b8bc08be71620646a92171fa8422a8ee1fa8 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
minor

github.com/HaxeFoundation/haxe - 842e57f03e7b155f5cb7653f08bdb58bea7c5a3c authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
support ...rest argument declaration without type hint (see #10019) (#10021)

* support ...rest argument declaration without type hint (closes #10019)

* "fix" c#

* use ...

github.com/HaxeFoundation/haxe - eec1951c4a1fd6d8ff0aa23e37573dbcbf169f86 authored about 4 years ago by Dan Korostelev <[email protected]>
[flash] added brackets to haxe.Rest.toString() (#10011)

github.com/HaxeFoundation/haxe - a309db55c673c70ba2a8cdc9f78030a1c7656866 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
added haxe.Rest.toString (closes #10011)

github.com/HaxeFoundation/haxe - ba193e4d8c102b21c5225cbb31e58e85b2cff7ea authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[js] generate non-rest arguments normally for es5 (closes #9992)

also don't forget to `check_var_declaration` the rest variable before generating anything

github.com/HaxeFoundation/haxe - 5c1342422b7e78d431fb0c8fead7aa81f8cbcbf5 authored about 4 years ago by Dan Korostelev <[email protected]>
[macro] handle rest args for macros

by replacing `Rest<Expr>` with `Array<Expr>` in signatures (fixes #10012)

github.com/HaxeFoundation/haxe - fb67f3cac0c8e7bab66f56cab3a6e252c86a8f53 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
better error message for missing abstract modifier

on functions in abstract classes (closes #10023)

github.com/HaxeFoundation/haxe - f3cd560e6df37caef164ea94592238e8ab0d1715 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[ci][mac] do whatever brew error message says (#10022)

github.com/HaxeFoundation/haxe - f492214a27c34cf7a0e7d9f1e23e978e438cb35b authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[display] fixed parameter index in signature help for rest args (closes #10008)

github.com/HaxeFoundation/haxe - 16e44eccea89dfb7ccbef83bf05a1d6924f4e921 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
fixed creating closures of Abstract.new with @:forward.new (closes #10007)

github.com/HaxeFoundation/haxe - 50fb6653c4aa69f6979212f74f2375a86d28076a authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
improved error reporting for overload'ed fields (closes #10005)

github.com/HaxeFoundation/haxe - a1ddd9efa62cfb5e32c06e7a07b372654d582572 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[cpp] overload resolution for TNew (#9807)

github.com/HaxeFoundation/haxe - 86a30a79e5622decc9d51c942b76489e7b889446 authored about 4 years ago by Dmitrii Maganov <[email protected]>
[hl] throw on a block of non-blocking sys.ssl.Socket.accept (the same behavior as on neko and cpp) (closes #10002)

github.com/HaxeFoundation/haxe - ff0fd44925d1b0b09bb9f8e9ccc36f2fbe413f71 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
add test (closes #10006)

github.com/HaxeFoundation/haxe - d9409e85c7c2e5e8a1b20433871b6c760685dadb authored about 4 years ago by Dan Korostelev <[email protected]>
allow `extern` on module-level fields (see #10006)

github.com/HaxeFoundation/haxe - aeae946edb1e74049a18e46d4114d643aa225e0e authored about 4 years ago by Dan Korostelev <[email protected]>
update haxe.display for isAbstract (#9720)

github.com/HaxeFoundation/haxe - 82fd973277939006d32f34d728c295578c5c5831 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[ci] Ignore openssl & python related brew failures (#9997)

* ignore openssl & python related brew failures

* re-generate yml

* update flash ci

github.com/HaxeFoundation/haxe - c311b6d600c73219331fc98e4cda90759838ca46 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[CS] Avoid CA2200 warning when rethrowing (#9999)

github.com/HaxeFoundation/haxe - f59be493ff6aae35fe79d5e06e4da722b1af1b2e authored about 4 years ago by Rudy Ges <[email protected]>
[Java/CS] Do not check abstract fields in libs (#9998)

github.com/HaxeFoundation/haxe - cd9f41ae5f569be66d6e7da197ca9eb03037d4b0 authored about 4 years ago by Rudy Ges <[email protected]>
[ILIB] Add Linux Amd64 and OSX Amd64 (#9996)

* [ILIB] Add Linux Amd64 and OSX Amd64

See https://github.com/dotnet/runtime/issues/36364

...

github.com/HaxeFoundation/haxe - 2a5e959ed06495d5e5fa6eb7dc106efa641f5712 authored about 4 years ago by Rudy Ges <[email protected]>
Update Compiler.hx

ref https://github.com/HaxeFoundation/haxe/issues/9932

github.com/HaxeFoundation/haxe - 96cf2bc1965ca2390447e565fb1220038de7bf61 authored about 4 years ago by Mark Knol <[email protected]>
added class/field abstract info to genxml (#9720)

github.com/HaxeFoundation/haxe - e0634f6c1a58a7c6d13d8b7f65602c4292f7c537 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
added isAbstract to display protocol (#9720)

github.com/HaxeFoundation/haxe - 1fc53befb8436039b64dbc7ad3f223e29a56c833 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
added isAbstract to structs in haxe.macro.Type (#9720)

github.com/HaxeFoundation/haxe - da80ab235fad4c406dcbf20bbe0628baa5a3c0e5 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[cpp] Support new and super for native classes (#9516)

github.com/HaxeFoundation/haxe - b0c8b5b2113cc2e53c09ce415f3334e6a76462de authored about 4 years ago by Dmitrii Maganov <[email protected]>
Variable / Rest arguments (#9961)

* js, php, lua, python

* spread operator

* extract iterators into separate modules in haxe...

github.com/HaxeFoundation/haxe - 683b22440e05ef90d0ec87fd3b53c0862a0fad6a authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[js] use `js.node.url.URL` in HttpNodeJs to parse urls (closes #9664)

github.com/HaxeFoundation/haxe - c83670323be96d383d32291875303abe2fd3a880 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
don't require `override` for implementing abstract functions (closes #9907)

github.com/HaxeFoundation/haxe - 1eaac28c5eb79db760f9e49dc328f71e5a6904e5 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[eval] don't reset GlobalState.get_ctx_ref to uninitialized state (fixes #9931)

github.com/HaxeFoundation/haxe - e405240ac210fe5345862e63eb9602f27a88fa0c authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
proper error message for premature EvalContext.get_ctx call (#9931)

github.com/HaxeFoundation/haxe - 1e0a2a8be43ffc86b49fcc897820d8e27a3e34ed authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
update tests

github.com/HaxeFoundation/haxe - 8db612dfae2975cd2b560ce0bb943d8aba4ea5e1 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
require argument types and return type for abstract functions (closes #9984)

github.com/HaxeFoundation/haxe - 27bb6a4664670a41ed998205c1ed7a39c91739d3 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[cppia] enable the test 4986 (closes #9261)

github.com/HaxeFoundation/haxe - 377b0bf0789820bbd82000ef67b1f7a0bd1dd8cf authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
removed haxe.Unserializer.FastString utility (fixes HaxeFoundation/api.haxe.org#11)

github.com/HaxeFoundation/haxe - b8f1adc4f815063a8dd99d56eff45ad05c4bbb60 authored about 4 years ago by Aleksandr Kuzmenko <[email protected]>
[ci] use neko from build.haxe.org on every platform

github.com/HaxeFoundation/haxe - 91dd5aabc136112565879fd0a4872fe4b3822f93 authored about 4 years ago by Dan Korostelev <[email protected]>
Enable array setter return value test for cppia jit. For #9744

github.com/HaxeFoundation/haxe - 1e4e83543d496a2109d334ebf764e2e7b4675497 authored about 4 years ago by Hugh Sanderson <[email protected]>