From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp63.i.mail.ru (smtp63.i.mail.ru [217.69.128.43]) (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 E7EE04696C3 for ; Wed, 15 Apr 2020 12:48:13 +0300 (MSK) References: From: lvasiliev Message-ID: <51867fcf-f201-a1d7-1b66-dc998082cc2d@tarantool.org> Date: Wed, 15 Apr 2020 12:48:12 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v2 0/5] Extending error functionality 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 14.04.2020 4:10, Vladislav Shpilevoy wrote: > Hi! Thanks for the patchset! > > On 10/04/2020 10:10, Leonid Vasiliev wrote: >> https://github.com/tarantool/tarantool/issues/4398 >> https://github.com/tarantool/tarantool/tree/lvasiliev/gh-4398-expose-error-module-4 > > The branch build fails on Travis. Thanks, a bug in session setting module was a reason. >