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 #112

Closed
wants to merge 6 commits into from
Closed

Automated Resyntax fixes #112

wants to merge 6 commits into from

Conversation

resyntax-ci[bot]
Copy link
Contributor

@resyntax-ci resyntax-ci bot commented Nov 23, 2024

Resyntax fixed 21 issues in 7 files.

  • Fixed 14 occurrences of build-list-const-to-make-list
  • Fixed 3 occurrences of zero-comparison-to-negative?
  • Fixed 1 occurrence of single-clause-match-to-match-define
  • Fixed 1 occurrence of zero-comparison-to-positive?
  • Fixed 1 occurrence of let-to-define
  • Fixed 1 occurrence of tidy-require

Internal definitions are recommended instead of `let` expressions, to reduce nesting.
Using `build-list` with `const` is equivalent to using `make-list`.
Keep imports in `require` sorted and grouped by phase, with collections before files.
This `match` expression can be simplified using `match-define`.
This expression is equivalent to calling the `positive?` predicate.
This expression is equivalent to calling the `negative?` predicate.
@benknoble benknoble closed this in 4fb7ad6 Nov 23, 2024
@benknoble benknoble closed this Nov 23, 2024
@benknoble benknoble deleted the autofix-8-1 branch November 23, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant