More to do.

This commit is contained in:
Diego Nehab 2004-12-07 20:39:02 +00:00
parent 4e5ad6d5ee
commit 33349fbd21
3 changed files with 4 additions and 1 deletions

1
FIX
View File

@ -1,3 +1,4 @@
mime filters are more strict with ltn12 standards
ltn12 avoids coroutines (so you can go wild on the C side)
automated tests for ftp now in use
new compat-5.1 distribution

3
TODO
View File

@ -1,3 +1,6 @@
"foo.bar.baz" previously had to provide luaopen_foobarbaz() and now
should use luaopen_foo_bar_baz(). Change compat-5.1 and LuaSocket?
ftp.send/recv return bytes transfered?
new scheme to choose family/protocol of object to create
change ltn13 to make sure drawbacks are obvious

View File

@ -272,4 +272,3 @@ assert(filter3(nil, 1), "filter3 not empty")
assert(filter4(nil, 1), "filter4 not empty")
assert(filter5(nil, 1), "filter5 not empty")
print("ok")