From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: seq package in elpa Date: Sun, 11 Jan 2015 14:30:58 -0200 Message-ID: References: <87iogda0ap.fsf@petton.fr> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0149ca6030804d050c62eab3 X-Trace: ger.gmane.org 1420993874 26389 80.91.229.3 (11 Jan 2015 16:31:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Jan 2015 16:31:14 +0000 (UTC) Cc: Emacs developers To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 11 17:31:09 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 1YALPt-0005Qr-Bl for ged-emacs-devel@m.gmane.org; Sun, 11 Jan 2015 17:31:05 +0100 Original-Received: from localhost ([::1]:58702 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YALPs-0007kG-R9 for ged-emacs-devel@m.gmane.org; Sun, 11 Jan 2015 11:31:04 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YALPo-0007kB-OC for emacs-devel@gnu.org; Sun, 11 Jan 2015 11:31:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YALPn-000216-W8 for emacs-devel@gnu.org; Sun, 11 Jan 2015 11:31:00 -0500 Original-Received: from mail-oi0-x232.google.com ([2607:f8b0:4003:c06::232]:48220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YALPn-000210-R2 for emacs-devel@gnu.org; Sun, 11 Jan 2015 11:30:59 -0500 Original-Received: by mail-oi0-f50.google.com with SMTP id x69so17764891oia.9 for ; Sun, 11 Jan 2015 08:30:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=7qknSYpAkFaHCxrcKgCa5z7aTAgHC/6OLmbR64Gel2U=; b=wzuSjZ/HOKVKLRuBIBSUtPdOOzd22MwiK4IwnCfjxh/3PcVaQL6QqTvwxhgt4Zcf5/ yVq7bU4kvar5x7J3SpN8Sp1CYyW3wvcGCidJOia7ncIaECtej9+iBHPPgnUGS52WMGYV jHYz1w0nGkUVL3dnwiEBdalq3tJ+zIMAvlsnR6rjdvDgA6fqEQVms3rbdISTmIsXQcjx YCQmBVR+rvYP2Cg3YtxV+XR8if38vDREiA9onOjFzvCwJgZnnAC1aVBsdxk4VcXJ93Ho tbpDAS8F2azMfSzGvky+oMvzMN9668pdK89xcnWoPm+/XATzRSapI2P9I9fFHhCxjFVj wobA== X-Received: by 10.182.112.228 with SMTP id it4mr15195301obb.46.1420993858926; Sun, 11 Jan 2015 08:30:58 -0800 (PST) Original-Received: by 10.76.99.74 with HTTP; Sun, 11 Jan 2015 08:30:58 -0800 (PST) In-Reply-To: <87iogda0ap.fsf@petton.fr> X-Google-Sender-Auth: 0w6OrPwbC2uM24bIY_AcKffLNX4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::232 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:181153 Archived-At: --089e0149ca6030804d050c62eab3 Content-Type: text/plain; charset=UTF-8 > ;; Version: 1.0 I recommend using a lower version than the one on Emacs master. Until 25.1 is released, lisp/emacs-lisp/seq.el can be updated with fixes and features without bumping the version number. However, when you merge those changes with packages/seq/seq.el you'll have to bump its version (otherwise Elpa doesn't rebuild). On another topic, was it you who submitted seq.el to Melpa? That's going to mess with version dependencies for the package. --089e0149ca6030804d050c62eab3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

> ;; Version: 1.0

I recommend using a lower version than the one on Emacs master. Until 25= .1 is released, lisp/emacs-lisp/seq.el can be updated with fixes and featur= es without bumping the version number. However, when you merge those change= s with packages/seq/seq.el you'll have to bump its version (otherwise E= lpa doesn't rebuild).

On another topic, was it you who submitted seq.el to Melpa? That's g= oing to mess with version dependencies for the package.


--089e0149ca6030804d050c62eab3--