From c890b9918f7758bc0f79f7dbbb981021ef77e84e Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 12 Dec 2025 11:00:21 +0200 Subject: [PATCH 1/2] tr7 fixes --- libs/implementations.sld | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/implementations.sld b/libs/implementations.sld index 8162fba..92cfab0 100644 --- a/libs/implementations.sld +++ b/libs/implementations.sld @@ -696,8 +696,9 @@ append-directories) " " ,exec-cmd - " tr7i -1 " + " tr7i " ,(util-getenv "COMPILE_R7RS_TR7") + " -1 " ,script-file " " ,args))))) From 56806688b5b7fb24affe9bc6b506efec1e0a965a Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 12 Dec 2025 11:03:22 +0200 Subject: [PATCH 2/2] tr7 fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4370abe..fb6c312 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .SILENT: test-r6rs test-r6rs-docker test-r7rs test-r7rs-docker PREFIX=/usr/local SCHEME=chibi -VERSION=1.1.0 +VERSION=1.1.1 R6RSTMP=.tmp/${SCHEME}-r6rs R7RSTMP=.tmp/${SCHEME}-r7rs DOCKERTAG=compile-scheme-test-${SCHEME}