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 010F645BE2E for ; Tue, 12 May 2020 16:53:02 +0300 (MSK) Received: by mail-lj1-f195.google.com with SMTP id w10so3020193ljo.0 for ; Tue, 12 May 2020 06:53:02 -0700 (PDT) Date: Tue, 12 May 2020 16:53:00 +0300 From: Cyrill Gorcunov Message-ID: <20200512135300.GA221874@grain> References: <20200508114714.426908-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200508114714.426908-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH 0/7] box/console: add support for internal types List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml On Fri, May 08, 2020 at 02:47:07PM +0300, Cyrill Gorcunov wrote: > In the series we implement support for internal taranool types > such as ULL. To be able to do so we implement own serializer > thus the output is simiar to encodings in yaml mode. drop this series please, v2 been sent out