[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: luasocket-2.0-beta3 under lua-5.1-alpha
- From: Joseph Stewart <joseph.stewart@...>
- Date: Mon, 12 Sep 2005 10:26:23 -0400
Hello Diego and the rest of the group!
Luasocket 2.0-beta3 works almost flawlessly under lua-5.1, except for four "for" loops (couldn't resist the word-play) in the following files that lack the "pairs()" function wrapping the tables for proper iteration under
5.1:
lua/http.lua: lines 145 and 165
lua/smtp.lua line 214
lua/url.lua line 122
Should I submit a patch for this, or is it simple enough for this posting to do?
Thanks to all the smart and hard working people in the Lua community for such a great set of tools!
-joe
--
If it ain't broke, break it. How else are you going to figure out how it works?