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

Get rid of unsafePerformIO #10

Open
marcellussiegburg opened this issue May 13, 2024 · 1 comment
Open

Get rid of unsafePerformIO #10

marcellussiegburg opened this issue May 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@marcellussiegburg
Copy link
Member

Currently unsafePerformIO is used to perform tests.

I think the only reason for doing so is, because it was always done like this. However it is not required to do so. Commit 9ba7c0c fixes this.

But the change would involve updating the underlying GHC_PACKAGE_DB. That is why this change should happen probably after the semester has ended.

@marcellussiegburg
Copy link
Member Author

It is possible that this change would also make the work-around of #9 unnecessary as there are several server-timeouts are already involved (but might simply not get accounted for because of unsafePerformIO)?

@marcellussiegburg marcellussiegburg added the bug Something isn't working label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant