From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eUsd1-00014N-Gv for guix-patches@gnu.org; Fri, 29 Dec 2017 06:15:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eUscw-0004v3-IW for guix-patches@gnu.org; Fri, 29 Dec 2017 06:15:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47129) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eUscw-0004uq-Et for guix-patches@gnu.org; Fri, 29 Dec 2017 06:15:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eUscw-0006T1-22 for guix-patches@gnu.org; Fri, 29 Dec 2017 06:15:02 -0500 Subject: [bug#29847] [PATCH] import: pypi: Stay in the REPL if fail to get a source Resent-Message-ID: Date: Fri, 29 Dec 2017 12:14:22 +0100 From: Danny Milosavljevic Message-ID: <20171229121422.1bac2fb9@scratchpost.org> In-Reply-To: <877etaq5si.fsf@gmail.com> References: <877etaq5si.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Oleg Pykhalov Cc: 29847@debbugs.gnu.org On Mon, 25 Dec 2017 16:46:21 +0300 Oleg Pykhalov wrote: > Hello Guix, > > If pypi->guix-package fails to get a source release, could we return > false instead of killing a running Guile REPL session? > LGTM!