From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 18 Jun 2019 11:38:40 +0300 From: Vladimir Davydov Subject: Re: [PATCH v1 1/2] netbox: store method_encoder args in request Message-ID: <20190618083839.zxmosso35rqbh3wp@esperanza> References: <048ffe41499516502f00d8576d647f50d8596d66.1560160282.git.imeevma@gmail.com> <20190611081506.6b3jftczzd4kmhrl@esperanza> <20190614115022.GA30886@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190614115022.GA30886@tarantool.org> To: Mergen Imeev Cc: tarantool-patches@freelists.org List-ID: On Fri, Jun 14, 2019 at 02:50:23PM +0300, Mergen Imeev wrote: > New patch: > > From 8be1560eb5ed57d397c5f2da97112b448505080c Mon Sep 17 00:00:00 2001 > Date: Wed, 5 Jun 2019 13:31:07 +0300 > Subject: [PATCH] netbox: store method_encoder args in request > > This patch changes the way arguments are passed to functions in > the array method_encoder, and saves these arguments in REQUEST. > This is necessary to establish a connection between netbox space > objects and the tuples obtained through the netbox > > Needed for #2978 Looks good to me now, thanks.