From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp36.i.mail.ru (smtp36.i.mail.ru [94.100.177.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 68CA0430D56 for ; Sat, 26 Oct 2019 01:48:29 +0300 (MSK) From: Vladislav Shpilevoy Date: Sat, 26 Oct 2019 00:53:47 +0200 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] JSON update pre-preparation List-Id: Tarantool development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, tarantool-patches@freelists.org 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)