[PATCH small 0/2] small: add new rlist helpers

Vladimir Davydov vdavydov.dev at gmail.com
Fri Jul 19 20:59:53 MSK 2019


This patch set adds two simple helpers for rlist, which are needed to
properly support savepoints in DDL transactions.

It also moves unit tests from tarantool to the small repository, where
they truly belong.

https://github.com/tarantool/small/tree/dv/rlist-reverse-cut

Vladimir Davydov (2):
  rlist: add unit test
  rlist: add cut and reverse methods

 small/rlist.h       |  34 +++++++++++
 test/CMakeLists.txt |   4 ++
 test/rlist.c        | 158 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 test/rlist.result   | 105 ++++++++++++++++++++++++++++++++++
 4 files changed, 301 insertions(+)
 create mode 100644 test/rlist.c
 create mode 100644 test/rlist.result

-- 
2.11.0




More information about the Tarantool-patches mailing list