summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index ee09ff6..b70a84a 100644
--- a/TODO
+++ b/TODO
@@ -14,6 +14,9 @@ all
- add debug messages to be used in the test suite?
- mark all occurences of version-dependent stuff in the code
- drop compat for 0.25 when tl2010 is frozen
+- quit using module() in favor of locals, more generally ensure compat with
+ Lua 5.2
+- support the syntax foo = require"foo" in modutils? How?
compat
------