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: Adding use-package to core Date: Wed, 16 Nov 2022 16:04:49 +0000 Message-ID: <87iljenavy.fsf@posteo.net> References: <871qq2gbml.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34083"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , stefankangas@gmail.com, johnw@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Payas Relekar Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 16 17:06:04 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 1ovKvL-0008cT-VO for ged-emacs-devel@m.gmane-mx.org; Wed, 16 Nov 2022 17:06:04 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ovKue-0004Gp-4u; Wed, 16 Nov 2022 11:05:20 -0500 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 1ovKuG-0004EF-1o for emacs-devel@gnu.org; Wed, 16 Nov 2022 11:04:57 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ovKuD-0006zd-Hk for emacs-devel@gnu.org; Wed, 16 Nov 2022 11:04:55 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 539E324015C for ; Wed, 16 Nov 2022 17:04:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1668614690; bh=hcwmPpYZzteNyq4/wxpCCfPNDt1iUNcssUtliFM5nLc=; h=From:To:Cc:Subject:Date:From; b=PY5UqPkM1iH/6Mwhl/PUHrwaNeYmo2lQl+VcVddENlHHgpGQ46LnzCI5V24YsFidd uVrgJtpKdAqZ5X6fJtdhpa34ygex0S2ofwXfAAEmU96W5KtiB5UsVKYLgPsIk1He16 i9Th9fCukv0+qSDXocse72iP1BdScemBMB0mjxoMyl1gmMDjKJAad2bYvdsdQ4sWY3 anAvrMnI2B8+A6HDIif4leJ24W8DBBg0Z/lLoW1oPIcT4JeXt1cKZXhTg7I9KpZVzu GndBpcoTM9ga4yKoYcFNcZ8x1es1IDYGbUWV8R/6OSF20Y007kSvpAb41r34r6laq+ YosiWjcG8UxEQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NC7D11YHDz9rxN; Wed, 16 Nov 2022 17:04:48 +0100 (CET) In-Reply-To: <871qq2gbml.fsf@gmail.com> (Payas Relekar's message of "Wed, 16 Nov 2022 20:59:26 +0530") Received-SPF: pass client-ip=185.67.36.65; envelope-from=philipk@posteo.net; helo=mout01.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, 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.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:299946 Archived-At: Payas Relekar writes: > Eli Zaretskii writes: > >>> From: Payas Relekar >> >>> Once it is merged and ELPA starts tracking use-package from core, >>> we should probably ask John to mark the repo as archived on Github as an >>> added incentive to direct people to emacs-devel as well as prevent >>> people from creating new bugs/PRs on Github. Does that sound like a good >>> idea? >> >> Yes, I think so. > > This is thinking ahead, but we'll want to think about existing open > issues and PRs before making repo archived. This message has prompted me to check the open issues and PRs on GitHub, and I was surprised to see that there are 103 open (!) issues. Luckily none of them appear to have the label "bug", but 32 contain the word "error". Skimming through the list, it appears most of these aren't fatal, but it would be good to fix some of the issues before Emacs 29.1 is released. Pull requests, on the other hand, seem manageable. Currently there are four open, two created today by Stefan Kangas, that are mainly janitorial and I expect to be merged soon. The others are small features that could also be added.