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

refactor main function/unit test compilation and evaluation #75

Open
sfultong opened this issue Jul 22, 2021 · 0 comments
Open

refactor main function/unit test compilation and evaluation #75

sfultong opened this issue Jul 22, 2021 · 0 comments

Comments

@sfultong
Copy link
Collaborator

In Spec.hs, there are unit tests like unitTest2 "main = 0" "0" This was a convenient way to test expressions, but main should be reserved for functions that belong in an input/output loop.

We should change all the unit tests, and we need to handle runStaticChecks differently for main vs inside unit tests.

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