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 63F2927B98 for ; Thu, 19 Jul 2018 08:11:29 -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 3J1uGYbdATLO for ; Thu, 19 Jul 2018 08:11:29 -0400 (EDT) Received: from smtp47.i.mail.ru (smtp47.i.mail.ru [94.100.177.107]) (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 1CDBB27B78 for ; Thu, 19 Jul 2018 08:11:29 -0400 (EDT) Date: Thu, 19 Jul 2018 15:11:31 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH v1 1/1] third_party: fix strings "true"/"false" in yaml Message-ID: <20180719121131.3hmtn7b2qgpuy6ab@tkn_work_nb> References: <0ed926e6936c70a9c7ac7c917f278505c243fe07.1531400260.git.kshcherbatov@tarantool.org> <20180719105434.gnmirhxsfxodmpg5@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180719105434.gnmirhxsfxodmpg5@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: v.shpilevoy@tarantool.org, Kirill Shcherbatov , tarantool-patches@freelists.org On Thu, Jul 19, 2018 at 01:54:34PM +0300, Kirill Yukhin wrote: > Hello, > On 12 июл 15:58, Kirill Shcherbatov wrote: > > Strings containing "true" and "false" were converted > > to a boolean type when serializing. Fixed. > > Example: > > type(yaml.decode(yaml.encode('false'))) == string > > type(yaml.decode(yaml.encode('true'))) == string > > > > Closes #3476. > > --- > > https://github.com/tarantool/tarantool/compare/kshch/gh-3476-yaml-strings-with-true-and-false > > https://github.com/tarantool/tarantool/issues/3476 > I've checked the patch into 1.10 branch. > > -- > Regards, Kirill Yukhin > Kirill, Hm, it is bugfix and maybe we should update 1.9 too? Hovewer it is quite small issue and of course I don't insist. WBR, Alexander Turenko.