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

Implement stubs for bindings used by the unit tests #4

Open
rocketnia opened this issue Dec 7, 2021 · 0 comments
Open

Implement stubs for bindings used by the unit tests #4

rocketnia opened this issue Dec 7, 2021 · 0 comments

Comments

@rocketnia
Copy link
Member

In the browser-based REPL, running the (rat) unit tests gives one test failure with a very clear error message: "No filesystem."

We could do the same thing for other operations the unit tests use, such as java-new. Having some binding for java-new will then cause a few more files of unit tests to run, as per the conditional logic in src/arc/lib/unit-test.arc. (Like the other unit tests, these extra ones pass except for some expected failures, like when they attempt to use the java-... FFI operations.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant