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

checker: fix propagation checking in c-style for loop increment #19636

Closed
wants to merge 3 commits into from

Conversation

joshmeranda
Copy link

@joshmeranda joshmeranda commented Oct 23, 2023

#19630

🤖 Generated by Copilot at 80139eb

The pull request adds error checking for or blocks in the for statement increment in the checker module. It also adds test cases for different kinds of or blocks in the vlib/v/checker/tests directory.

🤖 Generated by Copilot at 80139eb

  • Handle different kinds of or blocks in for statement increment (link)
  • Add test cases for for statement increment with propagate option and result blocks (link, link, link, link)

@shove70
Copy link
Contributor

shove70 commented Oct 24, 2023

Since my last PR was bad, it has been rolled back.
You need to rebase on the latest master.
sorry

@joshmeranda
Copy link
Author

@shove70 can you or someone approve the workflows to re-run when you get a chance?

@shove70
Copy link
Contributor

shove70 commented Oct 24, 2023

@shove70 can you or someone approve the workflows to re-run when you get a chance?

Yes, you can comment here when you need to do about it

vlib/v/checker/for.v Outdated Show resolved Hide resolved
vlib/v/checker/for.v Outdated Show resolved Hide resolved
@spytheman
Copy link
Member

Obsoleted by #19641 .

@spytheman spytheman closed this Oct 24, 2023
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.

3 participants