Ben Morris
|
0f1633503d
Flesh out + test sys.net.Socket on all sys targets (#6887)
|
il y a 7 ans |
Jens Fischer
|
b77546dd21
[lua] fix missing close() call in Boot.systemName()
|
il y a 7 ans |
Mark Knol
|
b3cc1d7949
Happy new year! (#6799)
|
il y a 7 ans |
Justin Donaldson
|
1a87a1e444
[lua] fix toString behavior in the case of -0 (fix #6652)
|
il y a 8 ans |
Justin Donaldson
|
e439eede66
[lua] if dynamic is not table, return empty array for Reflect.fields
|
il y a 8 ans |
Justin Donaldson
|
1dc68f8fe9
[lua] fix missing semicolon on static init declarations, and streamline some boot handlers
|
il y a 8 ans |
Justin Donaldson
|
cbf3404818
[lua] clean up some easy TODOS
|
il y a 8 ans |
Justin Donaldson
|
05c2ae137d
[lua] turn os detection script into pure haxe
|
il y a 8 ans |
Justin Donaldson
|
bb6dc209d2
[lua] fix issue #5973
|
il y a 8 ans |
Mark Knol
|
875ad19432
2017 (#5932)
|
il y a 8 ans |
Justin Donaldson
|
accc7054e7
[lua] fix errors masked by incorrect error code
|
il y a 8 ans |
Justin Donaldson
|
bfb06afb00
[lua] start refactoring externs based on versions
|
il y a 9 ans |
Justin Donaldson
|
cdab01efa5
[lua] add int clamp behavior that more closely matches js, etc. Use this as default for Std.int
|
il y a 9 ans |
Dan Korostelev
|
b7e204924c
[lua] multireturn support
|
il y a 9 ans |
Justin Donaldson
|
c53356019b
[lua] featurize _hx_apply_self
|
il y a 9 ans |
Justin Donaldson
|
ee417dde87
[lua] featurize some table polyfills
|
il y a 9 ans |
Justin Donaldson
|
9ee06d98f9
[lua] make the staticToInstance and funcToField helpers features as well
|
il y a 9 ans |
Justin Donaldson
|
5019d12065
[lua] inline _hx_bind as a pure lua helper method in the compiler, rather than in Boot
|
il y a 9 ans |
Justin Donaldson
|
6098b9cc03
[lua] refactor field reflection, move some key messy bits into boot instead of Reflect
|
il y a 9 ans |
Justin Donaldson
|
543d365aed
[lua] add missing feature check for _hx_bit_clamp, remove unnecessary heavyweight parseInt usage
|
il y a 9 ans |
Justin Donaldson
|
37769a3c18
[lua] put the _hx_bit library behind a use._bit feature, and inline it
|
il y a 9 ans |
Justin Donaldson
|
fd734ed02b
[lua] TODO updates
|
il y a 9 ans |
Justin Donaldson
|
b61557dde8
[lua] remove __instanceof checks from __string_rec, reduces imports for simple cases
|
il y a 9 ans |
Justin Donaldson
|
5c67292c22
[lua] remove usage of StringBuf in base classes with Table.concat.
|
il y a 9 ans |
Justin Donaldson
|
3e914e7349
[lua] clean up Boot imports
|
il y a 9 ans |
Justin Donaldson
|
17db6843cb
[lua] remove PairTools usage from Boot
|
il y a 9 ans |
Justin Donaldson
|
d92801b855
[lua] upgrade __lua_table__ so that it can accept both an array and a hash argument, and combine them in one table. Provide interface through lua.Boot.createTable
|
il y a 9 ans |
Justin Donaldson
|
ce3adc952a
[lua] fix failing test due to inlined vector constructor
|
il y a 9 ans |
Justin Donaldson
|
7f0447fa59
[lua] improve speed of array
|
il y a 9 ans |
Justin Donaldson
|
9fbe52aec2
[lua] Clean up inheritance checks with a recursive method, and catch inheritance on extended interfaces
|
il y a 9 ans |