mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Updating AUTHORS.
This commit is contained in:
parent
0bbb60060a
commit
925c044eef
3 changed files with 3 additions and 2 deletions
2
AUTHORS
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue