From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp58.i.mail.ru (smtp58.i.mail.ru [217.69.128.38]) (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 A5C1A469710 for ; Thu, 21 May 2020 21:25:45 +0300 (MSK) Date: Thu, 21 May 2020 21:25:21 +0300 From: Alexander Turenko Message-ID: <20200521182521.6r5fpc4wpjq4rzww@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 0/5] mp_snprint() and mp_fprint() for decimal, uuid, error 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:47AM +0200, Vladislav Shpilevoy wrote: > The patchset makes msgpuck functions mp_snprint() and mp_fprint() > nicely serialize MP_DECIMAL, MP_UUID, and MP_ERROR objects. Pushed to master. WBR, Alexander Turenko.