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

Improve conditional compilation condition parsing logic (#6970)

github.com/HaxeFoundation/haxe - a4567c0ea14495e64855db49813fcf471b0d2e20 authored over 6 years ago by Ben Morris <[email protected]>
[TravisCI] install aspcud for opam

to avoid protential Stack overflow during `opam update`

github.com/HaxeFoundation/haxe - b86441cb9e99dbd52a7d3b1100558a25e9bba39f authored over 6 years ago by Andy Li <[email protected]>
[lua] fix Host constructor for localhost, enable related test

github.com/HaxeFoundation/haxe - 3dba4725e54edd83ab519c8ef052356b23f0f3ff authored over 6 years ago by Justin Donaldson <[email protected]>
[matcher] properly error if Mark tries to capture tuples

closes #6965

github.com/HaxeFoundation/haxe - a9dd0772991c4313bcff1eedaf1a255298e03b92 authored over 6 years ago by Simon Krajewski <[email protected]>
[optimization] inline calls to inlined fields

closes #3524

github.com/HaxeFoundation/haxe - b0d2d56234c7f719ba92be0b6fbe85dbaff87757 authored over 6 years ago by Simon Krajewski <[email protected]>
Add a "wildcard*" exclusion option to ignore param in haxe.macro.Compiler's include method (#6570)

* Add a "wildcard*" exclusion option to ignore param in haxe.macro.Compiler's include method

...

github.com/HaxeFoundation/haxe - 913e0dce8415aeb62b8fb1998e1565db2578e7b9 authored over 6 years ago by Markus Stefanko <[email protected]>
Flesh out + test sys.net.Socket on all sys targets (#6887)

* [python] implement Socket setFastSend/waitForRead

* [php] complete Socket implementation

...

github.com/HaxeFoundation/haxe - 0f1633503d9e856763602354278ca4b5075616e7 authored over 6 years ago by Ben Morris <[email protected]>
Clean up CLI usage/help output, standardize flag naming (#6862)

* Clean up CLI usage/help output, standardize flag naming

* Don't show warnings on deprecated...

github.com/HaxeFoundation/haxe - da2836597b994da4406a599e907c89ed547c4968 authored over 6 years ago by Ben Morris <[email protected]>
[lua] Use a windows-compatible FileSystem exist method

github.com/HaxeFoundation/haxe - 86d632d7324e8db243932a0a79328f5d33267fd7 authored over 6 years ago by Justin Donaldson <[email protected]>
[typer] fix error position on structure fields

closes #6950

github.com/HaxeFoundation/haxe - eda15465ab966adcb90506a6ce451550a710c2b2 authored over 6 years ago by Simon Krajewski <[email protected]>
Revert "preprocess ocaml sources via sedlex.ppx (#6926)"

This reverts commit 5f817aae9f5fed2a4f05d5a6fc966583d102ddcc.

github.com/HaxeFoundation/haxe - 9e3dff9158cd3a5edf6bb6a8286bc1c1bac2649c authored over 6 years ago by Simon Krajewski <[email protected]>
preprocess ocaml sources via sedlex.ppx (#6926)

any %sedlex.regexp? needs to be preprocessed
to not to fail as Uninterpreted extension 'sedlex....

github.com/HaxeFoundation/haxe - 5f817aae9f5fed2a4f05d5a6fc966583d102ddcc authored over 6 years ago by Douglas Mencken <[email protected]>
Don't allow sibling class access to private constructor (#6957)

github.com/HaxeFoundation/haxe - 44e85a146b3a78051e73f646fe167a80ce78607d authored over 6 years ago by Ben Morris <[email protected]>
[typer] more helpful error for invalid usage of @:const type params (#6953)

* [typer] more helpful error for invalid usage of @:const type params

* [skip ci]

* [skip ci]

github.com/HaxeFoundation/haxe - 5cd425d8e32902fbe908e0b8ff293e561208af91 authored over 6 years ago by Jens Fischer <[email protected]>
Allow bools as const params (#6958)

github.com/HaxeFoundation/haxe - 2e57b3ae5edfe3b1a103a249a5c8f69e88c5c170 authored over 6 years ago by Ben Morris <[email protected]>
Fix inconsistent treatment of Null<T> with unify_min in if/ternary (#6955)

github.com/HaxeFoundation/haxe - 64cab04cf323e95eef3dc0d85aa30d21392df876 authored over 6 years ago by Ben Morris <[email protected]>
Avoid wrapping Null<T> as Null<Null<T>> (#6907)

github.com/HaxeFoundation/haxe - 39884222013eb002a15703356bede38e8d627201 authored over 6 years ago by Ben Morris <[email protected]>
Add Array.resize method (#6869)

* Add Array.resize method

* Add Array.resize eval implementation

* [php] optimized Array.r...

github.com/HaxeFoundation/haxe - 6df5ca3b11ae2ec87fb2fee39fc7afdab1ace2ab authored over 6 years ago by Ben Morris <[email protected]>
update haxelib submodule

github.com/HaxeFoundation/haxe - 77a4dcdbf535de95881313907f559e5d08230075 authored over 6 years ago by Simon Krajewski <[email protected]>
Setup tests for source maps (#6914)

* setup tests for sourcemaps

* cleanup

* removed FailExample

github.com/HaxeFoundation/haxe - e3568bea9cc4bcc854a7144c179698da5a3c7a9d authored over 6 years ago by Alexander Kuzmenko <[email protected]>
[lua] fix missing close() call in Boot.systemName()

github.com/HaxeFoundation/haxe - b77546dd211b0c5238d939570e21490ba670d2f5 authored over 6 years ago by Jens Fischer <[email protected]>
[display] only show pure call warnings when not in value

see #6917

github.com/HaxeFoundation/haxe - 7a272de38771761f8a7b3ce0d1742d57d8da3618 authored over 6 years ago by Simon Krajewski <[email protected]>
[display] show no-effect diagnostics on pure calls

closes #6917

github.com/HaxeFoundation/haxe - 204176b35bdf3ea28364010ec7ce59de371b8d6f authored over 6 years ago by Simon Krajewski <[email protected]>
[eval] double array size on set too

closes #6904

github.com/HaxeFoundation/haxe - c1f8c4cd68b4cc5379f7b0fd7f9baa6bac1c2c73 authored over 6 years ago by Simon Krajewski <[email protected]>
Fix Http POSt with parameters (#6944)

github.com/HaxeFoundation/haxe - 1fe2f3004a7bbfccf295a658016dca00b7b63032 authored over 6 years ago by Philippe <[email protected]>
hl threads support

github.com/HaxeFoundation/haxe - f13b4e2a36ef5f3f47580f377e2877c6fa3fb8fd authored over 6 years ago by Nicolas Cannasse <[email protected]>
don't use Array.map2 (travis ocaml version)

github.com/HaxeFoundation/haxe - 7d4686831fd877db09c9b08be8e5573ba93715ab authored over 6 years ago by Nicolas Cannasse <[email protected]>
added hl/c constants compilation

github.com/HaxeFoundation/haxe - f9eed9bd68f8b95acb8a939179133d414234923d authored over 6 years ago by Nicolas Cannasse <[email protected]>
added constant values (optimized allocation of constant strings)

github.com/HaxeFoundation/haxe - eb6e027defa03d9a0cc4ee0d291923ff87d23d62 authored over 6 years ago by Nicolas Cannasse <[email protected]>
disable deprecated warnings (lowercase_ascii etc.)

github.com/HaxeFoundation/haxe - ee7d99128e0a61bf7113b94076e1bfd341839c0e authored over 6 years ago by Nicolas Cannasse <[email protected]>
prevent set to null after __init__ has added events

github.com/HaxeFoundation/haxe - 669d99f60b556e2a6e1d8a3d9f4c6110337c1971 authored over 6 years ago by ncannasse <[email protected]>
fix unit test

github.com/HaxeFoundation/haxe - 5f776abda86a401c4654ff44620e5c3c3b2568d4 authored over 6 years ago by Nicolas Cannasse <[email protected]>
[TravisCI] do not install aspcud to avoid python@2

github.com/HaxeFoundation/haxe - 0e22b7a21f3e44ab5433a8bb9e0fb578168baca4 authored over 6 years ago by Andy Li <[email protected]>
Restore Log.trace early errors can be seen

github.com/HaxeFoundation/haxe - 20533c847df2d3eb00533162b6bfddd83d5010fb authored over 6 years ago by Hugh Sanderson <[email protected]>
fix change in trace() path

github.com/HaxeFoundation/haxe - 66d912161bda072b38d0fdfdaac67236e958e0c2 authored over 6 years ago by Nicolas Cannasse <[email protected]>
only perform gc compact after successful compilation

github.com/HaxeFoundation/haxe - c439f3a01f4660a9a09c2e6533ea790b8386170a authored over 6 years ago by Nicolas Cannasse <[email protected]>
don't chop file directory if not found in path (most likely in local ./ path)

github.com/HaxeFoundation/haxe - 79ef8886422d488a8c2de98a250a35756684fa04 authored over 6 years ago by Nicolas Cannasse <[email protected]>
fix silent taskkill (makefile runs with unix shell)

github.com/HaxeFoundation/haxe - 05f738f853522c46de3397b5ee9018ecedba8b32 authored over 6 years ago by Nicolas Cannasse <[email protected]>
silent taskkill

github.com/HaxeFoundation/haxe - 6867c5b354c2023dc8a3a3ec9f023a3612fb4566 authored over 6 years ago by Nicolas Cannasse <[email protected]>
auto kill haxe.exe servers before linking (vscode ftw)

github.com/HaxeFoundation/haxe - d9cf5c312baf9942b4059f3e31f1ed1779e8cb53 authored over 6 years ago by Nicolas Cannasse <[email protected]>
added reversion + -j

github.com/HaxeFoundation/haxe - 0637247a1147885d34389d7a0392c992511b9d87 authored over 6 years ago by Nicolas Cannasse <[email protected]>
added default build task

github.com/HaxeFoundation/haxe - 7a2b2d8a853fd8d23fa61e03578c875b4a90031f authored over 6 years ago by Nicolas Cannasse <[email protected]>
[AppVeyor] opam conf-neko is available in the fdopen repo now

github.com/HaxeFoundation/haxe - bc2ff8acc33798556882d0b47ce253d2cb7fb380 authored over 6 years ago by Andy Li <[email protected]>
[lua] hide ProcessInput/Output from the API

github.com/HaxeFoundation/haxe - 0b44d527177a0d742aa2e1bd129f6c4d0852e2d2 authored over 6 years ago by Jens Fischer <[email protected]>
[lua] fix typo in systemName() check

github.com/HaxeFoundation/haxe - 9e6a969a26ae8516617aa86b6564dcb401b3abfd authored over 6 years ago by Jens Fischer <[email protected]>
[TravisCI] homebrew/homebrew-php was deprecated.

github.com/HaxeFoundation/haxe - 442200db50c8b6baacbfdd4bc047628af1877ae5 authored over 6 years ago by Andy Li <[email protected]>
[eval] fix haxe.Log.trace when infos = null (#6922)

github.com/HaxeFoundation/haxe - d9bb1b05041bc5c12db9438ef1904348b84ea872 authored over 6 years ago by Ben Morris <[email protected]>
[cppia] Make cpp cffi Prime work with cppia

github.com/HaxeFoundation/haxe - f8182f0fc19d8e4131fa4b9ba1a969f5df2cf1e7 authored over 6 years ago by Hugh Sanderson <[email protected]>
only unify function call's return type with expected enum when it's an actual enum, not enum abstract (closes #6656)

still this code gives me headaches...

github.com/HaxeFoundation/haxe - f102c8a3493ac8934dd56ba5aeaed4c468a786af authored over 6 years ago by Daniil Korostelev <[email protected]>
Typo in dce (#6915)

github.com/HaxeFoundation/haxe - 6b91eab235b9598f29f87e63fbfba6f1103f2fd8 authored almost 7 years ago by Guillaume Desquesnes <[email protected]>
[cpp] Use previously create glue interface functions if they exist. For #6906

github.com/HaxeFoundation/haxe - a1bd124464a908f16238febe27a236e2b9de3606 authored almost 7 years ago by Hugh Sanderson <[email protected]>
File.update should create file if it doesn't exist (#6912)

github.com/HaxeFoundation/haxe - df6853da2ff8900bf29dea86f4d3dd0af75f0bef authored almost 7 years ago by Ben Morris <[email protected]>
[js] respect `-D source-map` flag to generate source maps in release builds

github.com/HaxeFoundation/haxe - d151cb526ee15a11eefd247e1b8279c0316b00d5 authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
changelog [skip ci]

github.com/HaxeFoundation/haxe - eacb84c3b05f0beca4f5cd4a606b76c8e69f4e6f authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
treat var fields with default values as optional fields of @:structInit (fixes #5449)

github.com/HaxeFoundation/haxe - bcd982d33269413c65de333cd8862d73c33a22c9 authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
[php] remove usage of "untyped" (closes #6900)

github.com/HaxeFoundation/haxe - f3252fcf9ee8c5e8defd3e84424156092c7af69b authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
Update Constructible API docs

Fix broken list rendering

github.com/HaxeFoundation/haxe - a6096fdc272d822468530a2d93d9ab407e77de10 authored almost 7 years ago by Mark Knol <[email protected]>
[php] better Sys.println()

github.com/HaxeFoundation/haxe - df5fb75731d99e1978f74bd4528a00a851a858cc authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
Add an OCaml native SHA1 implementation in macros (#6890)

github.com/HaxeFoundation/haxe - bd8970630dd6f56b4d06c25ea254757a309e6ae6 authored almost 7 years ago by Alfredo Beaumont <[email protected]>
Add some debug information (#6886)

github.com/HaxeFoundation/haxe - 7420bb593440a1f8fc54daa3560691f0045b3a68 authored almost 7 years ago by Robert Clipsham <[email protected]>
(hl) Fixed ssl.Certificate.altNames (#6882)

Added boundary check in ssl.Socket readBytes/writeBytes

github.com/HaxeFoundation/haxe - 7b6ae8eeceab64161738259475c62c5e62c32f0d authored almost 7 years ago by Pascal Peridont <[email protected]>
testMakeVarArgs on all platforms

github.com/HaxeFoundation/haxe - a9910f63e818f0a2cf088ad8df80178870637d82 authored almost 7 years ago by ncannasse <[email protected]>
fixed makeVarArgs on HL

github.com/HaxeFoundation/haxe - 0920d2352e90f734c55c2642d377fc537f0cfc21 authored almost 7 years ago by ncannasse <[email protected]>
minor

github.com/HaxeFoundation/haxe - 2d1e3f0e883a7257224e50f5a80fc247b9912c44 authored almost 7 years ago by Dan Korostelev <[email protected]>
Add File.update for writing to file without truncating (#6872)

github.com/HaxeFoundation/haxe - 476d180548630cef93ebc635175ef80eefde5176 authored almost 7 years ago by Ben Morris <[email protected]>
prioritize __init__ calls over other static exprs

github.com/HaxeFoundation/haxe - 1ab9f3d5d9c0678cf10a269f5fcd080bb4fd4d88 authored almost 7 years ago by ncannasse <[email protected]>
Fixed loop unrolling (closes #3784, fixes #3792) (#6876)

* fixed loop unrolling (closes #3784, fixes #3792)

* enabled tests for loop unrolling (#3784)

github.com/HaxeFoundation/haxe - eaf32fecd65fcb797c694af5139b86bb9684bc7a authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
[js] added js.Date.toHaxeDate()

github.com/HaxeFoundation/haxe - f0b92870cc902b4115cf6ccaccf042f4f28b69b3 authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
[cs] added handling of Bool to Type.getClassName() and Type.resolveClass() (fixes #6875)

github.com/HaxeFoundation/haxe - 9f439e8a85c29af506c56de2d9ffd871e125979f authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
[js] added js.Date.fromHaxeDate()

github.com/HaxeFoundation/haxe - af6c89fe4dce742c205557834d54aeb7b0778912 authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
fixed js.Cookie to use Haxe's Date instead of js.Date

github.com/HaxeFoundation/haxe - dd5429531056164d0fbd125f4a552ec3aa30f654 authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
[cs] fixed test for #6871

github.com/HaxeFoundation/haxe - 6ddecfe9a493a473187beceedb913125a84ce7c6 authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
[js] added externs for js.Date (closes #6855)

github.com/HaxeFoundation/haxe - bcb9c247d6ac24b4052d7a6ae8224ce450034f45 authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
changelog [skip ci]

github.com/HaxeFoundation/haxe - 1296ed7c88ee62d886fb6cd6ccf698eb0a7f4c5d authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
[flash] don't swallow exceptions thrown in getters/setters when invoked with Reflect methods (fixes #6871, fixes #5460)

github.com/HaxeFoundation/haxe - 90272e4b1ac3977f8820b0475d8572ae0686a058 authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
[php] fixed array writing at the length of an array (fixes #6874)

github.com/HaxeFoundation/haxe - b00048aeb8688e6480856ac11ce1cb158617b6d5 authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
[AppVeyor] pin nsis version to 3.02

github.com/HaxeFoundation/haxe - d8d47b900761ebb389d02defa0b4fd72e78508e7 authored almost 7 years ago by Andy Li <[email protected]>
[display] allow packages starting with underscore (fixes #5417)

github.com/HaxeFoundation/haxe - 86a5baef69507066a201cf82f7c04d46143bf83d authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
enable all passing tests for HL

github.com/HaxeFoundation/haxe - 4d79f7626cc1fb0360da64c234da1b8446a7dce9 authored almost 7 years ago by Nicolas Cannasse <[email protected]>
#if (....) -> #if static

github.com/HaxeFoundation/haxe - 70d91fd69dd8eefac254394f2c0a0f44aae13059 authored almost 7 years ago by Nicolas Cannasse <[email protected]>
removed this Sys.time() test: it is not specified as having any date time meaning apart good precision

github.com/HaxeFoundation/haxe - de168b4de6d23d3d2797a7498bf740cbf313c4a3 authored almost 7 years ago by Nicolas Cannasse <[email protected]>
fallback on dynamic access when creating closures on interface methods (close #6703)

github.com/HaxeFoundation/haxe - 69d6a6c5f2199e74d1d9858d672a6eebde095f5d authored almost 7 years ago by Nicolas Cannasse <[email protected]>
prevent Socket.readBytes to return 0 and fix UdpSocket implementation

github.com/HaxeFoundation/haxe - 19f27d0202e3ad11ce44057bcb4f365db7822c9b authored almost 7 years ago by Nicolas Cannasse <[email protected]>
added unit test for #6703

github.com/HaxeFoundation/haxe - 2d5a27fe4772414720486e80e76d41262d3281ab authored almost 7 years ago by Nicolas Cannasse <[email protected]>
added ++ / -- support for Dynamic, fix postfix float ++/-- evaluating to 1. instead of preincr value (close #6241)

github.com/HaxeFoundation/haxe - 34fa1316a77eb1c4157f5d5dbdf20419f4813284 authored almost 7 years ago by Nicolas Cannasse <[email protected]>
added ref-to-null cast (close #6210)

github.com/HaxeFoundation/haxe - 614b9bf1036d977278e9a65495478f649b0617f4 authored almost 7 years ago by Nicolas Cannasse <[email protected]>
minor

github.com/HaxeFoundation/haxe - 3519d090a6725a731fe4379fe6314d288c729414 authored almost 7 years ago by Nicolas Cannasse <[email protected]>
added BOM to hlc files (close #5995)

github.com/HaxeFoundation/haxe - 79642b009f76e6877b9c49c99aea452924faae85 authored almost 7 years ago by Nicolas Cannasse <[email protected]>
Revert "add binaries from _build dir to nightly packages for plugin development"

This reverts commit a98f481158bbf0d7299d02c9c3f9c683c2d3a5e1.

github.com/HaxeFoundation/haxe - f9f79bd6c6976581e1ff912ad614db3a1f358f4e authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
add binaries from _build dir to nightly packages for plugin development

github.com/HaxeFoundation/haxe - a98f481158bbf0d7299d02c9c3f9c683c2d3a5e1 authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
[SauceLabs] remove safari 7

github.com/HaxeFoundation/haxe - b7a9c6cd7915b66179e07e3bb2495096e726de4c authored almost 7 years ago by Andy Li <[email protected]>
changelog date

github.com/HaxeFoundation/haxe - 3018ab10979b81daaab183b6e39d73c3069c85be authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
[php] optimized increasing array size on writing at out-of-bounds index

github.com/HaxeFoundation/haxe - 6554f1a13812e37a97d42b45f077687336b0bdde authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
Fix dce full with array join (#6868)

* [dce] Keep toString method of T when Array<T>.join() is called

* [dce] Add a test case for ...

github.com/HaxeFoundation/haxe - 2f9767d1ad87270efd8ee0d3ed968ce2f7afd620 authored almost 7 years ago by Alfredo Beaumont <[email protected]>
[AppVeyor] enable php mbstring extension

github.com/HaxeFoundation/haxe - 037877bbdf8c1d5dc3c4ff8b6514920689344fe1 authored almost 7 years ago by Andy Li <[email protected]>
[python] only run main() when executed directly (#6865)

github.com/HaxeFoundation/haxe - 48716d22d5f63ee0e4a952199bd9582fbb17ba06 authored almost 7 years ago by Ben Morris <[email protected]>
changelog [skip ci]

github.com/HaxeFoundation/haxe - 499c69c37f119dd217ad86213c5b64e02bb576f0 authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
changelog [skip ci]

github.com/HaxeFoundation/haxe - 41406509c0df8157c54b754cccd32b73dc09d7e9 authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
fixed autogenerated constructor for extending @:structInit classes (fixes #6822, fixes #6078)

github.com/HaxeFoundation/haxe - 64ba1f1f84d646a920a97854e6ad2abdebb2a0b4 authored almost 7 years ago by Alexander Kuzmenko <[email protected]>
cleanup

github.com/HaxeFoundation/haxe - f8b39238d9541d4926751106bbf77c78f695fc4a authored almost 7 years ago by Alexander Kuzmenko <[email protected]>