From d62714d7f5d5ffe902930cd185bb6b99487847ff Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 24 Sep 2026 00:55:30 +0100 Subject: Import &error with the rnrs: prefix. &error conflicts with a core Guile binding otherwise. --- tests/smoketest.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/smoketest.scm b/tests/smoketest.scm index 65a27d5..7780db0 100644 --- a/tests/smoketest.scm +++ b/tests/smoketest.scm @@ -21,7 +21,7 @@ ;;; xapian-bindings/python3/smoketest.py from v1.4.32 of the xapian ;;; repo. Keep this updated with new releases of xapian. -(use-modules ((rnrs conditions) #:select (&error)) +(use-modules ((rnrs conditions) #:select (&error) #:prefix rnrs:) (srfi srfi-26) (srfi srfi-64) (ice-9 ftw) @@ -284,7 +284,7 @@ after." #:boolean-prefixes boolean-prefixes))) (test-error "failing field processor" - &error + rnrs:&error (parse-query "spam:spam" #:stemmer (make-stem "none") #:prefixes prefixes -- cgit 1.4.1