Updating AUTHORS.

This commit is contained in:
Alex Shinn 2024-05-31 19:25:48 +09:00
parent 0bbb60060a
commit 925c044eef
3 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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"