From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 64E99469710 for ; Tue, 12 May 2020 20:34:47 +0300 (MSK) Received: by mail-lf1-f68.google.com with SMTP id z22so11306943lfd.0 for ; Tue, 12 May 2020 10:34:47 -0700 (PDT) Date: Tue, 12 May 2020 20:34:44 +0300 From: Cyrill Gorcunov Message-ID: <20200512173444.GC2219@grain> References: <3eed51e7aa28a2c68bf0a976935ec31cdd25955f.1589240704.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3eed51e7aa28a2c68bf0a976935ec31cdd25955f.1589240704.git.v.shpilevoy@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 1/5] msgpuck: bump version to enable extension printer 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:45:48AM +0200, Vladislav Shpilevoy wrote: > In the new version an API is added to be able to customize MP_EXT > serializer for mp_snprint() and mp_fprint() functions. > > Part of #4719 Reviewed-by: Cyrill Gorcunov