blob: b70a84a41f6e3b4c1c9e37546972acfabe94427a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
Next actions
------------
- Coordinate release with Heiko (luatex-loader?)
all
---
- use infwarerr
- use ltxcmds?
- \lltxb as a prefix means nothing
- regression checks on the results of the tests (sed+diff the log)
or generalise use of qstest
- 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
------
- import some error checking from Heiko's \LuT@MakeLuatexPrimitive?
modutils
--------
- make `\listfiles` show Lua modules? or provide \listluafiles for that
cctb
----
- support for unicode-letters?
mcb
---
- add an analogue of `callback.find()`, see #4
- revise priority system: use real numbers and don't change them
- provide a list()?
- allow temporary disabling of callbacks
- do something with open_read_file etc
- make callback.register = luatexbase_add_to_callback
- check if there are functions in the callbacks before luatexbase is loaded
and import them
bytecode registers
------------------
- create submodule for that (really? is it useful at all?)
- only lua interface, most probably
|