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

Per-thread event loop (#9868)

github.com/HaxeFoundation/haxe - 3e4e6288f07c16828d1161c582b4dafedda88cac authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[jvm] fixed `Null<Float> * Int` multiplication

(closes #9870)

github.com/HaxeFoundation/haxe - a9f241fc59b6888f2c0769d0706bb8bb7e0999e2 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[hl] drop data of terminated threads (fixes #9875)

github.com/HaxeFoundation/haxe - 0d786dfe6696e678330ff8f700d385ba5d4ca521 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
increased timeout for all server tests

github.com/HaxeFoundation/haxe - 941b262c246faa766e5b880e36f5e209dd59ed1d authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
make Map abstract transitive, fixes #9874 (#9877)

* make hx.ds.Map transitive

* test for #9874

github.com/HaxeFoundation/haxe - e1d5a96b2d560f13b77c735e5a483467f115ad70 authored over 4 years ago by Peter Achberger <[email protected]>
[jvm] less CPU consuming `sys.thread.Lock` implementation

github.com/HaxeFoundation/haxe - b47725b784cba2e3b07f7c5db18bb5e5720bee19 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[php] Add extern for `error_log()` (#9865)

github.com/HaxeFoundation/haxe - 83ad82b8718986bd211552e6202059ef398290ef authored over 4 years ago by Cédric Belin <[email protected]>
[tests][cpp] fixed test #9863

github.com/HaxeFoundation/haxe - 4259869e11a167faedb091b58e72cf0675836e3d authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[jvm] fixed `sys.thread.Thread.current()` for non-haxe threads (closes #9863)

github.com/HaxeFoundation/haxe - 93bce4deca260d25fa0de373b9efe90d11771fcf authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
Revert "[ci][windows] switch to nsis 3.06.1"

This reverts commit ec8c44d1c71b07e71397605ad6c50ce9e576a061.

github.com/HaxeFoundation/haxe - d36dc0f0825e08b9eddcfbb83cd809418915e189 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[tests] better `async.done()` position for server tests

github.com/HaxeFoundation/haxe - 62f2059668406cea99ab62b5c205a0e73952965e authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[php] Add extern for `version_compare()` (#9858)

* [php] Add extern for `version_compare()`

* Using overload because the return type depends o...

github.com/HaxeFoundation/haxe - 4a1b14cfcde950eb5e2de939afd2dbecbba5d211 authored over 4 years ago by Cédric Belin <[email protected]>
[php] Add externs for `header_remove()`, `headers_list()` and `headers_sent()` (#9860)

* [php] Add externs for `header_remove()`, `headers_list()` and `headers_sent()`

* Fix the ty...

github.com/HaxeFoundation/haxe - e1659870fd898fc1a5fb8265453a85515dcb29c8 authored over 4 years ago by Cédric Belin <[email protected]>
[php] Add extern for `mb_language()` (#9856)

* [php] Add extern for `mb_language()`

* Using overload because the return type depends on th...

github.com/HaxeFoundation/haxe - 45115054b24ae60be5cdb2e65d7461dc081ace2b authored over 4 years ago by Cédric Belin <[email protected]>
[php] Add extern for `ucfirst()` (#9859)

github.com/HaxeFoundation/haxe - d22ba1e3a44e43a82b7cb9dd295e3e96adb5b7a6 authored over 4 years ago by Cédric Belin <[email protected]>
[php] PDO class: add the missing `ATTR_DEFAULT_FETCH_MODE` constant (#9857)

github.com/HaxeFoundation/haxe - 6ac3e86cdeb89cbb3cfde81a767e819883b40d24 authored over 4 years ago by Cédric Belin <[email protected]>
[ci][mac] try with default nodejs version

github.com/HaxeFoundation/haxe - aea808f8a1655b5dcae6d7619b4b5efed991aea0 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[ci] brought back debug printing in server tests

github.com/HaxeFoundation/haxe - ffe987c007a9ecde31052b0297bce8fb5a4581d3 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[ci][windows] switch to nsis 3.06.1

github.com/HaxeFoundation/haxe - ec8c44d1c71b07e71397605ad6c50ce9e576a061 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[ci][python] update pypy download link

github.com/HaxeFoundation/haxe - a70ebc8fd1b5b78051fd9e6ef05abfeae705f9f7 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
`alloc_var` instead of `gen_local` in Exceptions.filter (closes #9848)

github.com/HaxeFoundation/haxe - 0278299812016bb352853e79f4e8245ceda57ccc authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
better perf of exceptions filter

if catch var is never used (#9848)

github.com/HaxeFoundation/haxe - 543670baf9eb9e2689b6fb302b21f9120611ba8b authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
More details for -D filter-times (#9849)

* more details for -D filter-times

* cleanup

* fix timers labels

* cleanup

github.com/HaxeFoundation/haxe - 8a854622cd4882e3cc10e8c19d7f2c2333a118e7 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[tests] ignore Java VM info messages in misc tests

github.com/HaxeFoundation/haxe - 0f5a04d8dcc5e4baabfbf3068f1021254fbf8dac authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
fix error checking order for static final vars

github.com/HaxeFoundation/haxe - cad98f7f5dd9f64187898ff1426e14673304ee08 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[lua] fix printing for raw tables and some error messages

github.com/HaxeFoundation/haxe - a0fdd496133af93b1a9427ad17320c0a255a1209 authored over 4 years ago by Justin Donaldson <[email protected]>
JsonParser.parseNumber: don't even try `Std.int` if there's a point in a number (#9844)

github.com/HaxeFoundation/haxe - a572e4df288f980497122946c1c6c4e19ffa57ab authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
Preserve Float-typed values when they are written as such in JSON (ie. "5.0" or "0.0") (#9844)

github.com/HaxeFoundation/haxe - e33713f2d2e99d8775d74fe58fe56e70a99da96d authored over 4 years ago by Sébastien Bénard <[email protected]>
fixed typing of arrow funcs with empty bodies (closes #9843)

github.com/HaxeFoundation/haxe - ee69e5346ad89b55d45259a68754669150523bdb authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[tests] disabled debug macro for server tests

github.com/HaxeFoundation/haxe - 39aa69b81bb186d6969a3b70d493921615b5611a authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[display] add FinalFields cause to generate missing ctors

github.com/HaxeFoundation/haxe - 10e5eb712af6edec007e0459c86ea6fa5da64230 authored over 4 years ago by Simon Krajewski <[email protected]>
[php] tiny stylistic fixes in generator (#9839)

github.com/HaxeFoundation/haxe - 3510b119457c20e862fd6340aa20762b4756e787 authored over 4 years ago by Dmitrii Maganov <[email protected]>
[macro] changed Context.getResource() to actually return `Bytes` instances (fixes #9838)

github.com/HaxeFoundation/haxe - fa890a8f81d1fd4d3c8ac2219efd6101f7ca4b06 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[jvm] make bridge generation more signature-focused

github.com/HaxeFoundation/haxe - 06e6bb0c949bc84b477afa25afd668626eedbd93 authored over 4 years ago by Simon Krajewski <[email protected]>
[jvm] build bridges instead of rewriting types

closes #9836

github.com/HaxeFoundation/haxe - f869eaaac45a7a360a9f69e749e423afe6e683e8 authored over 4 years ago by Simon Krajewski <[email protected]>
[php] Add extern for `mime_content_type()` (#9835)

github.com/HaxeFoundation/haxe - 7326c974ed803814fd40a13a0a87104d341e9995 authored over 4 years ago by Cédric Belin <[email protected]>
[php] Add extern for `print_r()` (#9834)

github.com/HaxeFoundation/haxe - 31c5ad3dbfd6c59edf54c0f4c5687f1cee435a66 authored over 4 years ago by Cédric Belin <[email protected]>
[php] Add extern for `filesize()` (#9832)

github.com/HaxeFoundation/haxe - f5fe709b21027ad981313063f66bd09e56132d63 authored over 4 years ago by Cédric Belin <[email protected]>
[php] Add externs for `session_decode()` and `session_encode()` (#9831)

github.com/HaxeFoundation/haxe - 10c6e6e5286b49afde8a5840a75ba15377bbe821 authored over 4 years ago by Cédric Belin <[email protected]>
[php] Add externs for `fileatime()`, `filectime()` and `filemtime()` (#9830)

github.com/HaxeFoundation/haxe - 428e46950a9211048f37446275ad2c715e11fbe0 authored over 4 years ago by Cédric Belin <[email protected]>
[common] factor out cache_directory (#9829)

github.com/HaxeFoundation/haxe - d4382686cd48110200a37258e16a18ff549c7826 authored over 4 years ago by Simon Krajewski <[email protected]>
follow harder (#9828)

github.com/HaxeFoundation/haxe - 185bdb4a90fb7090af099a49a69a7cc7321de23e authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[php] added `session_status` extern

github.com/HaxeFoundation/haxe - ba54734cc09752f6c7fb789ce5d04110464393fc authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[php] Add `Global.session_destroy()` method (#9827)

Fixes #9826

github.com/HaxeFoundation/haxe - 8378ba541d37480f4bf15dbf0ba265bc8d9dd1b0 authored over 4 years ago by Cédric Belin <[email protected]>
[macro] `follow` decoded enum field type (#9828)

github.com/HaxeFoundation/haxe - e4051f466898522a9e1ed47188f93f19dbfad725 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[macro] fixed `decode_efield` for enum ctors with arguments (closes #9828)

github.com/HaxeFoundation/haxe - c72b4beeb1a6dfdf1651f3a1ec104eac2f29405d authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
removed false opt in Common.find_file

github.com/HaxeFoundation/haxe - 7a0b575302db26df3f8d4327bd09fc7a15fbc77a authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[macro] retreive enum field by name instead of decoding TypedExpr (fixes #9812)

github.com/HaxeFoundation/haxe - bfe90107b37642499fddc69d38e6d3d0bf56ea69 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[cpp] Fix class path for extern and nativeGen classes (#9498)

github.com/HaxeFoundation/haxe - 97a6673664760e7b434e20513141fc5c12f5d612 authored over 4 years ago by Dmitrii Maganov <[email protected]>
added comments to Common.find_file

github.com/HaxeFoundation/haxe - 02f0e9d6fea215b6c351b209c83d3de77eaea7ba authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[typer] fix typing deep inherited constructor (#9820)

github.com/HaxeFoundation/haxe - 2b791742efa00db18f4f943562d36563889348b7 authored over 4 years ago by Dmitrii Maganov <[email protected]>
@:inheritDoc implementation (#9817)

github.com/HaxeFoundation/haxe - 31ffb70b0be65896e90f4d056393720dce6d4e96 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[typer] fix overload meta on overload (#9819)

github.com/HaxeFoundation/haxe - 25b1e0cd3f6f5769a5b682c67a3b181ed566a395 authored over 4 years ago by Dmitrii Maganov <[email protected]>
[std] in haxe.macro.Expr mark nullable fields as optional (#9822)

github.com/HaxeFoundation/haxe - c1e721a9e96bd445e7aa6ee27ee5cb9e4283a3f7 authored over 4 years ago by Dmitrii Maganov <[email protected]>
[matcher] fix small things (#9821)

github.com/HaxeFoundation/haxe - d04e678aa26e19b880e637b12ab81c4115b5e242 authored over 4 years ago by Dmitrii Maganov <[email protected]>
[std] add AOverload (#9818)

github.com/HaxeFoundation/haxe - 2ee5803f2c1254548a834f7820277037f41ccc90 authored over 4 years ago by Dmitrii Maganov <[email protected]>
[typer] check overloads when resolving static extrensions

closes #9737

github.com/HaxeFoundation/haxe - a266cf567c00ad56844a34aaa8ded5f20494e742 authored over 4 years ago by Simon Krajewski <[email protected]>
[matcher] don't unify switch type with the expected type,

if it's allowed to be `Void` (fixes #9813)

github.com/HaxeFoundation/haxe - e6d21742f0fdfa0a12e9ac255eb535e1ab44eef7 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[tests] add

closes #9811

github.com/HaxeFoundation/haxe - 64bbaabab65f5b7aafc918e3a79cf1471447c4fa authored over 4 years ago by Simon Krajewski <[email protected]>
[jvm] improve constant generation a bit

see #9808

github.com/HaxeFoundation/haxe - fd4668bb6ff66042238dce53dc4e3d76c8bef70f authored over 4 years ago by Simon Krajewski <[email protected]>
[typer] flush PConnectField when loading modules while typing fields

see #9811

github.com/HaxeFoundation/haxe - 12a78f8b8ca2995c3721a011ffb0a2f016a47e06 authored over 4 years ago by Simon Krajewski <[email protected]>
[jvm] clean up

github.com/HaxeFoundation/haxe - 1ed58f4c4efcc0dfdf05041c039ba551de506bb8 authored over 4 years ago by Simon Krajewski <[email protected]>
Unwrap jvm threads. (#9814)

github.com/HaxeFoundation/haxe - 47b40e08f728fe16f330b5f1e0d169763b521e2f authored over 4 years ago by Juraj Kirchheim <[email protected]>
[jvm] avoid some more checkcast ops to Object

github.com/HaxeFoundation/haxe - de65a4df4ffb84dbcfc6b24761601988d84cb144 authored over 4 years ago by Simon Krajewski <[email protected]>
[jvm] Resolve enum at root (#9809)

github.com/HaxeFoundation/haxe - b4eea5706f7cf952524ea686898b766fd0eb4330 authored over 4 years ago by Kevin Leung <[email protected]>
[jvm] fixed `Type.getEnumName` for enums in root package (closes #9759)

github.com/HaxeFoundation/haxe - 615dc75ba59a79fefb06a0600d433f1a5c4957f3 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
support @:native on enum constructors (closes #9806)

github.com/HaxeFoundation/haxe - e797d90879349b6e3e4c50c2623155ff23e4cfd7 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[tests] test all JVM dynamic levels

github.com/HaxeFoundation/haxe - 36263b39269b82851093554b215080398f0ba43d authored over 4 years ago by Simon Krajewski <[email protected]>
[jvm] actually we need the dynamic access generation for anons

github.com/HaxeFoundation/haxe - 6dbc50c928845eb34e0fc4f71da4d0ea8f326f2f authored over 4 years ago by Simon Krajewski <[email protected]>
[jvm] add -D jvm.dynamic-level=0-2

github.com/HaxeFoundation/haxe - ca7c248f11497eaf25316b2fcc5c2d0d9b2029d8 authored over 4 years ago by Simon Krajewski <[email protected]>
[tests] add a settings.json for unit tests

github.com/HaxeFoundation/haxe - 71d0da8eacc34ad20ef5237d0e42ea357670530e authored over 4 years ago by Simon Krajewski <[email protected]>
[tests] remove old remoting stuff

github.com/HaxeFoundation/haxe - be7e725bef8f215a305fcabc05ae2d54295b14eb authored over 4 years ago by Simon Krajewski <[email protected]>
[jvm] add -D jvm.compression-level=[0-9]

github.com/HaxeFoundation/haxe - c3faf5b404cf4906fb0949c04720eedaf3331d7b authored over 4 years ago by Simon Krajewski <[email protected]>
[flash] use `Dynamic` as a default type param for `Vector` loaded from swc

(fixes #9805)

github.com/HaxeFoundation/haxe - 79d42b76ea29a4d3c892e7eba7c17da94068d18b authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[jvm] avoid some Hashtbl rummaging

github.com/HaxeFoundation/haxe - 0f10a98305e36eb0425d44f8890356f4aa9cc68c authored over 4 years ago by Simon Krajewski <[email protected]>
[jvm] be even more pessimistic about anon unification

github.com/HaxeFoundation/haxe - ae45006c8e34b103417968bfcf74d718c5c70bc6 authored over 4 years ago by Simon Krajewski <[email protected]>
[jvm] cache pfm conversions

github.com/HaxeFoundation/haxe - f31e7f72da42d2515b66667c885d431cc34d3a33 authored over 4 years ago by Simon Krajewski <[email protected]>
Process ffi cleanup (#9804)

* [eval] clean up process ffi

* [eval] use caml_alloc_custom instead of... that

github.com/HaxeFoundation/haxe - 156e5956431713b9b2f3a85074af513240934c05 authored over 4 years ago by Simon Krajewski <[email protected]>
[jvm] remove some low-level debug code

github.com/HaxeFoundation/haxe - 1baff3153751ef763e93e6e34a6ba70702f8740d authored over 4 years ago by Simon Krajewski <[email protected]>
[jvm] clean up call argument handling a bit

github.com/HaxeFoundation/haxe - 8fa541ae749272ae8fed71657a9dda9266cccc7f authored over 4 years ago by Simon Krajewski <[email protected]>
[jvm] be more pessimistic about anon identification

github.com/HaxeFoundation/haxe - 2ed3ba3cfc19248a5196234f3e9aa4f4644753e4 authored over 4 years ago by Simon Krajewski <[email protected]>
[jvm] clean up a bit and make timers nicer

also add -D jvm-times

github.com/HaxeFoundation/haxe - 33c71a5ba3394d1848c0034c20066e511018311e authored over 4 years ago by Simon Krajewski <[email protected]>
Fixed typo (#9800)

github.com/HaxeFoundation/haxe - 5c2f158ebdeeaa97f0cc61f3360ea4437ff456e0 authored over 4 years ago by Allan Dowdeswell <[email protected]>
[java][cs] ignore @:generic base classes (fixes #9799)

github.com/HaxeFoundation/haxe - 56da6c9db454e655f370cc2916f026dec5be6450 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
Allow `overload` on extern methods on all targets (#9793)

* [typer] lose some more pf_overload checks

* [typer] enable overloads

github.com/HaxeFoundation/haxe - 975b58746cd65d0b04648ca8f2d88cba62516af9 authored over 4 years ago by Simon Krajewski <[email protected]>
build a class before unification with an anon (#9794)

github.com/HaxeFoundation/haxe - 489876918ae35bf56e8d83dcbbca3eb9d93edb92 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[typer] bring back visibility checks on variable fields

also align some positions
closes #9796

github.com/HaxeFoundation/haxe - acb1287e95ffa316f4e513c7ce7843037ba89fe3 authored over 4 years ago by Simon Krajewski <[email protected]>
[typer] fix type parameter checks when comparing methods

closes #9797

github.com/HaxeFoundation/haxe - f0e8ef82530abc24686a0d4fa2d60853e49e6301 authored over 4 years ago by Simon Krajewski <[email protected]>
[php] fixed extern for fseek

github.com/HaxeFoundation/haxe - de803f95e8f08ccceada9cfe592c016aa73309f3 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[eval] create abstract instance methods

closes #9795

github.com/HaxeFoundation/haxe - 7ceaa8b5909df5029dfdb5970629df49f41a746d authored over 4 years ago by Simon Krajewski <[email protected]>
[php] fixed false detection of `catch` vars in anon functions

as captured from outer scope

github.com/HaxeFoundation/haxe - 5d5d3e5d8f785871fa612184cbbf12703584eeb0 authored over 4 years ago by Aleksandr Kuzmenko <[email protected]>
[typer] fix some inconsistency in recursive comparison

github.com/HaxeFoundation/haxe - cdbea08560c6c8946460d4b5f7e36667ce9d7216 authored over 4 years ago by Dmitry Maganov <[email protected]>
[typer] allow overload for module statics

closes #9791

github.com/HaxeFoundation/haxe - 38695a50e6b3be791f74ce07975da3e3d62c7c83 authored over 4 years ago by Simon Krajewski <[email protected]>
[tests] wtf am I doing...

github.com/HaxeFoundation/haxe - a36a4213ecc0b37f39788d9ee88f36ca1aa04e32 authored over 4 years ago by Simon Krajewski <[email protected]>
[tests] fix

github.com/HaxeFoundation/haxe - 293fe8fce16de0824e29b744364f17c8a5dd9c2a authored over 4 years ago by Simon Krajewski <[email protected]>
[parser] parse overload for module statics

see #9791

github.com/HaxeFoundation/haxe - 356cff780c0fc426586c3ccc3aa9865c3ac6e26c authored over 4 years ago by Simon Krajewski <[email protected]>
[tests] add

cloes #9790

github.com/HaxeFoundation/haxe - df8db0913e7d42883d9c0988017b0e4e591fe458 authored over 4 years ago by Simon Krajewski <[email protected]>
[display] add KeywordKind.Overload

github.com/HaxeFoundation/haxe - 9ac91cc024ed4ce439374326775125d17682ceb6 authored over 4 years ago by Jens Fischer <[email protected]>
[display] don't forget to browse overloads when checking fields

see #9790

github.com/HaxeFoundation/haxe - 3911ac37b823e93d7ef2b630404ba0e310589792 authored over 4 years ago by Simon Krajewski <[email protected]>
[tests] add a test for #9692

github.com/HaxeFoundation/haxe - cd398a283988433c5416b2007a2425bccc72c594 authored over 4 years ago by Jens Fischer <[email protected]>