From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) (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 AC38F469710 for ; Tue, 12 May 2020 20:52:45 +0300 (MSK) Received: by mail-lj1-f195.google.com with SMTP id g1so8785406ljk.7 for ; Tue, 12 May 2020 10:52:45 -0700 (PDT) Date: Tue, 12 May 2020 20:52:43 +0300 From: Cyrill Gorcunov Message-ID: <20200512175243.GG2219@grain> References: <9dd79b8d7c37a9ff60e4c7abcde81c5cf5b4e5f6.1589240704.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9dd79b8d7c37a9ff60e4c7abcde81c5cf5b4e5f6.1589240704.git.v.shpilevoy@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 5/5] msgpuck: activate MP_EXT custom serializers 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:52AM +0200, Vladislav Shpilevoy wrote: > Msgpuck functions mp_snprint() and mp_fprint() now support > customizable MP_EXT serializer. This patch makes them able to > correctly serialize all tarantool's MP_EXT extensions: MP_DECIMAL, > MP_UUID, MP_ERROR. > > Closes #4719 Reviewed-by: Cyrill Gorcunov