From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: cl-defstruct-based package.el, now with ert tests and no external tar! Date: Fri, 05 Apr 2013 20:32:20 +0400 Message-ID: <87y5cx0wh7.fsf@yandex.ru> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1365278645 29725 80.91.229.3 (6 Apr 2013 20:04:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Apr 2013 20:04:05 +0000 (UTC) Cc: Daniel Hackney , Emacs development discussions To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 06 22:04:02 2013 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 1UOZJY-0001Uu-Jr for ged-emacs-devel@m.gmane.org; Sat, 06 Apr 2013 22:02:16 +0200 Original-Received: from localhost ([::1]:34823 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO9ZF-000253-QU for ged-emacs-devel@m.gmane.org; Fri, 05 Apr 2013 12:32:45 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO9Z2-00024w-Vy for emacs-devel@gnu.org; Fri, 05 Apr 2013 12:32:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UO9Yv-0005Gf-Hx for emacs-devel@gnu.org; Fri, 05 Apr 2013 12:32:32 -0400 Original-Received: from mail-la0-x22e.google.com ([2a00:1450:4010:c03::22e]:34665) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO9Yv-0005E1-7u for emacs-devel@gnu.org; Fri, 05 Apr 2013 12:32:25 -0400 Original-Received: by mail-la0-f46.google.com with SMTP id fq12so3663990lab.33 for ; Fri, 05 Apr 2013 09:32:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type:x-antivirus :x-antivirus-status; bh=GX91wsLBYdZKBuqBwgG9a4lug0BjZ87EClGQ0bl0+54=; b=CN17HsUHVWa+/lW4am0K2ekx6IuF+2ibNk/tOBLmWHP+WDXh6N1aWidiFkFJyVe4FF UKTTmDsGB4XUqH0fP2WvAr3irRu+Ff6fxdTZITr/3730u0eHdeQngzHRjx0DWtebHvO7 ZbJjRDWnO/muXg7qhjx4r13aLxqXmQwFkdVEZiS0SQDgoZhoJ8hKRhBXkASuzFj4BOK2 GKZLnJc+Ts2+kChrgMFsqB1C+NeivYcVI2wboU5sUTXYM6qgJys9A42jpsiPzVgIcCTq niVvLkI2ogSFIn+5HhwS1UdI3IImeWJG6secnLFgePDzVWD6kZSM8v6yModG9QrwlM7X MnXw== X-Received: by 10.112.162.65 with SMTP id xy1mr6350505lbb.105.1365179543675; Fri, 05 Apr 2013 09:32:23 -0700 (PDT) Original-Received: from SOL ([178.252.98.87]) by mx.google.com with ESMTPS id x9sm5698877lbi.15.2013.04.05.09.32.21 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 05 Apr 2013 09:32:22 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Wed, 03 Apr 2013 21:55:19 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt) X-Antivirus: avast! (VPS 130405-0, 05.04.2013), Outbound message X-Antivirus-Status: Clean X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22e 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:158719 Archived-At: Stefan Monnier writes: >> https://github.com/haxney/emacs/tree/package-rewrite > > Could you send a patch for it (or a command to run to get the patch, > assuming I only have a Bazaar branch of Emacs)? It doesn't seem to apply cleanly to trunk, but here's the diff: https://github.com/haxney/emacs/compare/3a5be1e2bf8b8b096f7c656c99f644b7dd0c4bab...package-rewrite.diff It also has no ChangeLog entries (currently; the contents of the above URL will update if/when Daniel adds them). --Dmitry