Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
lua-alchemy/BUGS
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
28 lines (16 sloc)
766 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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.3 | |
| ----------- | |
| -- rRsuming 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 | |
| -- Sugar "magic" does not work for the static properties. | |
| http://code.google.com/p/lua-alchemy/issues/detail?id=145 |