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

Automated Resyntax fixes #1139

Merged
merged 4 commits into from
Jan 26, 2025
Merged

Automated Resyntax fixes #1139

merged 4 commits into from
Jan 26, 2025

Conversation

resyntax-ci[bot]
Copy link
Contributor

@resyntax-ci resyntax-ci bot commented Jan 26, 2025

Resyntax fixed 6 issues in 3 files.

  • Fixed 3 occurrences of if-let-to-cond
  • Fixed 1 occurrence of zero-comparison-to-negative?
  • Fixed 1 occurrence of inline-unnecessary-define
  • Fixed 1 occurrence of zero-comparison-to-positive?

resyntax-ci bot added 4 commits January 26, 2025 01:28
This variable is returned immediately and can be inlined.
`cond` with internal definitions is preferred over `if` with `let`, to reduce nesting
This expression is equivalent to calling the `negative?` predicate.
This expression is equivalent to calling the `positive?` predicate.
@pavpanchekha pavpanchekha merged commit c73a45c into main Jan 26, 2025
@pavpanchekha pavpanchekha deleted the autofix-13-1 branch January 26, 2025 03:22
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.

1 participant