Encapsulates the protected calls with a coroutine based loop, so errors can be handled without the usual Lua 5.x pcall/xpcall issues with coroutines yielding inside the call to pcall or xpcall.
Encapsulates the protected calls with a coroutine based loop, so errors can be handled without the usual Lua 5.x pcall/xpcall issues with coroutines yielding inside the call to pcall or xpcall.
To install lua52-coxpcall, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lua52-coxpcall
To see what files were installed by lua52-coxpcall, run:
port contents lua52-coxpcall
To later upgrade lua52-coxpcall, run:
sudo port selfupdate && sudo port upgrade lua52-coxpcall
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.