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 A0B7826C38 for ; Tue, 5 Mar 2019 11:41:00 -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 x44vVDNzPlDo for ; Tue, 5 Mar 2019 11:41:00 -0500 (EST) 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 turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 5A06A267C6 for ; Tue, 5 Mar 2019 11:41:00 -0500 (EST) Date: Tue, 5 Mar 2019 19:40:58 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH v2 0/3] lua-yaml null/boolean fixes Message-ID: <20190305164058.5trbjyln2lasyzoz@tkn_work_nb> References: <20190225112724.bae3auhtrap2bbyd@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190225112724.bae3auhtrap2bbyd@tarantool.org> 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: Kirill Yukhin Cc: tarantool-patches@freelists.org, Vladislav Shpilevoy On Mon, Feb 25, 2019 at 02:27:24PM +0300, Kirill Yukhin wrote: > Hello, > > On 22 Jan 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 > > > > 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 > > I've checked your patches (1/3 and 2/3) into 2.1 branch. > > Could you please rebase the patchset on top of 1.10 as well? I cherry-picked these two commits on top of fresh 1.10 and all seems to be okay (the commits are applied cleanly and all tests are passed). I pushed it to https://github.com/tarantool/tarantool/commits/kh/gh-3662-yaml-1.10 Travis-CI: https://travis-ci.org/tarantool/tarantool/builds/502095402 WBR, Alexander Turenko. > > -- > Regards, Kirill Yukhin