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

automatically insert a call to luv.Loop.run if "luv" module is loaded (#10199)

github.com/HaxeFoundation/haxe - be525d0541c8bf0dfca3e3fe06a9b808e5c18320 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[lua] fixed more externs in luv.FileSystem

github.com/HaxeFoundation/haxe - cf61913aff156de43d185a5a4ae2ff07ec0d4b9d authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[cppia] disable test #9543

github.com/HaxeFoundation/haxe - 5f5980719c985cc201c1d80a756090c61f0f7644 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[analyzer] detect assignments to ref vars

closes #9543

github.com/HaxeFoundation/haxe - 6eab59f1d4b14ef57b30eac3cedb6cac33865add authored almost 4 years ago by Simon Krajewski <[email protected]>
[tests] add tests

closes #10034
closes #10135

github.com/HaxeFoundation/haxe - 06c1f56cc57a9abb238bbfb29208411352df6e4b authored almost 4 years ago by Simon Krajewski <[email protected]>
[matcher] try to get exhaustiveness under guards right

closes #10189

github.com/HaxeFoundation/haxe - 4aa055a880ae121fac54b831cb85b6bc367238ff authored almost 4 years ago by Simon Krajewski <[email protected]>
[lua] fixed some externs in lua.lib.luv.FileSystem

github.com/HaxeFoundation/haxe - 71263af65cce448f37993dcad40bf4d619393007 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
use ubuntu 18.04

github.com/HaxeFoundation/haxe - 149b4fd70fd4ab9a899fc6226c967d831fe9dd78 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[lua] fixed lua.lib.luv.Check.start signature

github.com/HaxeFoundation/haxe - 517d54cba8effada360c1e79a0c1e13ebfe90df7 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[display] don't diagnostics so much if there are errors

closes #10194

github.com/HaxeFoundation/haxe - adf74211ff77bd4085911aa2ba3cb932ef565ec0 authored almost 4 years ago by Simon Krajewski <[email protected]>
more fences

github.com/HaxeFoundation/haxe - 4177289b3d2b13d8059f21da8fac015612026272 authored almost 4 years ago by Dan Korostelev <[email protected]>
[cs][java] test #10193 and set pf_this_before_super=false for C#

github.com/HaxeFoundation/haxe - 75d7c95bcd9c5b7ad567b67592d9693286e6fe6a authored almost 4 years ago by Dan Korostelev <[email protected]>
only enable #10193 test for js

looks like it should work everywhere but it doesnt

github.com/HaxeFoundation/haxe - c65cf58b36d9db5a28e31bebb9e442d102e2ec0e authored almost 4 years ago by Dan Korostelev <[email protected]>
add test (closes #10193)

this should work for all targets, right?

github.com/HaxeFoundation/haxe - dcf00d90ae2f2993839f933c331b871704e24e3b authored almost 4 years ago by Dan Korostelev <[email protected]>
fix this-before-super checking (see #10193)

github.com/HaxeFoundation/haxe - 84efdfba5ddbc6487c47012205699c92f863f659 authored almost 4 years ago by Dan Korostelev <[email protected]>
[js] don't try to generate extern fields in ES5 prototypes (closes #10192)

github.com/HaxeFoundation/haxe - 29926fc8d3e63fdb3fe3a224d6e6babef443310e authored almost 4 years ago by Dan Korostelev <[email protected]>
[typer] pass mapping functions to `valid_redefinition`

closes #5890

github.com/HaxeFoundation/haxe - 8c882e3ca8a3b2877a9a3058a6acb5df5082d5fa authored almost 4 years ago by Simon Krajewski <[email protected]>
[php] haxe.Rest.ofNative

github.com/HaxeFoundation/haxe - b9a17aab83e9d3182afaa6fdab0f1158babbf553 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
fixed checking dashed defines of strict_define list (#10184)

github.com/HaxeFoundation/haxe - a990a0d5c71db94cb344793af0a808d08dd74b6a authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
update extlib version in opam file (see #10155)

github.com/HaxeFoundation/haxe - e38f2eedc644db4a7add482c2130648f174df241 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
make @:allow(some.Module) accept all the types in the Module (closes #10127)

github.com/HaxeFoundation/haxe - 13e37f45087b16e3aec60fcc027359fb5f79e497 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[ci] use ubuntu 18.04 for deploy task

github.com/HaxeFoundation/haxe - 73c9ae4314a1a751e636ce285c84e79790e77432 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[typer] fail properly if abstract is referenced in argument defaults

closes #10186

github.com/HaxeFoundation/haxe - d061118db2616b3dff77477ee88934a1e388f3e6 authored almost 4 years ago by Simon Krajewski <[email protected]>
[optimizer] eradicate switches that have no bodies

closes #10188
see #7786

github.com/HaxeFoundation/haxe - e873e5d911d827638c72b968f8ae3a31768660d6 authored almost 4 years ago by Simon Krajewski <[email protected]>
remove EDisplayNew (see #10013) (#10014)

github.com/HaxeFoundation/haxe - 9ee8d72916fd9920015fe2a8cfe60e3cc818c253 authored almost 4 years ago by Dan Korostelev <[email protected]>
[server] emit stderr of `--cmd` as a server message (fixes test for #9690 after #6726)

github.com/HaxeFoundation/haxe - dc74ad50ccb8271eb484c2ae4940bc3f26a375a3 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[abstracts] allow PosInfos optional arg in overloads (closes #6017)

github.com/HaxeFoundation/haxe - 71d600e784ea1717afc6ae00e08eaa5dda508697 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
Fixed Json printing of Enum on static targets (cast Int to String)

github.com/HaxeFoundation/haxe - 537470a00556c0587ef7554bda7d675f647ceb02 authored almost 4 years ago by Nicolas Cannasse <[email protected]>
[php] added extern for `gethostname` (closes #10042)

github.com/HaxeFoundation/haxe - 4da5a02218e4afb621fc92e25da41a4e0deaca52 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[cpp,hl] disable lossy implicit cast of int 64 to 32 (#10133)

* [cpp] disable lossy implicit cast of int 64 to 32

* [hl] disable lossy implicit cast of int...

github.com/HaxeFoundation/haxe - 612daa7747516d765c6a4e29b411663160d10b94 authored almost 4 years ago by George Corney <[email protected]>
Escape backslashes. (#10141)

github.com/HaxeFoundation/haxe - 47ff2606f66304c8d63dd387bef248272100bb59 authored almost 4 years ago by Juraj Kirchheim <[email protected]>
test for #10167 (closes #10167)

github.com/HaxeFoundation/haxe - 82911cbb7d5ccd7cff1690a015e1643cf7054a1c authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[cmd] use `Unix.system` instead of `Unix.open_process` (fixes #6726, fixes #4669)

github.com/HaxeFoundation/haxe - 03a51fa859092faa853b444cdc991388100a1dfa authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
test for `expr is Module.SubType` (closes #10174)

github.com/HaxeFoundation/haxe - 9e7b13d011d72335eafd19136e53a0e23d71c877 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[java][jvm] Parse varargs as haxe.extern.Rest (#9846)

* pars varargs as haxe.extern.Rest

* parse varargs as haxe.Rest; added Rest.ofNative for java...

github.com/HaxeFoundation/haxe - 48b514e4bd1cc30dd3931134009787e4993fd427 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[ci] fix linux builds (#10175)

github.com/HaxeFoundation/haxe - b80f88777c7828735e3f365198a7d2bbbee23742 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[ci] removed old ppa for opam from yml templates (#10161)

github.com/HaxeFoundation/haxe - e4c3b211c36cf7161b5e0ded08ce8b1059cef1c1 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
try libglib2.0-0

github.com/HaxeFoundation/haxe - f8a57dd1676ffcfa9033c204ec99ad831a29f5e8 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[ci][linux] test against PHP 7.4 & 8.0

github.com/HaxeFoundation/haxe - 5de30eb20c42d72c442b030e97618a1ad4e74a7c authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[jvm] fixed manifest generation (#10157, #10160)

github.com/HaxeFoundation/haxe - fbdd1ae5494d3b2b657cd54d4863f3e07c8b4337 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[java][jvm] switch `haxe.Rest` to `NativeArray<T>` instead of `NativeArray<Object>`

github.com/HaxeFoundation/haxe - 8a1381b3ff453b3965639b2468f64463cba89fba authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[macro] properly unify function expressions passed to macros

github.com/HaxeFoundation/haxe - 9cd32278ae65d448ba6eedc604098346d77ea7f2 authored almost 4 years ago by Simon Krajewski <[email protected]>
[macro] type function arguments in macro context

github.com/HaxeFoundation/haxe - 6ae54f52c0bd10c4fc0899c70572256b3e58d6a4 authored almost 4 years ago by Simon Krajewski <[email protected]>
[ide] fix hovering `T` in `v is T` (see #10167)

needs a test and checking other IDE-related scenarios

github.com/HaxeFoundation/haxe - 996c39daf0fa4bebf8a4fce1f57ad8087ef69a3e authored almost 4 years ago by Dan Korostelev <[email protected]>
Changes class-path generation for jvm to multiple lines to fix jars with (#10160)

a lot of libraries.

github.com/HaxeFoundation/haxe - 5d11a324b6c31ba96eb89a791a0a02f9803e1a1c authored almost 4 years ago by David Bruce <[email protected]>
Removes old ppa for opam (#10161)

github.com/HaxeFoundation/haxe - 184d312d76ace135b58ae89ce75013449fabce18 authored almost 4 years ago by David Bruce <[email protected]>
[js] removed ObjectMap.count as it's not used anymore (see #6792, #8084)

github.com/HaxeFoundation/haxe - b621c5270979ffd24d21e9e61561eae8ef6f3400 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[std] use direct from cast for Any (#10148)

github.com/HaxeFoundation/haxe - eda6551f2b4fa3f0b80088eb39869d1b83f811d7 authored almost 4 years ago by Dmitrii Maganov <[email protected]>
changed texpr.punion_el

github.com/HaxeFoundation/haxe - 4929fa47772c2424b2741323a4dab78e21984c71 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
don't loose typed arguments of a call to a var field as a static extension (closes #10144)

github.com/HaxeFoundation/haxe - 5f599bab538e1ce4fa43b3c6e73df043e7cacd87 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
punion_el for texpr

github.com/HaxeFoundation/haxe - 9de891c90da6f408e44c413b27176d14c527eb14 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
don't try implicit casts of rest arguments against an unbound monomorph (#10143)

github.com/HaxeFoundation/haxe - 56f600d6ee0156e6269738c3c1fddb0d19d27c2e authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
use Type.unify for rest args after all. +test (#10143)

github.com/HaxeFoundation/haxe - dbf314abe6476ceffe4d2db69ca8b1037f4a7785 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
fixed rest args unification (#10143)

github.com/HaxeFoundation/haxe - 78e77d840747ccfe3ebfa48978654bb2b681fb4e authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
Revert "[eval] better stacks for caught exceptions"

This reverts commit ff0e96d37541bb120d131ea67c5c9ed91e3cb790.

github.com/HaxeFoundation/haxe - 7a363d7e08df54a85792b2de74556d1f72bad9f1 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
fixed rest args typing for overloaded functions (closes #10143)

github.com/HaxeFoundation/haxe - 9f730082b844e3be4de2d464d171cfc974d27d27 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[eval] better stacks for caught exceptions

github.com/HaxeFoundation/haxe - ff0e96d37541bb120d131ea67c5c9ed91e3cb790 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
avoid using `null_pos` in exceptions filter (closes #10109)

github.com/HaxeFoundation/haxe - 0a4bad12f22a72e63850c1be55a6ac2f6044d797 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
fixed typing of rest args against type parameters (closes #10124)

github.com/HaxeFoundation/haxe - 2f9f75123be233a666df2e23cf6defde764e0833 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[hl] restrict test #10109 to hl

github.com/HaxeFoundation/haxe - af0c60d0bed994ab165c599b60f3a9406ca68478 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[hl] fixed callstack of rethrown exceptions (closes #10109)

github.com/HaxeFoundation/haxe - ba8631e501968c51ea363e6b2297f971db509527 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[php][windows] fixed failure with trailing slash in output dir (#6212)

github.com/HaxeFoundation/haxe - ba11650673b7b7c3dc40586af91cc716d434370a authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[pcre] use same configure flags as homebrew (#10110)

github.com/HaxeFoundation/haxe - e7ed7acc3b7aba83385a05e18f302957336a145f authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[mac] removed zlib, pcre, mbedtls from brewfile (#10110)

github.com/HaxeFoundation/haxe - b81e09360231eb27774a98eec4728f80aa221a28 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[mac] fixed compatibility with osx 10.13

github.com/HaxeFoundation/haxe - 56bb846c725d383629460db9161d7e471ce85c28 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[analyzer] don't make blocks for empty void blocks

github.com/HaxeFoundation/haxe - 2f863d726bbf823550a79eb3458282b137aa5350 authored almost 4 years ago by Simon Krajewski <[email protected]>
[analyzer] invert local DCE traversal

also don't generate dead blocks

github.com/HaxeFoundation/haxe - 20c002b90d876c9c37a2bf96ff44872bb8151bf4 authored almost 4 years ago by Simon Krajewski <[email protected]>
[analyzer] lose double loop header

github.com/HaxeFoundation/haxe - 5cb9d2c49498400eec7d392852f909536988e9a1 authored almost 4 years ago by Simon Krajewski <[email protected]>
[php] changed return type of mb_strlen (closes #10132)

github.com/HaxeFoundation/haxe - c9dc21c7ec7c6a08fc124d751ea500ac5a2f8c07 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[doc] remove git merge strings (#10134)

github.com/HaxeFoundation/haxe - 4a0a911c2d03b9512f5921286f457d1c2a877269 authored almost 4 years ago by George Corney <[email protected]>
[analyzer] add bb_terminator

github.com/HaxeFoundation/haxe - dc6fc34024c146ebdd96158c2a5326365a1dba95 authored almost 4 years ago by Simon Krajewski <[email protected]>
unpin luv

github.com/HaxeFoundation/haxe - 9a57a2b0a9c78a6e7f0c69078c6f4fb7ca60d30a authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
actually update ci script

github.com/HaxeFoundation/haxe - fb926a70214484eb369c1e230bef2604f604f42d authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[ci][windows] pin ctypes to 0.17.1 for now

github.com/HaxeFoundation/haxe - c1d0596bc375387fed18742f694cca4a52ad83dd authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[inliner] find common type for rest args against monomorphs

see #10124

github.com/HaxeFoundation/haxe - a6d72649b30c52f3264bc970b0fd84ce5135f8f9 authored almost 4 years ago by Simon Krajewski <[email protected]>
[analyzer] fix TEnumIndex and TEnumParameter side-effect handling

closes #10032

github.com/HaxeFoundation/haxe - acfea7f3090ac38b1ad3178d6c116ed5443f4160 authored almost 4 years ago by Simon Krajewski <[email protected]>
[typer] don't type assign op rhs against lhs type

closes #10066

github.com/HaxeFoundation/haxe - 61d544e2586d2bdbff3dc244fa382153a25d964e authored almost 4 years ago by Simon Krajewski <[email protected]>
[macro] add Context.reportError

closes #10096

github.com/HaxeFoundation/haxe - cb258e22a724add890733dcbdfa09c801b23bded authored almost 4 years ago by Simon Krajewski <[email protected]>
[display] iterate overloads when resolving static extensions

closes #10004
closes #10120

github.com/HaxeFoundation/haxe - 852c3f88c03efe1de79cc4e2e2072e2f69c8cd0a authored almost 4 years ago by Simon Krajewski <[email protected]>
[typer] delay generic expansion until overloads are resolved

see #10119

github.com/HaxeFoundation/haxe - 68224b2173dba9aeef89ebaf59394f1c6c1e2ae9 authored almost 4 years ago by Simon Krajewski <[email protected]>
[typer] start on `@:op(a())`

see #10119

github.com/HaxeFoundation/haxe - 439a73fa00793d3f3be3770ed0f82367d9619e2e authored almost 4 years ago by Simon Krajewski <[email protected]>
lose Null<T> in DynamicAccessKeyValueIterator so the object inlining is not prevented (closes #10118)

github.com/HaxeFoundation/haxe - 8bf3ebef90f243d344142691e8d2fdedec5ec219 authored almost 4 years ago by Dan Korostelev <[email protected]>
[ci] mmacosx-version-min=10.13

github.com/HaxeFoundation/haxe - 1cf4f05fd9fa93d3ca2d86952bef8da5fcd7214c authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
actually update ci script

github.com/HaxeFoundation/haxe - 4b06c2a053cdf21bfbb81c26624406b71541d966 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
opam for windows is not updated yet

github.com/HaxeFoundation/haxe - 731f6d0e54d7061b02e46f7ab3f1c7afbca11b35 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
Revert "[windows] restrict luv >= 0.5.7"

This reverts commit fc913c4e80344a6d426a86f4efd2c8e2a4910318.

github.com/HaxeFoundation/haxe - 5139688ac86d5fa43a3f7f46e42ddd201f445c4c authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[windows] restrict luv >= 0.5.7

github.com/HaxeFoundation/haxe - fc913c4e80344a6d426a86f4efd2c8e2a4910318 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[matcher] fix hang when checking abstract from

see #10082

github.com/HaxeFoundation/haxe - b419fc7ba4f17cb48d4981daef3dbddc06207e42 authored almost 4 years ago by Simon Krajewski <[email protected]>
Return access to __s as a RawConstPointer (#10038)

github.com/HaxeFoundation/haxe - 3419f602db2126bf62df266fc3fa2e88e4a88966 authored almost 4 years ago by Aidan Lee <[email protected]>
changed threads init code to be available during static inits (fixes #10114)

github.com/HaxeFoundation/haxe - 5c3afcb73ef67bf0f177451e5b6cd99351bf5bf6 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
install IPC::System::Simple via cpan

github.com/HaxeFoundation/haxe - 020291a4bfe179cd7a3fb3ab7e92d4120256beaf authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[python] changed sys.thread.Deque.NativeDeque to a private type

github.com/HaxeFoundation/haxe - 225d28afede2d72c8d0939100ebac40acf913fd9 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[php] extern for number_format (closes #10115)

github.com/HaxeFoundation/haxe - ed37a1e11152929105c28f98fdc6c3558b76c409 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[python] more sys.thread adjustments

github.com/HaxeFoundation/haxe - 53594507bcd0bebd4ddd87638910714e56492670 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[python] transformed sys.thread.Lock into a class as it is on other targets

github.com/HaxeFoundation/haxe - fa66aab75fb95deed22dc231cf6601695810d0f6 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
update sys.thread.Thread for doc gen

github.com/HaxeFoundation/haxe - 88ebbd0871e8494ae6b7769b3fdda21b988208ec authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
[cpp] move `ofInt64` `toInt64` from haxe.Int64 to cpp.Int64 to satisfy api generator

github.com/HaxeFoundation/haxe - 2bb69aaee46c382086bf289304eb488cc47301d4 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
increment development version to 4.3.0-rc.1

github.com/HaxeFoundation/haxe - 9182dfbd5b5d382f4fb1ebac41904e724ba544fc authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
release 4.2.0

github.com/HaxeFoundation/haxe - bfcbf809165b3b3df0bce4833bd90a7539f2ae56 authored almost 4 years ago by Aleksandr Kuzmenko <[email protected]>
more changes

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