We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Is async functional or not? All I get is this:
attempt to call a nil value (global 'async')
I found this very old thread suggesting it wasn't supported in v2 for a while, but there are also tests for async in this repo. #545
This is my install script
sudo apt install npm sudo apt lua5.3 liblua5.3-dev libev-dev luarocks -y # Install rocks system wide as in a local installation busted can't find luacov sudo luarocks install copas sudo luarocks install lua-ev scm --server=http://luarocks.org/repositories/rocks-scm/ sudo luarocks install moonscript sudo luarocks install busted sudo luarocks install luacov sudo luarocks install luacov-html
The text was updated successfully, but these errors were encountered:
not functional
Sorry, something went wrong.
In that case you should probably remove it from the documentation to save everyone some time. :)
there used to be a branch with a 2.0 implementatioin (wip level), but can't seem to find it anymore...
No branches or pull requests
Hi,
Is async functional or not? All I get is this:
I found this very old thread suggesting it wasn't supported in v2 for a while, but there are also tests for async in this repo.
#545
This is my install script
The text was updated successfully, but these errors were encountered: