Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bugs and added a more comprehensive test program. #1

Merged

Conversation

WillClinger
Copy link
Contributor

This pull request completes the reference implementation for SRFI 132, adds my proposed vector-select procedure, fixes two bugs, adds a far more comprehensive test program, and makes it easy to improve the performance of the primary sorting routines by using the R6RS (rnrs sorting) library if it is available.

arthurgleckler added a commit that referenced this pull request Mar 14, 2016
Fixed bugs and added a more comprehensive test program.

This completes the reference implementation for SRFI 132, adds my proposed vector-select procedure, fixes two bugs, adds a far more comprehensive test program, and makes it easy to improve the performance of the primary sorting routines by using the R6RS (rnrs sorting) library if it is available.
@arthurgleckler arthurgleckler merged commit 19eb1fc into scheme-requests-for-implementation:master Mar 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants