[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: Fri, 13 Jul 2018 09:48:50 +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.
The patch was checked into 1.9 branch.

--
Regards, Kirill Yukhin

Other related posts: