Tarantool development patches archive
 help / color / mirror / Atom feed
From: Kirill Yukhin <kyukhin@tarantool.org>
To: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: Re: [Tarantool-patches] [PATCH v2 0/3] JSON preparation part 5
Date: Sat, 9 Nov 2019 09:46:00 +0300	[thread overview]
Message-ID: <20191109064600.ykk3o5dfxyepx74i@tarantool.org> (raw)
In-Reply-To: <cover.1573053122.git.v.shpilevoy@tarantool.org>

Hello,

On 06 ноя 18:13, Vladislav Shpilevoy wrote:
> The patchset is a fifth part of preparations to JSON updates of a tuple. It
> reorganizes code. Before the path there was one huge file implementing xrow
> update. Soon amount of the code will be much larger, and a new code structure
> was needed to be able to maintain it. Now xrow update implementation consists of
> several files. One file for general update functions and structures, one file
> for top-level API used by other tarantool code, and one file per each
> non-trivial type of xrow field update.
> 
> By the idea, each xrow_update_<type>.c will implement update of one of field
> types such as array, bar, map, route. It allows to make these implementations
> independent and easy to support.
> 
> Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-1261-update-json-preparation-5
> Issue: https://github.com/tarantool/tarantool/issues/1261

I've checked the patchset into master.

--
Regards, Kirill Yukhin

      parent reply	other threads:[~2019-11-09  6:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-06 15:13 Vladislav Shpilevoy
2019-11-06 15:13 ` [Tarantool-patches] [PATCH v2 1/3] tuple: rename tuple_update.c/h to xrow_update.c/h Vladislav Shpilevoy
2019-11-06 19:13   ` Sergey Ostanevich
2019-11-06 15:13 ` [Tarantool-patches] [PATCH v2 2/3] tuple: rename tuple_update_* to xrow_update_* Vladislav Shpilevoy
2019-11-06 19:16   ` Sergey Ostanevich
2019-11-06 15:13 ` [Tarantool-patches] [PATCH v2 3/3] tuple: rework updates to improve code extendibility Vladislav Shpilevoy
2019-11-07 10:58   ` Vladislav Shpilevoy
2019-11-08 15:16     ` Sergey Ostanevich
2019-11-06 15:35 ` [Tarantool-patches] [PATCH v2 0/3] JSON preparation part 5 Konstantin Osipov
2019-11-09  6:46 ` Kirill Yukhin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191109064600.ykk3o5dfxyepx74i@tarantool.org \
    --to=kyukhin@tarantool.org \
    --cc=tarantool-patches@dev.tarantool.org \
    --cc=v.shpilevoy@tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH v2 0/3] JSON preparation part 5' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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