From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 90A3A46971A for ; Sun, 15 Dec 2019 17:42:50 +0300 (MSK) From: Roman Khabibov Date: Sun, 15 Dec 2019 17:42:45 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v2 0/2] Improve json error mesages. List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org Cc: v.shpilevoy@tarantool.org The first patch fixes the token naming. The second one adds the context. Roman Khabibov (2): json: make error messages more readable json: print context in error mesages test/app-tap/json.test.lua | 50 ++++++++++++++- third_party/lua-cjson/lua_cjson.c | 100 +++++++++++++++++++++++------- 2 files changed, 125 insertions(+), 25 deletions(-) Branch: https://github.com/tarantool/tarantool/tree/romanhabibov/gh-4339-json-err Issue: https://github.com/tarantool/tarantool/issues/4339 -- 2.21.0 (Apple Git-122)