Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH 0/2] JSON update pre-preparation
@ 2019-10-25 22:53 Vladislav Shpilevoy
  2019-10-25 22:53 ` [Tarantool-patches] [PATCH 1/2] rope: fix rope name template Vladislav Shpilevoy
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Vladislav Shpilevoy @ 2019-10-25 22:53 UTC (permalink / raw)
  To: tarantool-patches, tarantool-patches

The patchset is a preparation for the JSON update preparation.

The main commit is the second one. It renames internals of
tuple_update.c from update_* to xrow_update_*.

Why it is done - see the commit message.

After we decide on naming of update structures and functions, I
will rebase the main JSON preparation patch
(gerold103/gh-1261-update-json-preparation-3) on new names.

This patchset is actually an RFC, because I don't like
xrow_update_ prefix. It is bulky, too long, and most of the names,
having it, look unclear.

I would like to either keep update_ prefix, or use xupdate_ - both
are better than xrow_update_, IMO. But actually I don't really
care already, so I will name it whatever helps to push it.

Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-1261-update-json-preparation-4
Issue: https://github.com/tarantool/tarantool/issues/1261

Vladislav Shpilevoy (2):
  rope: fix rope name template
  tuple: rename update to xrow_update in tuple_update.c

 src/box/tuple_update.c | 610 ++++++++++++++++++++++-------------------
 src/lib/salad/rope.h   |  18 +-
 2 files changed, 345 insertions(+), 283 deletions(-)

-- 
2.21.0 (Apple Git-122)

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

end of thread, other threads:[~2019-10-28  7:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-25 22:53 [Tarantool-patches] [PATCH 0/2] JSON update pre-preparation Vladislav Shpilevoy
2019-10-25 22:53 ` [Tarantool-patches] [PATCH 1/2] rope: fix rope name template Vladislav Shpilevoy
2019-10-28  7:32   ` Konstantin Osipov
2019-10-25 22:53 ` [Tarantool-patches] [PATCH 2/2] tuple: rename update to xrow_update in tuple_update.c Vladislav Shpilevoy
2019-10-28  7:33   ` Konstantin Osipov
2019-10-28  7:52 ` [Tarantool-patches] [tarantool-patches] [PATCH 0/2] JSON update pre-preparation Kirill Yukhin

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