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

deps(luasocket): bump to 3.x #160

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

deps(luasocket): bump to 3.x #160

wants to merge 1 commit into from

Conversation

Tieske
Copy link
Member

@Tieske Tieske commented Jan 12, 2023

based on this issue: #159, trying to recreate the issues we had previously.

@ventureoo
Copy link

Just FYI, but with newer versions of luasocket it seems to no longer be a stopper. I just tested this code and can't reproduce the issue:

[N] vasily@cachyos ~> luajit -v -e "require('socket').bind('*', 20000); print(require('socket')._VERSION)"
LuaJIT 2.1.1702233742 -- Copyright (C) 2005-2023 Mike Pall. https://luajit.org/
LuaSocket 3.0.0
[I] vasily@cachyos ~> lua5.1 -v -e "require('socket').bind('*', 20000); print(require('socket')._VERSION)"
Lua 5.1.5  Copyright (C) 1994-2012 Lua.org, PUC-Rio
LuaSocket 3.0.0

@Tieske
Copy link
Member Author

Tieske commented Mar 11, 2024

Rebased it, let's see...

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.

None yet

2 participants