From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by bl2.djc.id.au (Postfix) with ESMTPS id B3D4A1B5698 for ; Sun, 05 Apr 2026 21:20:34 +1000 (AEST) Received: from github.com (hubbernetes-node-1427bb5.ac4-iad.github.net [10.52.83.37]) by smtp.github.com (Postfix) with ESMTPA id D2DFA300964; Sun, 5 Apr 2026 04:20:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1775388032; bh=MLoAAwPKpRPIaiwpr+QWzt4aGZx7DDdFKpZF6XJOTpE=; h=Date:From:To:Subject:List-Unsubscribe:From; b=ibs8o7Oh4nIjfw+CIGjT/9VJ5zYRzkSGz8PcmSL4LizHLEJL7d50RTkrNmMpANWCO e3xfEHoA80w9saRtpnnXHDI95AhxRgrApUHII7JUh6L5K1PDt2PALWWKPQq7tHTpxA eejFv6M6sZAZvR2KbOeIlnKKKH1d1TuZJevArlko= Date: Sun, 05 Apr 2026 04:20:32 -0700 From: Dan Callaghan To: djc@djc.id.au, sup-commits@supmua.dev Message-ID: Subject: [sup-heliotrope/sup] 09f987: use Xapian commit method instead of flush Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Unsubscribe: X-GitHub-Recipient-Address: djc@djc.id.au,sup-commits@supmua.dev X-Auto-Response-Suppress: All X-Rspamd-Queue-Id: B3D4A1B5698 List-Id: Branch: refs/heads/develop Home: https://github.com/sup-heliotrope/sup Commit: 09f987e08b028d47a15f3a18700bb497063ec49f https://github.com/sup-heliotrope/sup/commit/09f987e08b028d47a15f3a18700bb497063ec49f Author: Dan Callaghan Date: 2026-04-05 (Sun, 05 Apr 2026) Changed paths: M lib/sup/index.rb Log Message: ----------- use Xapian commit method instead of flush It was added in Xapian 1.1. Xapian::WritableDatabase::flush is deprecated and removed in Xapian 2.0. Relates to #627. Commit: 4ac006085b555420262ca60a0b0565508727690b https://github.com/sup-heliotrope/sup/commit/4ac006085b555420262ca60a0b0565508727690b Author: Dan Callaghan Date: 2026-04-05 (Sun, 05 Apr 2026) Changed paths: M .github/workflows/checks.yml Log Message: ----------- Github Actions: update actions to latest versions Compare: https://github.com/sup-heliotrope/sup/compare/41afb3f13117...4ac006085b55 To unsubscribe from these emails, change your notification settings at https://github.com/sup-heliotrope/sup/settings/notifications