From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?UTF-8?Q?Augustin_Ch=c3=a9neau_=28BTuin=29?= Newsgroups: gmane.emacs.devel Subject: Re: [PROPOSAL] Builder, a build system integration for Emacs Date: Sun, 21 May 2023 16:56:38 +0200 Message-ID: <84ee176f-ff42-3bda-9072-7cd63afd10e1@mailo.com> References: <95980ffc-86e7-ad54-4a20-539d8c6ea5d0@mailo.com> <878rdhevfp.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11847"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Cc: emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 21 17:01:08 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q0kYW-0002vi-JV for ged-emacs-devel@m.gmane-mx.org; Sun, 21 May 2023 17:01:08 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q0kXi-00026Z-9x; Sun, 21 May 2023 11:00:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q0kUH-0001jS-2P for emacs-devel@gnu.org; Sun, 21 May 2023 10:56:45 -0400 Original-Received: from msg-1.mailo.com ([213.182.54.11]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q0kUF-00053Z-7d for emacs-devel@gnu.org; Sun, 21 May 2023 10:56:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailo.com; s=mailo; t=1684680999; bh=hJJlWG03kZetsl0fcmsriV7NRHvzfi7eo+zswvW5Fz4=; h=X-EA-Auth:Message-ID:Date:MIME-Version:Subject:To:Cc:References: From:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Xhpng+0tvLwh0XdGw48w/Mg21vM+nNjCCLN8azE/xEtHsi28pRTt5mvFlxyGK518/ bmWlabFRO+2SuKR/ekImsS41qCj6p+UEvycvruJ4Q9svH4Q5Ux3ZEf2qnvLIOyS764 mjW+iWAaGw3MZi3G8aWLNt+SM4Ubh3qfWJDqesMM= Original-Received: by b221-4.in.mailobj.net [192.168.90.24] with ESMTP via ip-20.mailobj.net [213.182.54.20] Sun, 21 May 2023 16:56:39 +0200 (CEST) X-EA-Auth: cUWLC0GKpBgLZfiRqaQFgJapfs61wXGomOpGlIPopLGp5wyggkCkoTJnnZJbd2JZhkE/TlaRqYdrI+ydmgIwZGLO9GM3X5/M Content-Language: fr, en-US In-Reply-To: <878rdhevfp.fsf@posteo.net> Received-SPF: pass client-ip=213.182.54.11; envelope-from=btuin@mailo.com; helo=msg-1.mailo.com X-Spam_score_int: -21 X-Spam_score: -2.2 X-Spam_bar: -- X-Spam_report: (-2.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.098, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sun, 21 May 2023 11:00:16 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:306252 Archived-At: Le 21/05/2023 à 14:11, Philip Kaludercic a écrit : > > Your proposal sounds interesting, and I think it is worth adding to GNU > or NonGNU ELPA. Do you have a preference? Also, it would be nice if > you could host the files in a Git repository somewhere, so that the ELPA > build-system can mirror your changes. Well I think it could be directly integrated inside Emacs, since there is a related TODO in `project.el', I quote: * "Build tool related functionality. Start with a `project-build' command, which should provide completions on tasks to run, and maybe allow entering some additional arguments. This might be handled better with a separate API, though. Then we won't force every project backend to be aware of the build tool(s) the project is using." Otherwise I prefer GNU Elpa. And the project is hosted here, sorry it wasn't clear: