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: sqlite3 Date: Sun, 26 Dec 2021 14:57:18 +0200 Message-ID: <83o853o769.fsf@gnu.org> References: <87tufmjyai.fsf@gnus.org> <83a6gze705.fsf@gnu.org> <87k0g2xsu9.fsf@gnus.org> <871r2axqp4.fsf@gnus.org> <83sfuqb5yo.fsf@gnu.org> <87fsqoyiao.fsf@gnus.org> <83v8zk96yh.fsf@gnu.org> <87zgowvmt5.fsf@gnus.org> <838rwg8z8i.fsf@gnu.org> <871r28vg4y.fsf@gnus.org> <834k748wez.fsf@gnu.org> <831r288vne.fsf@gnu.org> <83zgow7fpi.fsf@gnu.org> <83y24g7dui.fsf@gnu.org> <8735mnr5cb.fsf@gnus.org> <83bl19zwwy.fsf@gnu.org> <87bl18g7r3.fsf@gnus.org> <83ee64ych1.fsf@gnu.org> <83o853pydo.fsf@gnu.org> <875yrbzjc5.fsf@gnus.org> <8335mfpox7.fsf@gnu.org> <877dbry2rt.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36130"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 26 13:58:10 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 1n1T6H-0009El-S4 for ged-emacs-devel@m.gmane-mx.org; Sun, 26 Dec 2021 13:58:09 +0100 Original-Received: from localhost ([::1]:47982 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n1T6G-00027C-Ii for ged-emacs-devel@m.gmane-mx.org; Sun, 26 Dec 2021 07:58:08 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:33204) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1T5D-0001Mc-TK for emacs-devel@gnu.org; Sun, 26 Dec 2021 07:57:03 -0500 Original-Received: from [2001:470:142:3::e] (port=53518 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1T5D-00034z-Jb; Sun, 26 Dec 2021 07:57:03 -0500 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=RKvdcmo4W0ywbYS2bv4axLTTJ011PZ5CcCYBaPWCRPc=; b=fCIv0kA2dnHI ugQYye/dAP4NQRDjT2Q6XSMiWOmy39uL1LCfgu3L+hAK6s7Dq+wtBuE7YvqhK+tGZ3zBC/YFQm5JS yV3bZEcfGm058kjcMrLVehyZ8zlw6iSVKEUe6w0NZnPVJ7AJOxcXjL7H4HCKrY5Zm4j1poDar7DqJ iOZ4E44qPuT1HMikjeoVdugq4Anz7FsH8fPVBr4lJBh5kwbSB0G4MzYIKFC+2qg9XU0UqY5z6I0r2 Obaibq7tP/2O7RJIjoMVMb8z5xmGWJW4G2IAdZrsZ0IWIOL6Ngx+Ay8MuJM6z+uNla6JKesLQlU2C CkWHi1QyjsitGUOtUebsyg==; Original-Received: from [87.69.77.57] (port=2176 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 1n1T5D-0003Ev-Hw; Sun, 26 Dec 2021 07:57:03 -0500 In-Reply-To: <877dbry2rt.fsf@gnus.org> (message from Lars Ingebrigtsen on Sun, 26 Dec 2021 13:22:14 +0100) 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:283326 Archived-At: > From: Lars Ingebrigtsen > Cc: emacs-devel@gnu.org > Date: Sun, 26 Dec 2021 13:22:14 +0100 > > Eli Zaretskii writes: > > > I will try. But ERT is notoriously hard with supporting such > > debugging printouts, so maybe I'll need help. > > I was thinking of something simpler, like the following, and compare > when things work and when things fail. I did the moral equivalent of that, and didn't see any difference: in both cases, there's a single file multisession--sfoo.value there. See my other message about the reason for the failures.