From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: built-in sqlite support in 29 - still time for changes? Date: Tue, 21 Mar 2023 15:36:02 +0200 Message-ID: <83fs9y6xbx.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20369"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lynn Winebarger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Mar 21 14:36:35 2023 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 1pecAF-00057A-58 for ged-emacs-devel@m.gmane-mx.org; Tue, 21 Mar 2023 14:36:35 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pec9b-0000Yy-Pq; Tue, 21 Mar 2023 09:35:55 -0400 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 1pec9Y-0000SJ-If for emacs-devel@gnu.org; Tue, 21 Mar 2023 09:35:52 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pec9Y-0007T0-9d; Tue, 21 Mar 2023 09:35:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=5AEIBVixF9iz0SafOmmtjx7kFBpB3OP9jZ0E36ZyFEw=; b=pxKFPsNu0Mk4 tI63fu7HM1WgatmySWG7t0nRcATWsIQVteizrCiL1ALmsRtC/3Q8JKaOy8qxYYlGA34moYiqJ13NV FGrpTmQnckQH5yRKuZKgVthqV20AupBekQTq29nGA8mC92eMezvlQXMUO6UH9GJ5XK4N5pjHrY57b piL/rc9NG9dwPHLu0bP0joYYHRYyONNHjg73X48QZ1gPX1mmNxzJyx65VdrKPAVWAYoIvumjmj9F+ OjRFd4ybp9hnIPGha6WsgFXH2oO/Xc1r1TGGY+8jhpWBqeNI0VePHYYClmAKAVLqrQuANplw5eU9+ XaMJKIO+wGsYtk/HGEGAtg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pec9W-0002T4-Dp; Tue, 21 Mar 2023 09:35:51 -0400 In-Reply-To: (message from Lynn Winebarger on Tue, 21 Mar 2023 09:18:16 -0400) 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:304650 Archived-At: > From: Lynn Winebarger > Date: Tue, 21 Mar 2023 09:18:16 -0400 > > * Is the current code mature enough to document properly, or is that > being delayed until the implementation is more mature? I'm not sure I understand what do you mean by "document properly", since the SQLite support is already documented in the ELisp reference manual. (I have no opinion on the other issues you raise.)