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 1321D24615 for ; Mon, 25 Feb 2019 06:27:27 -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 mXaC0v2HWv-U for ; Mon, 25 Feb 2019 06:27:26 -0500 (EST) Received: from smtp37.i.mail.ru (smtp37.i.mail.ru [94.100.177.97]) (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 BFB152430A for ; Mon, 25 Feb 2019 06:27:26 -0500 (EST) Date: Mon, 25 Feb 2019 14:27:24 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2 0/3] lua-yaml null/boolean fixes Message-ID: <20190225112724.bae3auhtrap2bbyd@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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 Cc: Vladislav Shpilevoy , Alexander Turenko 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? -- Regards, Kirill Yukhin