Tarantool development patches archive
 help / color / mirror / Atom feed
* [PATCH small 0/2] small: add new rlist helpers
@ 2019-07-19 17:59 Vladimir Davydov
  2019-07-19 17:59 ` [PATCH small 1/2] rlist: add unit test Vladimir Davydov
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Vladimir Davydov @ 2019-07-19 17:59 UTC (permalink / raw)
  To: tarantool-patches

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

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

end of thread, other threads:[~2019-07-29  8:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-19 17:59 [PATCH small 0/2] small: add new rlist helpers Vladimir Davydov
2019-07-19 17:59 ` [PATCH small 1/2] rlist: add unit test Vladimir Davydov
2019-07-19 17:59 ` [PATCH small 2/2] rlist: add cut and reverse methods Vladimir Davydov
2019-07-25 14:31   ` Vladimir Davydov
2019-07-26 19:24     ` [tarantool-patches] " Konstantin Osipov
2019-07-19 18:53 ` [tarantool-patches] Re: [PATCH small 0/2] small: add new rlist helpers Konstantin Osipov
2019-07-19 19:40   ` Vladimir Davydov
2019-07-24 15:04     ` Konstantin Osipov
2019-07-29  8:40 ` Vladimir Davydov

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