From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.devel Subject: Re: [nongnu] main 23c23ad: * elpa-packages (smartparens): Add package Date: Thu, 19 Aug 2021 09:23:29 +0000 Message-ID: <875yw1u6su.fsf@posteo.net> References: <20210807231108.10378.42095@vcs0.savannah.gnu.org> <20210807231109.E658220BD3@vcs0.savannah.gnu.org> <87a6lsv008.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="35287"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 19 11:24:10 2021 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 1mGeHR-0008wD-JD for ged-emacs-devel@m.gmane-mx.org; Thu, 19 Aug 2021 11:24:09 +0200 Original-Received: from localhost ([::1]:49080 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mGeHP-0001qv-Gb for ged-emacs-devel@m.gmane-mx.org; Thu, 19 Aug 2021 05:24:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46248) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mGeGu-0001CY-IH for emacs-devel@gnu.org; Thu, 19 Aug 2021 05:23:36 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:57421) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mGeGs-0006ZR-8l for emacs-devel@gnu.org; Thu, 19 Aug 2021 05:23:36 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id B192A240104 for ; Thu, 19 Aug 2021 11:23:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1629365011; bh=s7SVPwSaJm461l1OkNeYvpqV/3fquGiXxIG6hpesKCw=; h=From:To:Cc:Subject:Date:From; b=R23GYkcN20ybpSWvm9DC+L7Lkf9ybARIZy8peaAhCRbzTs3j4KPTynLSXY8Wl/bRy RO+u1B4JpCXYXlXH50MRiSobVW8f0DpzCNa97Emo67+kWyIH+vgSscgMEVZ6ESJPuF M3SguuQYNFKmkyTBjiatTuWsQjM0EZFRN/QjtLFWYt63+xhQcrOZ7SzAH2dxC2qKcv pqWSg71Z/jTskNy8PXz2LVqFPNLCN+PQON6Z+f9J2wOGMeNVxXtTYzAg6dQvq2NI1Y Z706sWYYDG5Edkc4p6xNIlYEucUWDO2uwkb4OsbCgk7GzP7N1H1Osw4KwJY1JGHGjL 07oid8SAMzfhw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GqzpW0Gmjz9rxQ; Thu, 19 Aug 2021 11:23:30 +0200 (CEST) In-Reply-To: <87a6lsv008.fsf@posteo.net> (Philip Kaludercic's message of "Sun, 08 Aug 2021 08:00:55 +0000") Received-SPF: pass client-ip=185.67.36.66; envelope-from=philipk@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:272654 Archived-At: Philip Kaludercic writes: > Stefan Monnier writes: > >> Philip Kaludercic [2021-08-07 19:11:09] wrote: >>> + ("smartparens" :url "https://github.com/Fuco1/smartparens" >>> + :ignored-files ("dev" "doc" "images" "test") >>> + ;; See https://github.com/Fuco1/smartparens/releases/tag/1.11.0 >>> + :version-map ((nil "1.11.0" "4873352b5d0a1c5142658122de1b6950b8fe7e4d"))) >> >> Thanks Philip, >> >> Even better than this URL would be a link to an issue/bugreport >> requesting the version number be added in the file. > > I'll update both the smartparens and the haskell-mode package > specification to add those links. It has been requested to remove haskell-mode for now, because the maintainers are not sure how their release procedure interacts with ELPA: https://github.com/haskell/haskell-mode/issues/1755#issuecomment-896127958 Would there be any issue in just commenting the specification out? >> >> Stefan >> As a side-note, would be make sense to extend elpa-admin to handle git tags if requested? -- Philip Kaludercic