From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp36.i.mail.ru (smtp36.i.mail.ru [94.100.177.96]) (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 8BEBF4696C3 for ; Tue, 21 Apr 2020 20:01:58 +0300 (MSK) Date: Tue, 21 Apr 2020 20:01:53 +0300 From: Alexander Turenko Message-ID: <20200421170153.3tqrd6ubvg45asbg@tkn_work_nb> References: <1581360313.873049294@f221.i.mail.ru> <20200215175046.GE19902@atlas> <20200215201903.z6b7v33mo5ea7k4c@tkn_work_nb> <20200217074052.GA15384@atlas> <20200420063050.twyrcveukpfwt7cu@tkn_work_nb> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200420063050.twyrcveukpfwt7cu@tkn_work_nb> Subject: Re: [Tarantool-patches] [PATCH] libev: unlimited select flag did not work on mac List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Konstantin Osipov , Kirill Yukhin Cc: Vladislav Shpilevoy , tarantool-patches@dev.tarantool.org On Mon, Apr 20, 2020 at 09:30:56AM +0300, Alexander Turenko wrote: > On Mon, Feb 17, 2020 at 10:40:52AM +0300, Konstantin Osipov wrote: > > * Alexander Turenko [20/02/15 23:22]: > > > > Is it fixed in the upstream? Why is noone complaining in the > > > > upstream? Is there a bug in the upstream? > > > > > > Let me read changelog for you: > > > > Well, I guess the commit comment should say that this is only an > > update from the upstream. > > > > Let me read third_party/README for you! > > > > How to update libev > > =================== > > > > Remove Tarantool patches (see csv diff -U8). > > cvs up > > Add patches back. > > > > Did the patch follow the procedure? If it did, it should clearly > > state that it updated libev, and to which version. > > This have sense. > > But I would include the backport of the fix in the upcoming release. > > Pushed to Totktonada/gh-3867-fix-select-on-mac-os-full-ci and shown > below. > > CCed Kirill. > > commit aba11b2742393abc660726cefc0ca63f6920e700 > Author: Alexander Turenko > Date: Mon Apr 20 02:50:27 2020 +0300 > > libev: backport select()'s limit workaround > > Filed https://github.com/tarantool/tarantool/issues/4909 to update libev. WBR, Alexander Turenko.