summaryrefslogtreecommitdiff
path: root/TODO
blob: 1f368269f3234d4e1b28ac3e60ba26ff5127f773 (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
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
- 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?
- make the functions compatible with luatex.sty

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