From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleh Krehel Newsgroups: gmane.emacs.devel Subject: Re: [elpa] master 3b78e0e 18/19: swiper.el: Bump version Date: Thu, 16 Apr 2015 20:50:48 +0200 Message-ID: <87sibzkiuv.fsf@gmail.com> References: <20150416121807.21266.28456@vcs.savannah.gnu.org> <87lhhskz6x.fsf@gmail.com> <87618wkli5.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1429210595 4541 80.91.229.3 (16 Apr 2015 18:56:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Apr 2015 18:56:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 16 20:56:33 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Yioxj-0007nN-49 for ged-emacs-devel@m.gmane.org; Thu, 16 Apr 2015 20:56:31 +0200 Original-Received: from localhost ([::1]:38260 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yioxi-0007LP-Kb for ged-emacs-devel@m.gmane.org; Thu, 16 Apr 2015 14:56:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yioxa-0007B3-FC for emacs-devel@gnu.org; Thu, 16 Apr 2015 14:56:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YioxV-0001rG-FK for emacs-devel@gnu.org; Thu, 16 Apr 2015 14:56:22 -0400 Original-Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:36873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YioxV-0001r5-8l for emacs-devel@gnu.org; Thu, 16 Apr 2015 14:56:17 -0400 Original-Received: by widdi4 with SMTP id di4so108537630wid.0 for ; Thu, 16 Apr 2015 11:56:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=m32zTsGU1pblQmNJ2CbaZ9gM7HZS9GuBabV+dw8+PrE=; b=GtCWQYkLwJXF5P/9hiVWE4VQsxvzw81PgWbFjG/rRcIon9LopbxcFYwLxh4cobUNO6 /pc0ltTh0kP20FCMp4jkHjOENfPVlREqDI0FRUiLpYEov+R025ntHurs3a6dknnvRYqh h/Hpb6CzaKZnnLrv5xDF2tkOOISs9GTaWXJFJDHe29406PNzCoCSd/m2nghEExny8Vw0 uCd7f2j0WmTLigLHnq7M1N0IUImSjAVd/dMXHyXhXF/+CG5lOIFneNl5w6BsLm7KVbBY BOgjzE04NebPZ7haBfChXyOetT1G1Y+VEhLOBrPAka9SMSNwQgTtc0mnl8ZMel7ZmhUF TvoQ== X-Received: by 10.194.79.199 with SMTP id l7mr62158209wjx.158.1429210576527; Thu, 16 Apr 2015 11:56:16 -0700 (PDT) Original-Received: from firefly (dyn069045.nbw.tue.nl. [131.155.69.45]) by mx.google.com with ESMTPSA id e2sm12741592wij.5.2015.04.16.11.56.15 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 16 Apr 2015 11:56:15 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Thu, 16 Apr 2015 14:52:53 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22b X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:185506 Archived-At: Stefan Monnier writes: >>> ;; Package-Requires: ((emacs "24.1")) >> But it needs to require ivy for MELPA purposes, since the "swiper" MELPA >> package is only swiper.el. > > The problem here is that you have two different "it"s, then. > The "it" in GNU ELPA and the "it" in MELPA are not the same yet you give > them the same name and describe them in the same file, hence the problem. > Currently the one in GNU ELPA is broken. > > I recommend you use the same packaging for both, or you drop one of the > two archives (why do you need to distribute it in two different > places?). OK, I'll merge swiper and ivy together in MELPA. It was MELPA mainterner's idea to split them, since he likes lightweight packages. Oleh