Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH 0/2] fix yaml encode/decode
@ 2018-10-04 14:36 AKhatskevich
  2018-10-04 14:36 ` [tarantool-patches] [PATCH 1/2] lua-yaml: fix read garbage bug AKhatskevich
  2018-10-04 14:36 ` [tarantool-patches] [PATCH 2/2] lua-yaml: fix yaml encode/decode type inferring AKhatskevich
  0 siblings, 2 replies; 4+ messages in thread
From: AKhatskevich @ 2018-10-04 14:36 UTC (permalink / raw)
  To: kyukhin, tarantool-patches

Branch: https://github.com/tarantool/tarantool/tree/kh/gh-3662-yaml-1.10
Issue: https://github.com/tarantool/tarantool/issues/3583
Issue: https://github.com/tarantool/tarantool/issues/3662

AKhatskevich (2):
  lua-yaml: fix read garbage bug
  lua-yaml: fix yaml encode/decode type inferring

 test/app-tap/console.test.lua   |   25 +-
 test/app/fio.result             |    2 +-
 test/app/socket.result          |   26 +-
 test/box/access.result          |    8 +-
 test/box/misc.result            |    2 +-
 test/box/role.result            |    8 +-
 test/box/sequence.result        |    2 +-
 test/vinyl/errinj.result        |   10 +-
 test/vinyl/hermitage.result     |  122 ++---
 test/vinyl/mvcc.result          | 1062 +++++++++++++++++++--------------------
 test/vinyl/tx_conflict.result   |    4 +-
 test/vinyl/tx_conflict.test.lua |    4 +-
 test/vinyl/tx_gap_lock.result   |  186 +++----
 test/vinyl/tx_serial.result     |    4 +-
 test/vinyl/tx_serial.test.lua   |    4 +-
 test/vinyl/txn_proxy.lua        |    6 +
 third_party/lua-yaml/lyaml.cc   |   50 +-
 third_party/lua-yaml/str_type.h |   33 ++
 18 files changed, 806 insertions(+), 752 deletions(-)
 create mode 100644 third_party/lua-yaml/str_type.h

-- 
2.14.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-22  2:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-04 14:36 [tarantool-patches] [PATCH 0/2] fix yaml encode/decode AKhatskevich
2018-10-04 14:36 ` [tarantool-patches] [PATCH 1/2] lua-yaml: fix read garbage bug AKhatskevich
2018-10-04 14:36 ` [tarantool-patches] [PATCH 2/2] lua-yaml: fix yaml encode/decode type inferring AKhatskevich
2019-01-22  2:08   ` [tarantool-patches] " Alexander Turenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox