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

Test fixes #4

Merged

Conversation

shirok
Copy link
Contributor

@shirok shirok commented Feb 3, 2020

Some tests depended on specifics of the reference implementation or the Scheme implementation.
These changes allows the test suite to run as-is on different implementations.

In the reference implementation, textual->text takes rest arguments
to customize error message.  However, the spec doesn't allow rest
arguments, thus the implementation conforming the spec may fail on
these tests.
The result of textual->utf16 may differ depending on which endianness
it chooses, so this change accomodates both ways.
R7RS uses 'full-unicode' to indicate unicode support.
@arthurgleckler arthurgleckler merged commit 6db11bb into scheme-requests-for-implementation:master Feb 6, 2020
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