~ubuntu-branches/ubuntu/utopic/lua-coxpcall/utopic

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Enrico Tassi
  • Date: 2008-05-21 16:05:22 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080521160522-fo7cyqwymtabgbxp
Tags: 1.13.0-1
new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Coxpcall encapsulates the protected calls with a coroutine based loop,
5
5
so errors can be dealed without the usual pcall/xpcall issues with coroutines.
6
6
 
7
 
Using Coxpcall usually consists in simply loading the module and then replacing
8
 
Lua pcall and xpcall by copcall and coxpcall.
 
7
Using Coxpcall usually consists in simply loading the module and then replacing Lua
 
8
pcall and xpcall by copcall and coxpcall.
9
9
 
10
10
Coxpcall is free software and uses the same license as Lua 5.1.
11
11
 
12
 
Current version is 1.12. It was developed for Lua 5.1.
13
 
 
14
12
Coxpcall can be downloaded from its LuaForge page. You can also get Coxpcall using LuaRocks:
15
13
luarocks install coxpcall
16
14
 
17
15
History
18
 
 
19
 
Coxpcall 1.12 [09/May/2008]
20
 
* Added stack traces
 
16
Coxpcall 1.13 [19/May/2008]
 
17
        * Fixed bug [#5275], found by Gary NG
 
 
b'\\ No newline at end of file'