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

Thoughts about a testing framework #2

Open
mpickering opened this issue Jul 7, 2019 · 0 comments
Open

Thoughts about a testing framework #2

mpickering opened this issue Jul 7, 2019 · 0 comments

Comments

@mpickering
Copy link
Collaborator

mpickering commented Jul 7, 2019

We need to have a good way to test the library once everything is up and running. It is easy to introduce segfaults or other problems (such as hangs) due to the use of sockets. There is a lot of untyped code which has to align with each other.

I wonder if a library like lsp-test would be good inspiration for how to perform the necessary testing.

This question is moot anyway until there is a GHC release which has the necessary RTS methods in to support the interface.

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