From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alexandre Garreau Newsgroups: gmane.emacs.devel Subject: Re: master 3d38d1d: Add sqlite3 support to Emacs Date: Sat, 11 Dec 2021 13:36:33 +0100 Message-ID: <11950749.011YomyiHy@galex-713.eu> References: <20211211035614.15517.53830@vcs0.savannah.gnu.org> <83k0gbr0dm.fsf@gnu.org> <87y24r33bn.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25304"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 11 13:38:02 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 1mw1da-0006Qm-LF for ged-emacs-devel@m.gmane-mx.org; Sat, 11 Dec 2021 13:38:02 +0100 Original-Received: from localhost ([::1]:59376 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mw1dY-0008CQ-8W for ged-emacs-devel@m.gmane-mx.org; Sat, 11 Dec 2021 07:38:00 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:59470) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mw1cJ-0007Pk-UD for emacs-devel@gnu.org; Sat, 11 Dec 2021 07:36:43 -0500 Original-Received: from [2a00:5884:8305::1] (port=36406 helo=galex-713.eu) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mw1cE-0001zf-VB for emacs-devel@gnu.org; Sat, 11 Dec 2021 07:36:43 -0500 Original-Received: from gal by galex-713.eu with local (Exim 4.94.2) (envelope-from ) id 1mw1c9-001TIR-Ks for emacs-devel@gnu.org; Sat, 11 Dec 2021 13:36:33 +0100 In-Reply-To: <87y24r33bn.fsf@yahoo.com> X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a00:5884:8305::1 (failed) Received-SPF: pass client-ip=2a00:5884:8305::1; envelope-from=galex-713@galex-713.eu; helo=galex-713.eu X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no 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:281680 Archived-At: Le sabato, 11-a de decembro 2021, 10-a horo kaj 20:44 CET Po Lu a =E9crit : >=20 >=20 > > Would you like to prepare a patch to that effect, please? >=20 > I would be willing to, but only if someone from a higher authority says > it's necessary, and provides some details: for instance, should the > symbol be named `plugin_is_GPL_compatible', or something like > `plugin_is_free_software' (as SQLite3 is public domain instead of under > the GPL). It should reuse what gcc does to load its plugins. GCC asks for a such=20 symbol to check the plugins are GPLv3-compatible.