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

Fixes TicTacToe Web example #1454

Merged
merged 1 commit into from
Aug 15, 2022
Merged

Fixes TicTacToe Web example #1454

merged 1 commit into from
Aug 15, 2022

Conversation

paulcadman
Copy link
Collaborator

Now that integer literals have the builtin int type we need an actual
IOUnit value to use in the IO sequence implementation.

This commit also adds the TicTacToe web example to the test suite. It is
a typecheck / C generation only test because it uses the Wasm browser APIs.

@paulcadman paulcadman added the documentation Improvements or additions to documentation label Aug 15, 2022
@paulcadman paulcadman added this to the 0.2.4 milestone Aug 15, 2022
@paulcadman paulcadman self-assigned this Aug 15, 2022
Now that integer literals have the builtin int type we need an actual
IOUnit value to use in the IO sequence implementation.

This commit also adds the TicTacToe web example to the test suite. It is
a typecheck / C generation only test because it uses the Wasm browser APIs.
Copy link
Collaborator

@janmasrovira janmasrovira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@janmasrovira janmasrovira merged commit 6ea7da9 into main Aug 15, 2022
@janmasrovira janmasrovira deleted the fix-tictactoe-web branch August 15, 2022 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants