From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp15.mail.ru (smtp15.mail.ru [94.100.176.133]) (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 463354696C3 for ; Thu, 9 Apr 2020 04:00:51 +0300 (MSK) Date: Thu, 9 Apr 2020 04:00:50 +0300 From: Alexander Turenko Message-ID: <20200409010050.dir5n7w2zqylqhpk@tkn_work_nb> References: <20200402153406.jvopchy3yoklgaji@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200402153406.jvopchy3yoklgaji@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2 0/2] Fix some options of rocks module List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org On Thu, Apr 02, 2020 at 06:34:06PM +0300, Kirill Yukhin wrote: > Hello, > > On 16 мар 14:50, Leonid Vasiliev wrote: > > https://github.com/tarantool/tarantool/issues/3632 > > https://github.com/tarantool/tarantool/issues/4529 > > https://github.com/tarantool/tarantool/tree/lvasiliev/gh-4529-fix-show-all > > I've checked your patchset into 2.2, 2.3 and master. > luarocks: Add a kludge for option all of luarocks search This patch is not necessary with luarocks-2 (tarantool-1.10), because default search behaviour on luarocks-2 is to show all packages. Nothing to do. > luarocks: Add a kludge for option force of luarocks remove This is necessary on tarantool-1.10 too (I would consider the problem as bug). Pushed to 1.10 in 1.10.5-48-g84dd4f57d. WBR, Alexander Turenko.