From 33349fbd21838e95cd07b5f660624932222517e2 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Tue, 7 Dec 2004 20:39:02 +0000 Subject: [PATCH] More to do. --- FIX | 1 + TODO | 3 +++ test/ltn12test.lua | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/FIX b/FIX index 5ce3a01..5846e5e 100644 --- a/FIX +++ b/FIX @@ -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 diff --git a/TODO b/TODO index c366bf6..fedcd7f 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/test/ltn12test.lua b/test/ltn12test.lua index 7922bf1..74a45e8 100644 --- a/test/ltn12test.lua +++ b/test/ltn12test.lua @@ -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") -