From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp59.i.mail.ru (smtp59.i.mail.ru [217.69.128.39]) (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 2DD12452566 for ; Sat, 9 Nov 2019 09:46:02 +0300 (MSK) Date: Sat, 9 Nov 2019 09:46:00 +0300 From: Kirill Yukhin Message-ID: <20191109064600.ykk3o5dfxyepx74i@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v2 0/3] JSON preparation part 5 List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.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_.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