diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,6 +1,4 @@ | |||
1 | - Option to configure encoding escapes. | 1 | - Option to configure encoding escapes. |
2 | 2 | ||
3 | - Make encode/decode routines thread safe (within the same lua_State) | 3 | - Make encode/decode routines OS thread safe (within the same lua_State) |
4 | - Optionally create an object. Clone function. | 4 | - Optionally create an object for settings. Clone function. |
5 | |||
6 | - run_test_group "config" function calls should be protected by pcall? | ||