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

v, vet: move now obsolete vlib vet module to cmd vet #21445

Merged
merged 1 commit into from
May 6, 2024

Conversation

ttytm
Copy link
Member

@ttytm ttytm commented May 6, 2024

With the latest updates, we can move the vlib/vet/vet.v module, which was used for errors in the parser and scanner, to the vvet tool, as it is now able to handle the errors itself and not used anymore in the parser and scanner. This will cleanup the vlib and keep code closer to it's related source.

@spytheman spytheman merged commit f08b333 into vlang:master May 6, 2024
57 checks passed
@ttytm ttytm deleted the v-vet/move-vlib-vet branch May 6, 2024 15:38
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

Successfully merging this pull request may close these issues.

None yet

2 participants