Skip to content

Audit usages of fold_right #1688

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

Merged
merged 5 commits into from
Feb 24, 2025
Merged

Audit usages of fold_right #1688

merged 5 commits into from
Feb 24, 2025

Conversation

michael-schwarz
Copy link
Member

@michael-schwarz michael-schwarz commented Feb 18, 2025

This PR replaces usages of fold_right with usages of fold_left wherever there is obviously no difference between both. This also raised an instances where I am unsure if the code in Goblint is correct.

@michael-schwarz michael-schwarz added the cleanup Refactoring, clean-up label Feb 18, 2025
@sim642 sim642 linked an issue Feb 18, 2025 that may be closed by this pull request
@michael-schwarz michael-schwarz merged commit 2c36291 into master Feb 24, 2025
21 checks passed
@michael-schwarz michael-schwarz deleted the issue_1536 branch February 24, 2025 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Refactoring, clean-up
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate instances of fold_right
3 participants