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

Kirill Yukhin kyukhin at tarantool.org
Fri Jul 13 09:48:50 MSK 2018


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




More information about the Tarantool-patches mailing list