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

[GnoVM] Execute type checker before gno test #3831

Closed
leohhhn opened this issue Feb 26, 2025 · 0 comments · Fixed by #3887
Closed

[GnoVM] Execute type checker before gno test #3831

leohhhn opened this issue Feb 26, 2025 · 0 comments · Fixed by #3887
Assignees

Comments

@leohhhn
Copy link
Contributor

leohhhn commented Feb 26, 2025

Description

We should be able to run the type checker before executing gno test, as this will actually catch many syntax errors which are a nightmare to debug in runtime.

cc @thehowl @mvertes @ajnavarro

@thehowl thehowl self-assigned this Feb 28, 2025
Villaquiranm pushed a commit to Villaquiranm/gno that referenced this issue Mar 11, 2025
Fixes gnolang#3831.

Adds type checking as a step before executing a package's tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants