blob: c6d32cde162663cb6ba2bb0b29c7a77fa26d2d5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
modutils
--------
- use string for version, and check only date?
- 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
---
- test: make each handler run at least once
- doc: make an "example" section
- doc: add a word about compatibility
- code: verify that the return value of callback.register is checked
|