Skip to content

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

Merged
Tieske merged 3 commits intomasterfrom
deps/luasocket
Mar 27, 2026
Merged

deps(luasocket): bump to 3.x#160
Tieske merged 3 commits intomasterfrom
deps/luasocket

Conversation

@Tieske
Copy link
Copy Markdown
Member

@Tieske Tieske commented Jan 12, 2023

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

@ventureoo
Copy link
Copy Markdown

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
Copy Markdown
Member Author

Tieske commented Mar 11, 2024

Rebased it, let's see...

@Tieske Tieske force-pushed the deps/luasocket branch 4 times, most recently from 03609ab to dad2427 Compare March 27, 2026 16:41
@Tieske Tieske marked this pull request as ready for review March 27, 2026 16:50
@Tieske Tieske merged commit f378d60 into master Mar 27, 2026
8 checks passed
@Tieske Tieske deleted the deps/luasocket branch March 27, 2026 16:53
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