Skip to content
New issue

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

refactor coxpcall dependency #41

Merged
merged 4 commits into from
Feb 26, 2018
Merged

refactor coxpcall dependency #41

merged 4 commits into from
Feb 26, 2018

Conversation

fperrad
Copy link
Contributor

@fperrad fperrad commented Sep 7, 2017

note1: follow PR #30
note2: tested with orbit and Lua 5.1

all is already done in wsapi.common
see https://github.com/keplerproject/wsapi/blob/master/src/wsapi/common.lua#L21-L25

`coxpcall` (like `rings`) are not longer a direct dependencies of `wsapi-fcgi` & `wsapi-xavante`.
So, the `rockspec` could be updated like this:

```diff
wsapi:
-dependencies = { "luafilesystem >= 1.6.2" }
+dependencies = { "luafilesystem >= 1.6.2", "rings >= 1.3.0", "coxpcall >= 1.14" }

wsapi-fcgi:
-dependencies = { "wsapi >= 1.6.1", "rings >= 1.3.0", "coxpcall >= 1.14" }
+dependencies = { "wsapi >= 1.6.x" }

wsapi-xavante:
-dependencies = { "wsapi >= 1.6.1", "rings >= 1.3.0", "coxpcall >= 1.14", "xavante >= 2.3.0" }
+dependencies = { "wsapi >= 1.6.x", "xavante >= 2.3.0" }
```
@hishamhm hishamhm merged commit 9a9edb9 into keplerproject:master Feb 26, 2018
@hishamhm
Copy link
Member

Merged, thank you!

buildroot-auto-update pushed a commit to buildroot/buildroot that referenced this pull request Apr 7, 2019
since version 1.7, coxpcall is only required with Lua 5.1

see, keplerproject/wsapi#41

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
buildroot-auto-update pushed a commit to buildroot/buildroot that referenced this pull request Apr 14, 2019
since version 1.7, coxpcall is only required with Lua 5.1

see, keplerproject/wsapi#41

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit b7b8a7f)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants