[GitHub] thrift pull request: THRIFT-3585 Lua: compact protocol implement o...

2016-02-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/828 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] thrift pull request: THRIFT-3585 Lua: compact protocol implement o...

2016-02-03 Thread mygityf
Github user mygityf commented on the pull request: https://github.com/apache/thrift/pull/828#issuecomment-179694517 Tested with test/lua/test_basic_client.lua and test_basic_server.lua, result is expected. new comment(df693bf) added for the bug. --- If your project is set up for

[GitHub] thrift pull request: THRIFT-3585 Lua: compact protocol implement o...

2016-02-02 Thread nsuke
Github user nsuke commented on the pull request: https://github.com/apache/thrift/pull/828#issuecomment-178683522 Tested with `test/lua/test_basic_client.lua` and found several problems. Examples of problematic valus were negative i8 values (-128 ~ -1), some i32 values

[GitHub] thrift pull request: THRIFT-3585 Lua: compact protocol implement o...

2016-02-02 Thread nsuke
Github user nsuke commented on a diff in the pull request: https://github.com/apache/thrift/pull/828#discussion_r51591170 --- Diff: lib/lua/src/luabpack.c --- @@ -103,7 +104,7 @@ static int l_bunpack(lua_State *L) { const char *code = luaL_checkstring(L, 1);

[GitHub] thrift pull request: THRIFT-3585 Lua: compact protocol implement o...

2016-02-01 Thread nsuke
Github user nsuke commented on the pull request: https://github.com/apache/thrift/pull/828#issuecomment-177898858 @mygityf thanks for tidying things up, will look into it soon. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] thrift pull request: THRIFT-3585 Lua: compact protocol implement o...

2016-02-01 Thread mygityf
Github user mygityf closed the pull request at: https://github.com/apache/thrift/pull/827 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] thrift pull request: THRIFT-3585 Lua: compact protocol implement o...

2016-02-01 Thread mygityf
GitHub user mygityf opened a pull request: https://github.com/apache/thrift/pull/828 THRIFT-3585 Lua: compact protocol implement of lua for thrift. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gityf/thrift master

[GitHub] thrift pull request: THRIFT-3585 Lua: compact protocol implement o...

2016-01-31 Thread mygityf
GitHub user mygityf opened a pull request: https://github.com/apache/thrift/pull/827 THRIFT-3585 Lua: compact protocol implement of lua for thrift. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gityf/thrift lua-library