-
Notifications
You must be signed in to change notification settings - Fork 54
Pull requests: HaxeFoundation/as3hx
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fixed runtime error conversion 'for' to 'while'. fixes #323
#324
by SlavaRa
was merged Dec 21, 2017
Loading…
Loops will be converted to
while
insted of for
if the condition should be checked continuously, e.g. for(var i = 0; some(i); i++)
. fixes #296
#322
by SlavaRa
was merged Dec 15, 2017
Loading…
Loops will be converted to
while
insted of for
if the condition should be checked continuously, e.g. i < a.length
. fixes #296
#321
by SlavaRa
was merged Dec 15, 2017
Loading…
Fixed conversion of 'function(i:int = 1e5)'. fixes #303
#306
by SlavaRa
was merged Nov 2, 2017
Loading…
Fixed conversion of 'function(i:int = 1.5)'. fixes #302
#305
by SlavaRa
was merged Nov 2, 2017
Loading…
Fixed conversion of 'array[index]['key']'. fixes #261
#297
by SlavaRa
was merged Oct 26, 2017
Loading…
Fixed conversion of 'setTimeout(callback, (a + b) * 1000, args)'. fixes #293
#294
by SlavaRa
was merged Oct 25, 2017
Loading…
Fixed conversion of 'parseInt('0xFFFFFF', 16)'. fixes #265
#292
by SlavaRa
was merged Oct 25, 2017
Loading…
Fixed conversion of
for(i; i < max; i++)
. fixes #285
#288
by SlavaRa
was merged Oct 20, 2017
Loading…
Fixed conversion 'v_numeric += condition1 || condition2'. fixes #275
#286
by SlavaRa
was merged Oct 20, 2017
Loading…
Fixed conversion of
v += condition ? 1 : 0
. fixes #274
#283
by SlavaRa
was merged Oct 20, 2017
Loading…
Previous Next
ProTip!
Filter pull requests by the default branch with base:master.