diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-05-27 16:23:38 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-05-27 16:23:38 +0200 |
commit | d6800ad8e97f587b10dd58e7fadc2ef9758ffc51 (patch) | |
tree | 6ace05e3b65925e8264143813fee178a953dca6d /TODO | |
parent | 18d13798488656bf5198707b46a7047ab57d6f8c (diff) | |
download | luatexbase-d6800ad8e97f587b10dd58e7fadc2ef9758ffc51.tar.gz |
new todo: module()?
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------ |