Richard W.M. Jones
f77ddb9e11
lua: Various fixes and enhancements:
...
- add support for events (with test)
- test progress messages
- update documentation to describe events
- refactor handle closing code
- refactor error code
- use 'assert' in test code instead of 'if ... then error end'
2012-11-19 14:01:40 +00:00
Richard W.M. Jones
6e5916e0f4
lua: examples: Boolean true shouldn't have quotes around it.
2012-11-18 19:24:20 +00:00
Richard W.M. Jones
6483c506b9
lua: Add another test to prove that the handles are really independent.
2012-11-18 16:45:44 +00:00
Richard W.M. Jones
4ba8b5a00d
lua: Add some missing features.
...
- Remove default error handler.
- User cancel.
- Add the errno to the object which is thrown on error.
Still no events.
2012-11-17 21:28:43 +00:00
Richard W.M. Jones
ff8bfd3e92
Add Lua bindings.
...
These are relatively complete, although only lightly tested. Missing:
- events
- last_errno
- user_cancel
2012-11-17 20:02:42 +00:00