From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nic Ferrier Newsgroups: gmane.emacs.devel Subject: Re: some feedback on package.el changes Date: Wed, 28 May 2014 17:20:23 +0100 Message-ID: <87y4xl3mew.fsf@ferrier.me.uk> References: <87ppj6rhyo.fsf@ferrier.me.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1401294065 30698 80.91.229.3 (28 May 2014 16:21:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 May 2014 16:21:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Bozhidar Batsov" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 28 18:20:58 2014 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 1Wpgau-0003bK-3V for ged-emacs-devel@m.gmane.org; Wed, 28 May 2014 18:20:48 +0200 Original-Received: from localhost ([::1]:43391 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wpgat-0001uS-LQ for ged-emacs-devel@m.gmane.org; Wed, 28 May 2014 12:20:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wpgag-0001qo-Hu for emacs-devel@gnu.org; Wed, 28 May 2014 12:20:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WpgaY-0006Ip-23 for emacs-devel@gnu.org; Wed, 28 May 2014 12:20:34 -0400 Original-Received: from static.17.66.46.78.clients.your-server.de ([78.46.66.17]:47123 helo=po1.ferrier.me.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WpgaX-0006Hz-Sv for emacs-devel@gnu.org; Wed, 28 May 2014 12:20:26 -0400 Original-Received: from nicferrier-dell-xps (140.35.155.90.in-addr.arpa [90.155.35.140]) by po1.ferrier.me.uk (Postfix) with ESMTPA id EB409AC0465; Wed, 28 May 2014 18:28:26 +0200 (CEST) Original-Received: from nicferrier-XPS13-9333 (localhost [127.0.0.1]) by nicferrier-dell-xps (Postfix) with ESMTPS id ABA5960283; Wed, 28 May 2014 17:20:23 +0100 (BST) In-Reply-To: (Bozhidar Batsov's message of "Wed, 28 May 2014 15:42:39 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 78.46.66.17 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:172162 Archived-At: The internal API (which Stefan says didn't exist) changed from lists to cl-structs. But it didn't exist. So it's OK really. "Bozhidar Batsov" writes: > What are the changes in question? It seems I totally missed them. > > Cheers, > Bozhidar > > On 21 May 2014, at 23:32, Nic Ferrier wrote: > >> I love these changes to package.el, they're great. >> >> But I am annoyed at the way they've been done. It breaks the existing >> API all over the place and this is a minor release. >> >> It was certainly unexpected to me. >> >> I am using the pre-test so it's my fault I guess. >> >> But anyone who isn't tracking this and depends on the package API will >> be very surprised when the new version lands. >> >> >> >> Nic