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 14:55:00 +0100 Message-ID: <2273256.6mM11YX1Gx@galex-713.eu> References: <20211211035614.15517.53830@vcs0.savannah.gnu.org> <2098420.a0jh1gDSiq@galex-713.eu> <834k7fqmga.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24566"; 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 14:57:46 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 1mw2sj-00069C-TM for ged-emacs-devel@m.gmane-mx.org; Sat, 11 Dec 2021 14:57:45 +0100 Original-Received: from localhost ([::1]:59602 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mw2si-0008K6-0d for ged-emacs-devel@m.gmane-mx.org; Sat, 11 Dec 2021 08:57:44 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:47672) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mw2qC-0006RA-AV for emacs-devel@gnu.org; Sat, 11 Dec 2021 08:55:08 -0500 Original-Received: from [2a00:5884:8305::1] (port=36412 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 1mw2qA-0003Mz-OA for emacs-devel@gnu.org; Sat, 11 Dec 2021 08:55:07 -0500 Original-Received: from gal by galex-713.eu with local (Exim 4.94.2) (envelope-from ) id 1mw2q4-001V87-Nl for emacs-devel@gnu.org; Sat, 11 Dec 2021 14:55:02 +0100 In-Reply-To: <834k7fqmga.fsf@gnu.org> 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:281687 Archived-At: Le sabato, 11-a de decembro 2021, 14-a horo kaj 51:17 CET Eli Zaretskii a=20 =C3=A9crit : > > From: Alexandre Garreau > > Date: Sat, 11 Dec 2021 13:57:55 +0100 > >=20 > > Shouldn=E2=80=99t we hack both sqlite and its module to integrate just = the > > same > > symbol? >=20 > No, we won't be making local changes in the sqlite3 library. That way > lies madness. so how do we check license?