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 f4166f428a: * elpa-packages (emacsql): New package. Date: Thu, 15 Dec 2022 21:05:59 +0000 Message-ID: <87pmckgyx4.fsf@posteo.net> References: <167091741978.18640.16217484079810212983@vcs2.savannah.gnu.org> <20221213074340.1C45BC000CE@vcs2.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12848"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Stefan Monnier , Jonas Bernoulli , emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 15 22:07:00 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 1p5vRU-000386-A9 for ged-emacs-devel@m.gmane-mx.org; Thu, 15 Dec 2022 22:07:00 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p5vQf-0002iU-Ra; Thu, 15 Dec 2022 16:06:09 -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 1p5vQd-0002iF-1C for emacs-devel@gnu.org; Thu, 15 Dec 2022 16:06:07 -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 1p5vQZ-0001jb-5t for emacs-devel@gnu.org; Thu, 15 Dec 2022 16:06:06 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id D8BA124002A for ; Thu, 15 Dec 2022 22:06:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1671138360; bh=STCHvv7+au7gRdAxGGEY5aJNZ8+ZmQ7N/40MurvKlgU=; h=From:To:Cc:Subject:Date:From; b=isDO2I5pA6dkGeBdpj/QQyPlfP2MDXWAAnwBACXAI1JviQVii0KgGgxlAiHoyWig7 XAOKHJSdDvZVK0maX7xD/v+Jd7EVzcEGMR4n4hSR074GfAGmXNRYFgPEeq5843gDSH Ix3FnG9hXQuR9rVxEL/53vUxtrLRwPj1qqWhOAQ5EBiMA0XF87kS7fMgXzdy6sEfDY edqfgNuN/OUW2YYlB3rrB8BD73CdnauUzs9EGJvU5w73yOxl0dS+VND2y5j2ix/5lk 9mLcBwKIYZTLv+rlGW6BbBaJk7EDikaYUnaoJErFxSyIEzH5kM5A0zgu/1WiQs/dpr RKHr4+O6jshYw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NY4X76y83z9rxG; Thu, 15 Dec 2022 22:05:59 +0100 (CET) In-Reply-To: (Stefan Kangas's message of "Thu, 15 Dec 2022 12:37:58 -0800") 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:301471 Archived-At: Stefan Kangas writes: > Stefan Monnier writes: > >> But none of the packages in (Non)GNU ELPA depend on emacsql-, >> so we don't really need to abide by the Melpa packaging. > > The main reason I've added emacsql to NonGNU ELPA is to be able to add > packages that depend on it (such as org-roam). Those packages currently > depend on emacsql- packages. Do you think it is plausible to get org-roam to switch to emacsql without any specific subpackage? >>> If we want to add those packages as is, and have them installable, >>> their dependencies must also be in NonGNU ELPA. >> >> I expect that can be changed when needed. > > Agreed. Let's see what Jonas thinks about the plan I proposed.