summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-05-27 16:23:38 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-05-27 16:23:38 +0200
commitd6800ad8e97f587b10dd58e7fadc2ef9758ffc51 (patch)
tree6ace05e3b65925e8264143813fee178a953dca6d /TODO
parent18d13798488656bf5198707b46a7047ab57d6f8c (diff)
downloadluatexbase-d6800ad8e97f587b10dd58e7fadc2ef9758ffc51.tar.gz
new todo: module()?
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
------