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

[matcher] properly type array access

see #7467

76879f9453102c969448bcdacd80a185eabb2380 authored about 6 years ago by Simon Krajewski <[email protected]>
[eval] fix charAt on surrogate pairs

4e1277ae94236271bcbefbeb8585d2a84c700c68 authored about 6 years ago by Simon Krajewski <[email protected]>
[lua] streamline some of the info from luarocks

dd1c8fd89acc031dc69bb6d7259883a03044b83c authored about 6 years ago by Justin Donaldson <[email protected]>
A faster / more stable parseInt (#7461)

b75fc89d7283c6961b8deea4d6839fe9dd414c3c authored over 6 years ago by Jeff Ward <[email protected]>
The Reflect.callMethod situation (#7442)

* [tests] add test for Reflect.callMethod on statics/closures

see #7106

* flip closure tes...

d80e4c013da07db5ed1c8c1c635b2325815f395b authored over 6 years ago by Simon Krajewski <[email protected]>
[lexer] explicitly list all keywords so we don't Hashtbl so much

5fc66d086695cce341fe2f709e394c0005f3537b authored over 6 years ago by Simon Krajewski <[email protected]>
[php] use cached closures for Reflect.field(obj, method)

b9e83afab2332b08b8163b6de66a816b283e8fb9 authored over 6 years ago by Alexander Kuzmenko <[email protected]>
[parser] reserve `operator` and `overload` as keywords

see #7413

545867168432f7017a4b0b3734a54fc75f4c59aa authored over 6 years ago by Simon Krajewski <[email protected]>
[typer] factor out `make_extension_type`

1dca04c910db0d95ecba05b5e0fcbf535d2b1a7d authored over 6 years ago by Simon Krajewski <[email protected]>
[lua] fix some utf8 file operation issues

f5decc036f420e356adffd4f4aa27dad5ca99844 authored over 6 years ago by Justin Donaldson <[email protected]>
update python externs test to utest 1.9.0

ebd2b0f0820c24b142e94e304606eeee38bb3558 authored over 6 years ago by Alexander Kuzmenko <[email protected]>
update to utest 1.9.0

64fc8f796c523146bab31267855da2164ec439e0 authored over 6 years ago by Alexander Kuzmenko <[email protected]>
[display] fix compilation...

e88e57c3b2db735c8191aedeb6b526a4c88b23d5 authored over 6 years ago by Simon Krajewski <[email protected]>
[display] don't show Void-returners in value places

ed4e718bb26e1c355f61d4c128e8fb100d86c117 authored over 6 years ago by Simon Krajewski <[email protected]>
[display] show complete setter signature

d3b8e9ba8336b4cf22dde21a520e75df01f08f54 authored over 6 years ago by Simon Krajewski <[email protected]>
[display] support signature completion on array access

closes #6775

8934ae309bcc1ff4462d529c1735e1343d055d04 authored over 6 years ago by Simon Krajewski <[email protected]>
[display] fix exhaustion

6c81fed6f3a3604ce06e4daa340d57cc4a1e7f67 authored over 6 years ago by Simon Krajewski <[email protected]>
[display] add new completion result kind for type decl

de84ef70b65532606ec4662ccb535e917ff1b70e authored over 6 years ago by Simon Krajewski <[email protected]>
[parser] allow type decl completion to trigger on the token too

see #7053

e106a99b18977b134dd0679e0d258613d9ab4fd0 authored over 6 years ago by Simon Krajewski <[email protected]>
[parser] deal with incomplete type decl keywords

see #7053

c1949b19f7a12480ca589ea81c511047a8301fbd authored over 6 years ago by Simon Krajewski <[email protected]>
[parser] fix state reset

see #7053

218c86df62e413bd11fac3a44975fe1c9d0d13f0 authored over 6 years ago by Simon Krajewski <[email protected]>
update Reflect.callMethod in HL: don't allow to switch closure object (crash unless HL 1.8)

dcede2fb20c096789e734161499b23f47393445c authored over 6 years ago by Nicolas Cannasse <[email protected]>
[parser] fix `package` showing up in completion

see #7053

c08f9417bc3d01459592f95f315dfb397f0af60f authored over 6 years ago by Simon Krajewski <[email protected]>
[parser] while we're at it

cb961da98e1b0676cf653314a94645e2cdb07695 authored over 6 years ago by Simon Krajewski <[email protected]>
[parser] add delayed syntax completion

closes #7053

1eeac87158c4de2f04da2e7e129d0b02797b9d3a authored over 6 years ago by Simon Krajewski <[email protected]>
[display] add test

closes #4155

95525f75475e308e33776d11c2b8a85d4f18da66 authored over 6 years ago by Simon Krajewski <[email protected]>
[php] Wrap binops and unops into parentheses for Syntax.code() args (fixes #7457)

62a0daaf69df16715f14e2035c9d93ef690f597a authored over 6 years ago by Alexander Kuzmenko <[email protected]>
[php] fix String.lastIndexOf(s, startIndex) for startIndex > s.length

eafc67cf36ac72b255acb7cb6b07b3b7ee302146 authored over 6 years ago by Alexander Kuzmenko <[email protected]>
[eval] fix lastIndexOf if startIndex >= length

closes #7455

How the fuck was this not in our tests...

7012dfb84eb705d49c37a1b536bafeb9f154ecf4 authored over 6 years ago by Simon Krajewski <[email protected]>
Support `inline call()` and `inline new C()` expressions (#7425)

* support `inline call()`

* [typer] support `inline call` on local functions

* use Meta.In...

97f26418346247a7e83e5b7621f4f1a165a7c86f authored over 6 years ago by Simon Krajewski <[email protected]>
[display] check constructor visibility for toplevel completion

closes #7281

3722d5919061fb904418a6456becf30339189e74 authored over 6 years ago by Simon Krajewski <[email protected]>
[display] don't mark EVars as display expression

closes #7320

e92a887e2c358d1c2a0718e08bd5e71fb960cc6c authored over 6 years ago by Simon Krajewski <[email protected]>
[inline] use `@:inline` metadata instead of `inline` prefix

closes #6129
closes #7271

361404b828951bf4e1ae1d10cb0190f77015f2de authored over 6 years ago by Simon Krajewski <[email protected]>
[matcher] keep track of pattern positions

94d2b851fbd2b839abc0353fe1252e7b4c78c7d6 authored over 6 years ago by Simon Krajewski <[email protected]>
better tests sys.io.FileInput

f0f3a4eed44639335a405b4f97214c3342d6cfd2 authored over 6 years ago by Alexander Kuzmenko <[email protected]>
[php] fix bytes count in FileInput.readBytes()

a2f4d9f8c3fb5c7f21e6f59cfd70093d178f482d authored over 6 years ago by Alexander Kuzmenko <[email protected]>
[parser] be more lenient with missing closed parens in display mode

closes #7219

6b260568545a34155c81fa7a70392a7bfd81a59b authored over 6 years ago by Simon Krajewski <[email protected]>
[parser] admit switch without body if in display

closes #7211

becf1114ae43a890135b797063363f4fd07e070f authored over 6 years ago by Simon Krajewski <[email protected]>
[display] @...

0cb88acfb81cce15dec146b38c6ed5f19735a432 authored over 6 years ago by Simon Krajewski <[email protected]>
[display] add test

closes #7172

1436aace2f126ac292f0ca9c6d4938ad03d2db4c authored over 6 years ago by Simon Krajewski <[email protected]>
[eval] don't create artifical hash conflicts

e81561aa5f4428e24f1e7096901dbad46ee28ecc authored over 6 years ago by Simon Krajewski <[email protected]>
[display] try to deal with abstract relations

closes #7137

053fd51d8af8be045dec41584885c1428046f302 authored over 6 years ago by Simon Krajewski <[email protected]>
[display] always sort anon fields by their positions

closes #7135

26514206a8a398713bb9bb42b834cfcf58c929fc authored over 6 years ago by Simon Krajewski <[email protected]>
[display] @

d3e0af75e93e9febb6e7c5e7191bc93eecd96a45 authored over 6 years ago by Simon Krajewski <[email protected]>
[display] finally support gama's metadata structure

closes #7045

03da5d1951103e7e62085dcbc88b94495e376a8b authored over 6 years ago by Simon Krajewski <[email protected]>
[display] deal with TypePath recursions

closes #6558

39cbbc31776459de3a751a2fabae44587399dd0d authored over 6 years ago by Simon Krajewski <[email protected]>
[parser] distinguish auto triggered signature display

see #6383

c093a40ae19ac586e8b3e70130579f4c6ab4ebc6 authored over 6 years ago by Simon Krajewski <[email protected]>
[parser] improve robustness

949d0b8e949c0efd4124e011efd8085867065723 authored over 6 years ago by Simon Krajewski <[email protected]>
[parser] remove Display exception

Let's see if somebody complains.

701882f2cf9a7b4cc79f5569308f5c8dfefe47f0 authored over 6 years ago by Simon Krajewski <[email protected]>
[display] fix weird `final` parsing problem

Also set class flags during pass 1.

a88ae3dd60a07e47f38c4acf4138ed30dc37dce3 authored over 6 years ago by Simon Krajewski <[email protected]>
[typer] add `v_final`

7b270820cc8682c9009216ad6c027fa69080823f authored over 6 years ago by Simon Krajewski <[email protected]>
[eval] document a bit

1fd6a2db6ee14a8f8aef642b1b30ed9cd2a6f795 authored over 6 years ago by Simon Krajewski <[email protected]>
[eval] keep track of enum ctor names and use them for debugging

10d7122470e053a28e86766b3d5355106d379c65 authored over 6 years ago by Simon Krajewski <[email protected]>
[eval] support array index completion

It doesn't auto-trigger unfortunately...

28183695b2c665bf1c50a58ccc06a5cf25076699 authored over 6 years ago by Simon Krajewski <[email protected]>
[eval] support completion

b3134cb3a1afb19644a2859e70549da1f755799b authored over 6 years ago by Simon Krajewski <[email protected]>
[eval] port debugger protocol to use jsonrpc_handler

f0bedea4d0c770ec5bd8b2384889417c3d58892d authored over 6 years ago by Simon Krajewski <[email protected]>
[json] factor out jsonrpc_handler

20152990f86c68b18f4beb243c72794480a9a3ee authored over 6 years ago by Simon Krajewski <[email protected]>
[eval] avoid dealing with the same exception multiple times

fb1a7338a20f6b52f4ea14fca945c72dcdd4e3a6 authored over 6 years ago by Simon Krajewski <[email protected]>
[eval] support function breakpoints

188a091ec7c0467dabe84972f27cbaf3e617e8f2 authored over 6 years ago by Simon Krajewski <[email protected]>
[eval] lose CLI debugger

8e79823e2eb92bf31c67fc8f8f98dae4a04f0163 authored over 6 years ago by Simon Krajewski <[email protected]>
Merge branch 'development' of https://github.com/HaxeFoundation/haxe into development

67678abb6e9962e11ba26b0840ac6ca3ef240572 authored over 6 years ago by Simon Krajewski <[email protected]>
[eval] send packet length as 32bit int and chunk content

60e1361b61c5dc782c09f5e23fc85248eea86c2e authored over 6 years ago by Simon Krajewski <[email protected]>
Merge pull request #7444 from haxiomic/remove-typedarray-polyfill

[js] Add ArrayBuffer.slice polyfill for IE 10 support

368a9217fc8d94670360834b93ae7006e7eea50a authored over 6 years ago by George Corney <[email protected]>
[js] Remove inline

a7dfd4f805ff31d06b9bb5eb75c2b569f58e2961 authored over 6 years ago by George Corney <[email protected]>
[js] Add ArrayBuffer.slice polyfill for IE 10 support

918b822ffe35802ba9424da19d2296ebd39a0450 authored over 6 years ago by George Corney <[email protected]>
Merge pull request #7406 from haxiomic/remove-typedarray-polyfill

[js] Remove TypedArray polyfill

75a092636b00e96c53e1360048dc86cd9ccb27b7 authored over 6 years ago by George Corney <[email protected]>
[eval] remove ropes

Turns out this is not worth it anymore with the new unicode requirements.

4ef6e131317ad48bc03df3f58c1f0d87284acfb4 authored over 6 years ago by Simon Krajewski <[email protected]>
[php] fix stringification in Array.join() (fixes #7443)

ca6b4f3a05eb81a763d47c239c301bc27f50e2da authored over 6 years ago by Alexander Kuzmenko <[email protected]>
eliminate some unused jumps

11e284475c73da57231b3432dc2eb321db5f9d0d authored over 6 years ago by ncannasse <[email protected]>
[tests] Disable test behind flag 'typedarray_precision_check' (see #7407)

d583f7c9bd41137cbf9e3f3272b6230d64ed4aa5 authored over 6 years ago by George Corney <[email protected]>
[php] cache closures created of static and instance methods

57528372fdad4794c8738c8fda27a0716e088f20 authored over 6 years ago by Alexander Kuzmenko <[email protected]>
[eval] rewrite `handle_decoding_error` to not concat strings

see #7435

36c470f889ede626c07f04ef6419ad53e533a18f authored over 6 years ago by Simon Krajewski <[email protected]>
[std] right...

009139fe3fdcfc3ea37759a58b18e93c07907f57 authored over 6 years ago by Simon Krajewski <[email protected]>
[std] support attribute writing in haxe.xml.Access

closes #7440

6d941be9dc4f663b3bcc647badbd8e2c4eea2242 authored over 6 years ago by Simon Krajewski <[email protected]>
[eval] dump decoding errors to file

closes #7435

7a1d13e0be123d3594aba8c0e99e5623a99980ca authored over 6 years ago by Simon Krajewski <[email protected]>
[analyzer] don't catch Sys.Break

closes #7418

0766bc358d4e7921afa0f8b13a2924358c4c04fd authored over 6 years ago by Simon Krajewski <[email protected]>
[doc] unspecify EReg.matched on non-existing group

closes #5352

ebaef5a723791d6c64c1c24f9c69b821e20bfcba authored over 6 years ago by Simon Krajewski <[email protected]>
[pcre] add UCP flag

e71efd46c68468b8225a44dae5a571e3d992670d authored over 6 years ago by Simon Krajewski <[email protected]>
Fixed file handle leak

ad42e4357c071dd7ff172da819239eb368872ac0 authored over 6 years ago by Clifford Jefferies <[email protected]>
[typer] allow static interface variables on externs

closes #7434

4bdba50da8e7e25c909c6ef9500d59752bf2c846 authored over 6 years ago by Simon Krajewski <[email protected]>
[typer] allow assigning `[]` when Map is expected

closes #7426

dda4521002b38b0b0816dcf03c369ced5b063056 authored over 6 years ago by Simon Krajewski <[email protected]>
[eval] try to get the sys API under control

5e91537e34f99b216dbf45b42ae9d6e2ca7b012a authored over 6 years ago by Simon Krajewski <[email protected]>
[php] generate less "#File.hx:lineNumber" lines

fa2ff5eeb96d7f6bdbf531d11cd9d206dca92d32 authored over 6 years ago by Alexander Kuzmenko <[email protected]>
[typer] allow WithType to carry an expected name

utilize it for completion sorting and show it on hover

eec79c1e5ea6236b6b91077da39024cb66dc7b27 authored over 6 years ago by Simon Krajewski <[email protected]>
[eval] fix index on indexOf

e1be7461ba7dd1d49503d75ba7bcd219c2f4dd0f authored over 6 years ago by Simon Krajewski <[email protected]>
[TravisCI] grab the latest playerglobal.swc

7dc8ce7c3bf14e080bdcc2619d3e2be56e3b1d57 authored over 6 years ago by Andy Li <[email protected]>
[typer] support write-mode `@:op(a.b)`

c27156a9508f86e6c47460d73c50292db6cc9d9e authored over 6 years ago by Simon Krajewski <[email protected]>
Compile fix for js haxe.Json, fix #7421, code by @mockey (#7427)

* Compile fix for js haxe.Json, fix #7421, code by @mockey

* Compile fix for flash haxe.Json

f9af0df0637a8dfe21a55855d3583ea7b8042bb7 authored over 6 years ago by Valentin Lemière <[email protected]>
don't use try/catch to skip packages

ad3ec1486b3f1ef09ae4632f81b54eff4e4819f1 authored over 6 years ago by ncannasse <[email protected]>
Merge branch 'development' of https://github.com/HaxeFoundation/haxe into development

8f2e280a55f638c40be5e1ec4fcc8b8da10a6c69 authored over 6 years ago by Simon Krajewski <[email protected]>
[tests] try to get CI green again

328dfdae6c40001b2e63576feaf675cb1b8363ec authored over 6 years ago by Simon Krajewski <[email protected]>
removed --dead-code-elimination from args (#7423)

0cfe8f7122d960d36bb2cc93e0fe320251ac503f authored over 6 years ago by R32 <[email protected]>
[display] also show core api positions

closes #7192

056e247d13134e0637bb1558598d921fdb2ba44f authored over 6 years ago by Simon Krajewski <[email protected]>
[display] clean up core-doc merging

see #7192

1c0474a05498914e9c257bdc770b97432668d4f4 authored over 6 years ago by Simon Krajewski <[email protected]>
[typer] don't put core apis in your core apis

closes #7236

caa9f48c75cdbe1f2567a3487278adef13c6f143 authored over 6 years ago by Simon Krajewski <[email protected]>
[TravisCI] always use the latest version of FlashPlayer

3195cacc779f473dc7ac688326ee4abddebc973d authored over 6 years ago by Andy Li <[email protected]>
[php] throw Eof on FileInput.readBytes() if amount of bytes read is 0 (fixes #7345)

c1e9da2ca175a06a67fac0a112b87b48b634f7f3 authored over 6 years ago by Alexander Kuzmenko <[email protected]>
[php] make EReg and unicode friends (#7419)

6d355663541ff2917939066fc76fba176544c95a authored over 6 years ago by Alexander Kuzmenko <[email protected]>
[std] fix Lambda.filter signature

closes #7420

79e6d2ca47ed47b84e41e11629179dff5cfee0a0 authored over 6 years ago by Simon Krajewski <[email protected]>
Template keep array iterator (#7412)

* Template keep array iterator

* Update Template.hx

Make it static to avoid creating too m...

cd30b5947c1458203223d69714402cc22fb0676f authored over 6 years ago by Mark Knol <[email protected]>