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: Emacs release and bundling GNU Elpa Date: Mon, 22 Jun 2015 14:27:24 +0100 Message-ID: References: <87oak8at0w.fsf@newcastle.ac.uk> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1434979664 10594 80.91.229.3 (22 Jun 2015 13:27:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Jun 2015 13:27:44 +0000 (UTC) Cc: Stefan Monnier , emacs-devel To: Phillip Lord Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 22 15:27:43 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 1Z71lG-0005N7-Ut for ged-emacs-devel@m.gmane.org; Mon, 22 Jun 2015 15:27:43 +0200 Original-Received: from localhost ([::1]:40159 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z71lG-0001yf-Bx for ged-emacs-devel@m.gmane.org; Mon, 22 Jun 2015 09:27:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z71l4-0001yX-7F for emacs-devel@gnu.org; Mon, 22 Jun 2015 09:27:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z71l0-0000jQ-1U for emacs-devel@gnu.org; Mon, 22 Jun 2015 09:27:30 -0400 Original-Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:34799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z71kz-0000jJ-Ps for emacs-devel@gnu.org; Mon, 22 Jun 2015 09:27:25 -0400 Original-Received: by lbnk3 with SMTP id k3so2574999lbn.1 for ; Mon, 22 Jun 2015 06:27:24 -0700 (PDT) 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=FRcxf+3NzsUcHLGym9XhccqzC3RznUo/WHPU/JBr4SI=; b=qcTpQwx1ODOxVCzqrjK1pH3pGeMfmMJTTwzfAyC33z3xFu1dBuRaP9kqRnPZKNtwn5 +Ti5n/KytCRZgiXVXxGR+bQOBWbg38Xs2ip3lj0/gzaP+weHT8LbBYS0sLPBA7LMQ+li cPzk+W0lLGuTuPukLil+FtKB5CRp8YnH6emnk2GH9ymHXqPwLVUxU8ervs2c+rTbY4kf 3u6nWtbIe7sRTeqSXyLZ0aAuM+pgmR20UDzXab0HGeAAe0Ge2IZ9NYilMoLmOXjACPg8 55Z4VySry7Ob/55tYZqGpywVD0SZssU9ytoPPBlPZxMxoxEF2WQCNmF1Yzwo1C0/r4ZB NTlA== X-Received: by 10.152.43.110 with SMTP id v14mr29985855lal.4.1434979644261; Mon, 22 Jun 2015 06:27:24 -0700 (PDT) Original-Received: by 10.25.214.133 with HTTP; Mon, 22 Jun 2015 06:27:24 -0700 (PDT) In-Reply-To: <87oak8at0w.fsf@newcastle.ac.uk> X-Google-Sender-Auth: DEgpfVaHQC5JuP_m1g58zgrNMHE X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22f 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:187372 Archived-At: 2015-06-22 12:20 GMT+01:00 Phillip Lord : > Stefan Monnier writes: >> At step 3, we'd have the following novelties: >> - the end user has to checkout both emacs.git and elpa.git before she >> can build Emacs (I suspect there will be some resistance, here). >> - packages in emacs/lisp can start to depend on packages from elpa.git. >> - we could even include preload some elpa.git packages (i.e. from loadup.el). >> >> I'm not exactly sure we'll ever get to step 3. > > > Would it not be possible to put elpa.get into emacs.git as some kind of > subtree? Or a submodule? > It would be nice if running make clean on emacs.git checkout would also > do a make clean on its related elpa.git. I thinThe elpa.git would not be built. I