From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f66.google.com (mail-lf1-f66.google.com [209.85.167.66]) (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 6A9D2469710 for ; Tue, 12 May 2020 20:36:37 +0300 (MSK) Received: by mail-lf1-f66.google.com with SMTP id v5so7186206lfp.13 for ; Tue, 12 May 2020 10:36:37 -0700 (PDT) Date: Tue, 12 May 2020 20:36:34 +0300 From: Cyrill Gorcunov Message-ID: <20200512173634.GE2219@grain> References: <1584dd24e386d29c899689418571517d10c18a90.1589240704.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1584dd24e386d29c899689418571517d10c18a90.1589240704.git.v.shpilevoy@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 3/5] uuid: provide MP_UUID extension 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:45:50AM +0200, Vladislav Shpilevoy wrote: > Msgpuck functions mp_snprint() and mp_fprint() now support > customizable MP_EXT serializer. This patch adds such for > MP_UUID. It is not activated yet, but will be later, when last > extension - MP_ERROR - also gets its serializer. > > Part of #4719 Reviewed-by: Cyrill Gorcunov