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

  • From: Kirill Yukhin <kyukhin@xxxxxxxxxxxxx>
  • To: tarantool-patches@xxxxxxxxxxxxx
  • Date: Thu, 19 Jul 2018 13:54:34 +0300

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

Other related posts: