Ecosyste.ms: OpenCollective

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

github.com/HaxeFoundation/haxe

Haxe - The Cross-Platform Toolkit
https://github.com/HaxeFoundation/haxe

[lua] adjust the checks for bit/bit32

4fae95610dd36a0747b790aeb442ab2519aebfdd authored about 6 years ago by Justin Donaldson <[email protected]>
[lua] bump luarocks haxe-deps

09f3eafc14133e6139aba43ba8d0333e8f288bd0 authored about 6 years ago by Justin Donaldson <[email protected]>
[lua] use separate (cached) environments for each lua version

031c823e9a27cea446b09a931c7cd8728f0aab4f authored about 6 years ago by Justin Donaldson <[email protected]>
[lua] remove previous hererocks environment if it persists between runs

a069f0fb9436cdee1f2616b4187c0c76705d071a authored about 6 years ago by Justin Donaldson <[email protected]>
added -D hl-check-align support for FPU alignment (required for ARMv7-)

6c2184d4682484d9665043a10ec57b8567b16432 authored about 6 years ago by ncannasse <[email protected]>
minor optim

17c391241b8b827127697ba59c58843eb3c7bc23 authored about 6 years ago by Nicolas Cannasse <[email protected]>
[hl] introduce HMethod to differentiate direct function ptr from field

e2e731b6c2a1ee63ec6dc502bc4e489fe7e6dacc authored about 6 years ago by Nicolas Cannasse <[email protected]>
fix: can't init buf in __init__ (will be reset to null)

476c71beb11eadc34e76278f14517b6dd201c8f7 authored about 6 years ago by Nicolas Cannasse <[email protected]>
allow type to be null (close #7646)

d7492ce745fbe114ff7dd1e54db952cb438ea3a1 authored about 6 years ago by Nicolas Cannasse <[email protected]>
prevent buf from being reported as part of allocations

085d1e1dd77dc4c582ab7ed8510f573cf3a6f17f authored about 6 years ago by Nicolas Cannasse <[email protected]>
[macro] don't lose type path positions in decoding

closes #7606

9e365cedc6896eb0bd9083b701f8a54e22e7f1d0 authored about 6 years ago by Simon Krajewski <[email protected]>
[macro] port expr + position printer to Haxe

48435a8542f89f78918afb48c67a52fbea4b3f59 authored about 6 years ago by Simon Krajewski <[email protected]>
hl mysql fixes

c5c29f9a8d5aa8c1bf89dfcd298a3f257d887ebc authored about 6 years ago by ncannasse <[email protected]>
Timer.stamp js change (#7631)

50eede4ea592bd400e965401c542122b6fbacb2f authored about 6 years ago by RblSb <[email protected]>
Reset static inits in macros when the context is reused (#7554)

* [eval] apply static inits on context reuse (see #5746)

* test modification of macro class t...

64d1665dd725050a15c85b042902ad3e625b6419 authored about 6 years ago by Simon Krajewski <[email protected]>
[js] include semicolon after newline for included js files (#7648)

close #6975

c4209eb454af2b5a2805515f3912be7ae72ec354 authored about 6 years ago by Mark Knol <[email protected]>
Update README.md

684f9f363a16112579fd14e9c050c0ed65dc8183 authored about 6 years ago by Mark Knol <[email protected]>
fixed empty enum constructor C generation

48b89cc30834747d0ecb0676e19c586621161c4d authored about 6 years ago by ncannasse <[email protected]>
[lexer] sync inline xml tag identifiers

closes #7558

09466b7c09b3154f1f1bdb5c8a4b9edd33b1598a authored about 6 years ago by Simon Krajewski <[email protected]>
[js] make sure js.Syntax treats its arguments as values

closes #7630

23acfe12590938e4885cbc0406a69eda3a06d7ac authored about 6 years ago by Simon Krajewski <[email protected]>
[java] avoid android EReg problem

closes #7632

76559afc5cbd3738e3a26ce739f584d7136b081e authored about 6 years ago by Simon Krajewski <[email protected]>
[typer] dodge #7603

see #7603

00784982cb490887ae3d514b00a86560aca79837 authored about 6 years ago by Simon Krajewski <[email protected]>
[js] fix type inference for Promise callback arguments (closes #6790) (#7644)

* [js] fix type inference for Promise callback arguments (closes #6790)

* [tests] adapt test ...

dd443c3c684e85859c291302b2b6108cfb7f7290 authored about 6 years ago by Dan Korostelev <[email protected]>
[eval] fix some getters in externs being public

(default visibility is flipped in extern classes, so these were showing up in completion)

26f9041f5a404842249a5cebd51e553b22d0d25f authored about 6 years ago by Jens Fischer <[email protected]>
[js] revert hxEnums change

see #7581

936691ac65550f65c811864b1751f79f3aea5b00 authored about 6 years ago by Simon Krajewski <[email protected]>
[inline] dodge C# cast problem

see #7617

34cbf11ae2e7b8cdd05db4279dd4bab1f15bd75b authored about 6 years ago by Simon Krajewski <[email protected]>
[php] fix Socket.setTimeout (#7623)

Looks good to me.
I hope we will get better sys tests some day :)

c3f1d3871afcd0e436fec736d58aff4c6ef07ffd authored about 6 years ago by AlexHaxe <[email protected]>
output bytecode v4 if no bytes found (no -resource)

6f6c7027b0487790ec0997f9418f4d240be53fbe authored about 6 years ago by Nicolas Cannasse <[email protected]>
added hl bytes section (separated from utf8 strings)

e4b00100d6fba459cd0e8c1cd04188dc05f2349b authored about 6 years ago by Nicolas Cannasse <[email protected]>
[benchs] add custom iterator bench (#7597)

* [benchs] add custom iterator bench

* [benchs] CustomIterator: remove plain array iterator t...

b469d864f5edb0d3b68efbd104180eb8e01858a7 authored about 6 years ago by Giuseppe Di Mauro <[email protected]>
[typer] don't generate TLocal for recursive function if we don't need it

closes #7613

6e1e8f3741f80c067f1c07768f274072fe9007ab authored about 6 years ago by Simon Krajewski <[email protected]>
[inline] avoid some self-recursive inlining

see #7569

ba391c67fa958ee90abe0682e2df626f0028fb78 authored about 6 years ago by Simon Krajewski <[email protected]>
[typer] fix position of custom property accessor error message

closes #7616

f219276b9ec374b4b871907a8e229cd4357ff929 authored about 6 years ago by Simon Krajewski <[email protected]>
[reification] fix constraint reification

closes #7600

0cbfe5619afedf65c85addcc27a86ad060a0a674 authored about 6 years ago by Simon Krajewski <[email protected]>
[display] fix @:forward logic

closes #7577

6f2c09786ec0cf01f7cb7ecdf6e3cdafefe730fb authored about 6 years ago by Simon Krajewski <[email protected]>
Revert "test searching for empty string with String.indexOf() and Stirng.lastIndexOf()"

This reverts commit 6a42fbb6648933b367a8d7809b1af6d11d52743b.

e0c05520da9e8dde238d0fc4c25c39552e0424df authored about 6 years ago by Simon Krajewski <[email protected]>
[inline] map v_extra as well

closes #7579

c0ced01d76c1b8b1fcd8bb54e10aa0275a9f981a authored about 6 years ago by Simon Krajewski <[email protected]>
[php] fix searching for empty string with String.indexOf() and String.lastIndexOf()

8f7c9703bd072d7058f2437350099053359e9069 authored about 6 years ago by Alexander Kuzmenko <[email protected]>
test searching for empty string with String.indexOf() and Stirng.lastIndexOf()

6a42fbb6648933b367a8d7809b1af6d11d52743b authored about 6 years ago by Alexander Kuzmenko <[email protected]>
[debug] print field types in the AST dump

c0b6767e0b0e0ed57d132c84b9489f8e8f62b2a0 authored about 6 years ago by Simon Krajewski <[email protected]>
[benchs] print an error if a requested case does not exist

002502d4a67208dc4226b9479e1b1d3e1cbe9ffa authored about 6 years ago by Alexander Kuzmenko <[email protected]>
[php] Added parentheses for `Syntax.clone()` implementation (fixes #7590)

bbf423fe0bc2d8115e186b887fab4837315cd840 authored about 6 years ago by Alexander Kuzmenko <[email protected]>
print full class path on Duplicate field (in case of macro)

07fef7f33e279e9f111384f1e79917293091b242 authored about 6 years ago by ncannasse <[email protected]>
don't use Type.get(new) as it might be moved outside of call and we only need the type

b51212369413be2ce316425f9b7352b8889893ac authored about 6 years ago by ncannasse <[email protected]>
[matcher] fix bogus cast

see #7580

f7ddef75558a5c4edd5bbfd4b7dbc35cf3db539d authored about 6 years ago by Simon Krajewski <[email protected]>
[php] Fix unsign right shift (#7571)

* [php] Fix right unsign shift

* Add test for unsign right shift [php]

d2ab64c59b95c76ed66a13a3a4a9f79b2d90cae3 authored about 6 years ago by flashultra <[email protected]>
Merge pull request #7567 from haxiomic/html-extern-improvements2

HTML Extern Improvements

751e0b4cdd9195b876f9739e4785a1c18d384ff3 authored about 6 years ago by George Corney <[email protected]>
js API documentation (#7568)

- Mostly everything is from the great docs of MDN. Appropriate credit given.

b260f99c099a1d959295e3cfcb3d72a3b69bf312 authored about 6 years ago by Mark Knol <[email protected]>
[js] html externs: add Null<T> to return types where appropriate

abaa2d68afff711a6ed3d12aee3e6dbbe932b840 authored about 6 years ago by George Corney <[email protected]>
[js] html externs: enable navigator.serviceWorker (closes #5638)

010a4ab8f0619c7efc6329c7c47b271a2e7fbc16 authored about 6 years ago by George Corney <[email protected]>
Allow urls without a / separating the path and query parts (#7564)

URLs such as http://example.com?a=1 are valid and should work (see #7563)

c85de49effd742fdce334e95b2f6719cd3b06b03 authored about 6 years ago by George Corney <[email protected]>
[lua] add note about EReg and lrexlib and Utf8

f18f92c23b4988ebd0f19c891e7482a442668a53 authored about 6 years ago by Justin Donaldson <[email protected]>
fixed copy() returning wrong instance

8698281b93ef3be43f58c4cfe0a445d062716bec authored about 6 years ago by ncannasse <[email protected]>
[lua] use new haxe-deps rock for lib dependencies

3c0cab75fafcd4af83309dff89ea0b3c691bd688 authored about 6 years ago by Justin Donaldson <[email protected]>
[lua] remove unused HxOverrides and _iterator feature

61eec2577f7617047e726809827431526a8910b5 authored about 6 years ago by Justin Donaldson <[email protected]>
Remove character ranges (#7557)

ccd7dbdd49ecfa7232b6d607dec85fe6c3a6df36 authored about 6 years ago by RblSb <[email protected]>
[lua] give proper eof behavior for sys.io.Process

bb3959096e8a3e55f3e0c120fd4bae4ed2c3978b authored about 6 years ago by Justin Donaldson <[email protected]>
[lua] throw eof properly in FileInput

closes #7544

91ef180dd7b32bba1b4d64a50430fbd7ecc23625 authored about 6 years ago by Kevin Leung <[email protected]>
Try to avoid unlink(): Resource temporarily unavailable error

80c1ca9a2414102c8348c4cdb18f86130cadde6b authored about 6 years ago by Andy Li <[email protected]>
Fix Path.normalize on paths starting with ".//" (Fixes #7548) (#7555)

cdc317b14223b4b25022f218362d3fc5301d5f0e authored about 6 years ago by Kevin Leung <[email protected]>
[server] this seems backwards

99ff7657f66d71613f32f0fece1a12f331c55d96 authored about 6 years ago by Simon Krajewski <[email protected]>
[tests] add

closes #7536

8e1afe8c5ff4b870ce4311387ff810f095fcb412 authored about 6 years ago by Simon Krajewski <[email protected]>
[tests] hxcpp now uppercases

closes #7400

abf7329cea2b8053f7ed935648390c936637b36b authored about 6 years ago by Simon Krajewski <[email protected]>
[typer] try out a different unification error style (#7547)

6fa9125ca09ce1bc02f5d0d3097babb68f5a1fa6 authored about 6 years ago by Simon Krajewski <[email protected]>
[typer] resolve typedefs in `make_typeexpr`

closes #7540

5e915bd976f108d0907a805c17725aac0c81c444 authored about 6 years ago by Simon Krajewski <[email protected]>
[cli] don't make -D no-copt imply --no-opt

see #7550

63d5e7ef51b1cbdb14ba348cafb7d7d4f10f4a14 authored about 6 years ago by Simon Krajewski <[email protected]>
Prevent unwanted leading comma (#7553)

Previously `{, a: 1}`, after commit `{a: 1}`

b6d56fbb7ebfc7e5225841b7f5ea172737fe22ad authored about 6 years ago by George Corney <[email protected]>
correct changelog regarding to jQuery

e309787f83d26359a94edd28e689ad35e2a8d686 authored about 6 years ago by Andy Li <[email protected]>
pretend to make a release

let's see if Skial falls for it!

7eb789f540a43d110d4085932e8fd1c3881441d0 authored about 6 years ago by Simon Krajewski <[email protected]>
revert Std.is changes for release

a200541e35d86af1446d8a8241312c3d835be965 authored about 6 years ago by Simon Krajewski <[email protected]>
forgot one

[skip ci]

ac96002f4518b19b972642e860123c8a54466bf0 authored about 6 years ago by Simon Krajewski <[email protected]>
CHANGES.txt update

34e026a998e35e985b4d12b617ce18931333e851 authored about 6 years ago by Simon Krajewski <[email protected]>
[tests] enable string iterator tests for cppia

closes #7506

8fca9cb12778c88e3e1e3440b7a78d4aff901247 authored about 6 years ago by Simon Krajewski <[email protected]>
Revert "[lua] install dependencies with dedicated luarock package"

This reverts commit 1cef04ab10398aba622176d45c82f7921250b40b.

5c5484e95a193c3e756213e81d9e5ec72e678ddc authored about 6 years ago by Justin Donaldson <[email protected]>
[lua] install dependencies with dedicated luarock package

1cef04ab10398aba622176d45c82f7921250b40b authored about 6 years ago by Justin Donaldson <[email protected]>
[lua] Reflect.callMethod needs to double-bind its field argument

f293fac2974633c6052b1bb1bdffeb3e5c857c1a authored about 6 years ago by Justin Donaldson <[email protected]>
[lua] use UTF8 length when checking for length on string via Reflect

d9c2387d72c71619cb9716b6bb6c768d6c504834 authored about 6 years ago by Justin Donaldson <[email protected]>
removed invalid test (change spec in Std.is, see #7532)

6b0fa1005dbb3fd3f027f8ea06a12007537b51e9 authored about 6 years ago by Nicolas Cannasse <[email protected]>
more Std.is(null,Dynamic) == false support (#7532)

ad443a5fc8c7eb1512afe89e3f538d12a41878ff authored about 6 years ago by Nicolas Cannasse <[email protected]>
fixed Std.is(null,Dynamic) == false for #7532

fc895aaf18ada34132fd4cec2f351bbbeaff6357 authored about 6 years ago by Nicolas Cannasse <[email protected]>
tf_args expr (#7439)

* change tf_args to hold a texpr

see #4287

* allow enum fields as default function argumen...

c76e7b3db3d411694a763ddab2ca21c8096835e5 authored about 6 years ago by Simon Krajewski <[email protected]>
Flash means swf bytecode (#7534)

The single word "Flash" could mean a few things

ade4c02ed9bb89219bc24b155be8d00d356fed98 authored about 6 years ago by Kevin Leung <[email protected]>
[tests] disable neko unicode test

e658ebc3334c498a401c02838d6fb6a247811227 authored about 6 years ago by Simon Krajewski <[email protected]>
[syntax] treat \x escapes as uchars

closes #7449

1ba7d2a3cfae35e79efb64b36eced30c1bf49a0c authored about 6 years ago by Simon Krajewski <[email protected]>
[typer] start on improved error messages

25f1d5b2649862d4ff623f49cbac06910120ca5e authored about 6 years ago by Simon Krajewski <[email protected]>
update submodules

use exposed add_uchar instead of creating a new buffer for \u

6cf3aded2e07c476e2744cfe225a037678d4b51d authored about 6 years ago by Simon Krajewski <[email protected]>
expose UTF8.add_uchar

47b5801cbfca8d45de3b4790aa49576da1a1212d authored about 6 years ago by Simon Krajewski <[email protected]>
[tests] enable

closes #7499

2360ae3e815d280fdf1bfac808cff1d442ba90f8 authored about 6 years ago by Simon Krajewski <[email protected]>
[js] Cleanup some unused code (#7528)

* [js][dce] only emit fromCodePoint polyfill when fromCharCode used (requires #7527)

* [js][d...

885a35b06f044e27b06d39019d7eebe1ba0abaa9 authored about 6 years ago by George Corney <[email protected]>
Fix bad unification with static fields (#7527)

* check a_status in type_eq to fix static member unification issues (see #7526)

* [dce] rever...

ae60db38d71b9b0bfaffa03a722f7ce5c97966dd authored about 6 years ago by George Corney <[email protected]>
Support not-XML literals (#7438)

* [parser] try to parse inline XML

* support self-closers and refactor a bit

* add some te...

22ccaa19f0c592e0393ca7a7ccfcd0b711ddeb5c authored about 6 years ago by Simon Krajewski <[email protected]>
[analyzer] respect C#'s wonky eval order in structures

see #7531

db6823aa93873f475054c33cc9abc2bb3a8b2a83 authored about 6 years ago by Simon Krajewski <[email protected]>
Map key/value Iterators (#7516)

* Add IntMap key/value iterator

* IntMap order is undefined, use sorting

* Formatting

*...

b94c54c05570843d73f9f505aef4cfe8a3b7ce2f authored about 6 years ago by Mark Knol <[email protected]>
Fix for #7485 - Int32 negate missing clamp (#7491)

2a48e2c049acce456200c62ca1ffb9d41cc3fe4e authored about 6 years ago by Jeff Ward <[email protected]>
Specified and tested optional not nullable arguments (close #3826)

0ceb3480b6faa9d4c877a6aa6d6a3e77d2683d90 authored about 6 years ago by Nicolas Cannasse <[email protected]>
[typer] revert tvar change, no longer allow forced inline on local functions

closes #7521

489019adaa7eb8fc32438f8470565ebaf0f32927 authored about 6 years ago by Simon Krajewski <[email protected]>
Fixed a couple typos in README.md (#7523)

19b394ad731d905a4790cf5053adfb8688f4b426 authored about 6 years ago by Ronaldo Oliveira <[email protected]>
[php] optimise Array and Vector methods map, filter, toString, remove

afbc8cb53684932be00a84b0c9441250b49e4d98 authored about 6 years ago by Alexander Kuzmenko <[email protected]>
[php] better native `foreach` generation at the cost of the uglier hack

0e38b5a2f21d6810dcf61115e6bcf0c1643ce2e5 authored about 6 years ago by Alexander Kuzmenko <[email protected]>
fix premature push

a80058ca8a3b915334d453b66894b6aa1b745826 authored about 6 years ago by Alexander Kuzmenko <[email protected]>