From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (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 BA23A469710 for ; Thu, 21 May 2020 21:23:36 +0300 (MSK) Date: Thu, 21 May 2020 21:23:12 +0300 From: Alexander Turenko Message-ID: <20200521182312.rknkpy264qomphql@tkn_work_nb> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH msgpuck 0/2] MP_EXT virtual serializer List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org On Tue, May 12, 2020 at 01:46:00AM +0200, Vladislav Shpilevoy wrote: > The patchset makes MP_EXT serializer for mp_snprint() and > mp_fprint() functions virtual. Pushed to msgpuck's master. WBR, Alexander Turenko.