From 925c044eefcb3b7bcf19a23a821ddf8fd3474237 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Fri, 31 May 2024 19:25:48 +0900 Subject: [PATCH] Updating AUTHORS. --- AUTHORS | 2 ++ README.md | 2 +- lib/srfi/231/test.sld | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 28705ad0..9810ac03 100644 --- a/AUTHORS +++ b/AUTHORS @@ -40,6 +40,7 @@ Thanks to the following people for patches and bug reports: * Ben Mather * Ben Weaver * Bertrand Augereau + * Bradley Lucier * Bruno Deferrari * Doug Currie * Derrick Eddington @@ -58,6 +59,7 @@ Thanks to the following people for patches and bug reports: * Meng Zhang * Michal Kowalski (sladegen) * Miroslav Urbanek + * Petteri Piiroinen * Rajesh Krishnan * Seth Alves * Stephen Lewis diff --git a/README.md b/README.md index a7e721b5..fa312722 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Minimal Scheme Implementation for use as an Extension Language** -http://synthcode.com/wiki/chibi-scheme +https://github.com/ashinn/chibi-scheme Chibi-Scheme is a very small library intended for use as an extension and scripting language in C programs. In addition to support for diff --git a/lib/srfi/231/test.sld b/lib/srfi/231/test.sld index af8eec5a..0f0bc637 100644 --- a/lib/srfi/231/test.sld +++ b/lib/srfi/231/test.sld @@ -3787,7 +3787,6 @@ (vector 'foo 'bar 'baz)) (make-interval '#(1))) (make-interval '#())))) - (test-error (specialized-array-reshape A-ref (make-interval '#(100)) 'a)) ) (test-group "curry tests"