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: Reliability of melpa Date: Sun, 03 Mar 2024 07:19:48 +0000 Message-ID: <875xy37pez.fsf@posteo.net> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26485"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel To: Pedro Andres Aranda Gutierrez Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Mar 03 08:21:10 2024 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 1rgg9k-0006fJ-Rd for ged-emacs-devel@m.gmane-mx.org; Sun, 03 Mar 2024 08:21:08 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rgg8d-0003ip-2a; Sun, 03 Mar 2024 02:19:59 -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 1rgg8b-0003i8-Dh for emacs-devel@gnu.org; Sun, 03 Mar 2024 02:19:57 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rgg8Y-0004Bn-Ae for emacs-devel@gnu.org; Sun, 03 Mar 2024 02:19:57 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id C3ABA240103 for ; Sun, 3 Mar 2024 08:19:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1709450389; bh=umPn89XL7tP6bsBrHLSTES7ubcTVBAvG/7qlv2T6egs=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=XDbBqXI80CZbY4RKzbsisGeYfR+GB9UMrlUCG57VPpz5laqBoLFUq3TJlDi/2XHKE kLYX3L64d2P6OGDIsSHIuXO0m75FcNyTH1lK3Ul+k3opIIW0Zb0vOr63ojFEBm4z52 +eJE62x4cV8IbdMMSNigQkn5Lt8crYvRMtHUBUrMevwh9KuknSLw0wPwlo3/sDSlCn e+gH+nRdkbcx5OqSLeN1Zlilwc00+UYdWnrud2qynmQbJV14i2k5+ARWkfdmN0EWDW At5FnEGz91DHTNolLLz6XaEEFiw4UnuGpL2IF3Afy93/MVbCbgCQdsG4ayfuf+NPHr Bk4Hx42llOuLQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TnY9x2FbKz9rxD; Sun, 3 Mar 2024 08:19:49 +0100 (CET) In-Reply-To: (Pedro Andres Aranda Gutierrez's message of "Sun, 3 Mar 2024 07:13:57 +0100") X-Hashcash: 1:20:240303:emacs-devel@gnu.org::WhUTAlRZzpfRd1iY:GYC X-Hashcash: 1:20:240303:paaguti@gmail.com::pmMws7sPnKeochKb:883z 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_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:316728 Archived-At: Pedro Andres Aranda Gutierrez writes: > Hi, > > I've always been a great fan of melpa. However, I'm experiencing trouble in > the past days: > > Failed to install company: > https://melpa.org/packages/company-20240301.346.tar The Emacs developers are not responsible for MELPA, but keep in mind that Company specifically is also available from GNU ELPA: https://elpa.gnu.org/packages/company.html. > It is a pity. I think a rich and reliable package ecosystem is one of the > greatest arguments for Emacs. It has been replicated by other editors ;-) > > My.2 cents -- Philip Kaludercic on icterid