From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id D41C027270 for ; Mon, 6 Aug 2018 03:18:07 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GN1ZypRkGx1X for ; Mon, 6 Aug 2018 03:18:07 -0400 (EDT) Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 9036222BE0 for ; Mon, 6 Aug 2018 03:18:07 -0400 (EDT) Received: by mail-wm0-f48.google.com with SMTP id w24-v6so13096687wmc.1 for ; Mon, 06 Aug 2018 00:18:07 -0700 (PDT) From: Eugene Blikh Subject: [tarantool-patches] [PATCH tarantool 0/2] Using luaT_tolstring in error conversion function, instead lua_tostring Date: Mon, 6 Aug 2018 10:16:58 +0300 Message-Id: Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: Eugine Blikh From: Eugine Blikh Branch: http://github.com/tarantool/tarantool/tree/gh-3604-empty-error Issue: https://github.com/tarantool/tarantool/issues/3604 Eugine Blikh (2): Introduce luaT_tolstring Using luaT_tolstring in conversion function, instead lua_tostring extra/exports | 1 + src/lua/init.h | 8 -------- src/lua/utils.c | 33 ++++++++++++++++++++++++++++++++- src/lua/utils.h | 6 ++++++ test/app-tap/module_api.c | 39 +++++++++++++++++++++++++++++++++++++++ test/app-tap/module_api.test.lua | 13 +++++++++++-- 6 files changed, 89 insertions(+), 11 deletions(-) -- 2.16.2