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

Unit tests (manual tests) broken on main branch #31

Closed
usefulmove opened this issue Sep 30, 2022 · 1 comment
Closed

Unit tests (manual tests) broken on main branch #31

usefulmove opened this issue Sep 30, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@usefulmove
Copy link
Owner

The manual unit tests in functions.cm, map.cm, fold.cm, and scan.cm were broken with the merge with the persistence branch.

@usefulmove usefulmove added the bug Something isn't working label Sep 30, 2022
@usefulmove usefulmove self-assigned this Sep 30, 2022
@usefulmove
Copy link
Owner Author

usefulmove commented Sep 30, 2022

Looked into this. The issue is only occurs when persistence is turned on. It happens because the manual unit tests assume a clear stack before entry and do not leave the stack as they found it. In fact, the current strategy is to pass the test result back on the stack. There is some clean up necessary in each of the manual unit test files.

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