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 A3DAD24E6E for ; Wed, 6 Mar 2019 02:21:24 -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 DMz-f1ThytNL for ; Wed, 6 Mar 2019 02:21:24 -0500 (EST) Received: from smtp43.i.mail.ru (smtp43.i.mail.ru [94.100.177.103]) (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 58D122495A for ; Wed, 6 Mar 2019 02:21:24 -0500 (EST) Date: Wed, 6 Mar 2019 10:21:18 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2 0/3] lua-yaml null/boolean fixes Message-ID: <20190306072118.2byjpwmvvx3nuwkv@tarantool.org> References: <20190225112724.bae3auhtrap2bbyd@tarantool.org> <20190305164058.5trbjyln2lasyzoz@tkn_work_nb> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190305164058.5trbjyln2lasyzoz@tkn_work_nb> 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: Alexander Turenko Cc: tarantool-patches@freelists.org, Vladislav Shpilevoy Hello, On 05 Mar 19:40, Alexander Turenko wrote: > 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 Strange. Anyway, I've comitted it to 1.10 as well. -- Regards, Kirill Yukhin