blob: 55c4f0501e1aae08cfcdd720a9fc60ed4a7ef536 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
modutils
--------
- use tex.error for errors when available
- review logic: should this module be mandatory?
if not, what should happen with mixed require(), require_module(),
declaration and no declaration?
- Update user documentation including template(s) for Lua modules once the
preceding question is decided.
mcb
---
- Enhance test file: call each function at least once
- General review of code and comments.
- Update user documentation.
|