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 7C8E527485 for ; Thu, 19 Jul 2018 06:24:12 -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 ZI_I2f2L_9zG for ; Thu, 19 Jul 2018 06:24:12 -0400 (EDT) Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 377952727B for ; Thu, 19 Jul 2018 06:24:12 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH] json: added options to json.encode() References: <693ca18f728ee462e28861841004ff77bf62bfb5.1531010828.git.roman.habibov1@yandex.ru> From: Vladislav Shpilevoy Message-ID: <450bf2c0-70f1-8f4f-7c97-9d41f8edb16e@tarantool.org> Date: Thu, 19 Jul 2018 13:24:08 +0300 MIME-Version: 1.0 In-Reply-To: <693ca18f728ee462e28861841004ff77bf62bfb5.1531010828.git.roman.habibov1@yandex.ru> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Roman Khabibov , tarantool-patches@freelists.org On 08/07/2018 03:57, Roman Khabibov wrote: > Added an ability to pass encoder options to json.encode(). > > Closes: #2888. > --- As I asked you for the previous task, please, put here branch and issue links. I know, that you use ./create_commits, but it is not a standard instrument and has its own limitations. For single-commit patches you should open the email in a text editor and put here the links manually. > test/app-tap/json.test.lua | 27 +++++++++++- > third_party/lua-cjson/lua_cjson.c | 90 +++++++++++++++++++++++++++++++++------ > 2 files changed, 104 insertions(+), 13 deletions(-) >