From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] Add package flymake-rest Date: Sun, 08 May 2022 17:52:03 -0400 Message-ID: References: <87bkw8e83f.fsf@kisara.moe> <87h760uymx.fsf@posteo.net> <877d6we3bj.fsf@kisara.moe> <87k0avdeox.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37603"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: Mohsin Kaleem , emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 08 23:53:08 2022 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 1nnopv-0009Yd-Ic for ged-emacs-devel@m.gmane-mx.org; Sun, 08 May 2022 23:53:07 +0200 Original-Received: from localhost ([::1]:50556 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nnopu-0005Im-Bk for ged-emacs-devel@m.gmane-mx.org; Sun, 08 May 2022 17:53:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45060) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnop5-0004cj-9o for emacs-devel@gnu.org; Sun, 08 May 2022 17:52:15 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:15390) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnop0-0006hw-QN for emacs-devel@gnu.org; Sun, 08 May 2022 17:52:12 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id C8F6510029F; Sun, 8 May 2022 17:52:07 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 50A40100118; Sun, 8 May 2022 17:52:06 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1652046726; bh=gHy2vLIrMe9FJ0YVTFF/9AjnCK4eAjIVKvZ0QGG4GlA=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=mZ9UQNOBuXRP9A+eMCjA2Emb2Pt7lgduz83bleYUfO7oxiJtbyK7tfuGTisgvMr8Q IdbWIuv5DSxQUOBh+P0tlDLDmkLguO9RonCMt7BygbIQMLdJv/5NxvMwJmUTG/PWRy hzNqXKc6KmXEP6mWWsA8Mwjkk66980FDkJbB/TqeN0eI2Ohps6F4uwaF9I7U/lGF4q kIx0DLmfeB3KO9DhZZ1NxUfRn66FYYkn0hqrFE05rH5ji7arVltU/8BQ7pURnvm5fA CNFL3K5QdgLabiEbEDRRkI+42HQbszDRmTMxHGulhmDKA4vyoSzu620/yv+1kyyUWc dmtG1+7m26MYg== Original-Received: from pastel (unknown [45.72.221.51]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 1B6D3120202; Sun, 8 May 2022 17:52:06 -0400 (EDT) In-Reply-To: <87k0avdeox.fsf@posteo.net> (Philip Kaludercic's message of "Sun, 08 May 2022 19:09:18 +0000") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, 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-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" Xref: news.gmane.io gmane.emacs.devel:289499 Archived-At: > Of course, I see no need to rush this. I also wonder if macros are the > right approach. Do you think it could be possible to convert > `flymake-collection-define-...' into functions? Or perhaps even a > number of method? My fear is that the current implementation might be a > bit difficult to understand, if only because of the number of keyword > options that are merged into the final checker. Also functions make it easier for a major to setup flymake support without actually requiring flymake. Stefan