[tarantool-patches] Re: [PATCH v1 1/1] third_party: fix strings "true"/"false" in yaml

  • From: Alexander Turenko <alexander.turenko@xxxxxxxxxxxxx>
  • To: Kirill Yukhin <kyukhin@xxxxxxxxxxxxx>
  • Date: Thu, 19 Jul 2018 15:11:31 +0300

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.

Other related posts: