Skip to content

Commit

Permalink
Updating AUTHORS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashinn committed May 31, 2024
1 parent 0bbb600 commit 925c044
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion lib/srfi/231/test.sld
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 925c044

Please sign in to comment.