forked from lua-alchemy/lua-alchemy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBUGS
29 lines (17 loc) · 810 Bytes
/
BUGS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Known issues in Lua Alchemy
===========================
Only most severe issues are listed here.
Consult http://code.google.com/p/lua-alchemy/issues/list for a full list.
If issue is stopped being listed, it means that it was fixed.
Version 0.2.2
-------------
-- as3.flyield() does not work as intended
http://code.google.com/p/lua-alchemy/issues/detail?id=112
http://code.google.com/p/lua-alchemy/issues/detail?id=121
-- resuming coroutine from an AS3 callback does not work
http://code.google.com/p/lua-alchemy/issues/detail?id=113
http://code.google.com/p/lua-alchemy/issues/detail?id=116
-- math.random() may return values greater than 1
http://code.google.com/p/lua-alchemy/issues/detail?id=127
-- AS3<->Lua interface could be faster
http://code.google.com/p/lua-alchemy/issues/detail?id=130