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: cl-defstruct-based package.el, now with ert tests and no external tar! Date: Thu, 27 Jun 2013 01:04:37 +0200 Message-ID: <86obaswk1m.fsf@ferrier.me.uk> References: <87y5cx0wh7.fsf@yandex.ru> <87ppy7e5ke.fsf@lifelogs.com> <87vc5x1uzj.fsf@yandex.ru> <87txlcdyl1.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1372287892 17320 80.91.229.3 (26 Jun 2013 23:04:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Jun 2013 23:04:52 +0000 (UTC) Cc: Emacs development discussions To: Sebastian Wiesner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 27 01:04:54 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 1Urylh-0001L2-55 for ged-emacs-devel@m.gmane.org; Thu, 27 Jun 2013 01:04:53 +0200 Original-Received: from localhost ([::1]:41611 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Urylg-0005Aj-MO for ged-emacs-devel@m.gmane.org; Wed, 26 Jun 2013 19:04:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrylZ-00054C-CH for emacs-devel@gnu.org; Wed, 26 Jun 2013 19:04:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrylW-0005T0-PH for emacs-devel@gnu.org; Wed, 26 Jun 2013 19:04:45 -0400 Original-Received: from static.17.66.46.78.clients.your-server.de ([78.46.66.17]:44172 helo=po1.ferrier.me.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrylW-0005So-Iu for emacs-devel@gnu.org; Wed, 26 Jun 2013 19:04:42 -0400 Original-Received: from soundcloud (140.35.155.90.in-addr.arpa [90.155.35.140]) by po1.ferrier.me.uk (Postfix) with ESMTP id 60EBBAC00E2; Thu, 27 Jun 2013 01:06:04 +0200 (CEST) Original-Received: from soundcloud (localhost [127.0.0.1]) by soundcloud (Postfix) with ESMTP id EDEBAE023DF; Thu, 27 Jun 2013 01:04:37 +0200 (CEST) In-Reply-To: (Sebastian Wiesner's message of "Tue, 25 Jun 2013 14:19:08 +0200") 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:161117 Archived-At: Sebastian Wiesner writes: > 2013/6/25 Stefan Monnier : >>> [1]: https://github.com/rejeep/carton >> >> I don't understand what this does. Could you give me some description >> of what is the benefit of such a tool, either for an end-user or for >> a developer of a package? > > Carton creates isolated and independent package environments. My own elpakit does much the same thing and is based on parts of package.el as well. https://github.com/nicferrier/elpakit Nic