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 6BCF7240AE for ; Thu, 24 Jan 2019 16:27:03 -0500 (EST) 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 qg4FmoXw01SO for ; Thu, 24 Jan 2019 16:27:03 -0500 (EST) Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (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 BDFCC23ED3 for ; Thu, 24 Jan 2019 16:27:02 -0500 (EST) Subject: [tarantool-patches] Re: [PATCH v2 0/3] lua-yaml null/boolean fixes References: From: Vladislav Shpilevoy Message-ID: Date: Fri, 25 Jan 2019 00:26:47 +0300 MIME-Version: 1.0 In-Reply-To: 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: tarantool-patches@freelists.org, Alexander Turenko Hi! Thanks for the patchset. On 22/01/2019 05:12, Alexander Turenko wrote: > https://github.com/tarantool/tarantool/issues/3476 > https://github.com/tarantool/tarantool/issues/3662 > https://github.com/tarantool/tarantool/issues/3583 > https://github.com/tarantool/tarantool/tree/kh/gh-3662-yaml-2.1 Please, next time write a cover-letter. > > AKhatskevich (1): > lua-yaml: verify arguments count > > Alexander Turenko (2): > lua-yaml: fix boolean/null representation in yaml > lua-yaml: treat an empty document/value as null > > test/app-tap/console.test.lua | 37 +- > test/app/fio.result | 2 +- > test/app/socket.result | 26 +- > test/box/access.result | 8 +- > test/box/misc.result | 2 +- > test/box/role.result | 8 +- > test/box/sequence.result | 2 +- > test/vinyl/errinj_tx.result | 10 +- > test/vinyl/hermitage.result | 122 ++-- > test/vinyl/mvcc.result | 1066 +++++++++++++++---------------- > test/vinyl/mvcc.test.lua | 4 +- > test/vinyl/tx_conflict.result | 2 +- > test/vinyl/tx_conflict.test.lua | 2 +- > test/vinyl/tx_gap_lock.result | 189 +++--- > test/vinyl/tx_gap_lock.test.lua | 3 +- > test/vinyl/tx_serial.result | 2 +- > test/vinyl/tx_serial.test.lua | 2 +- > third_party/lua-yaml/lyaml.cc | 87 ++- > 18 files changed, 819 insertions(+), 755 deletions(-) >