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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Automated Resyntax fixes #729

wants to merge 6 commits into from

Conversation

resyntax-ci[bot]
Copy link
Contributor

@resyntax-ci resyntax-ci bot commented Mar 16, 2025

Resyntax fixed 15 issues in 4 files.

  • Fixed 10 occurrences of let-to-define
  • Fixed 1 occurrence of make-temporary-directory-migration
  • Fixed 1 occurrence of if-then-true-else-false-to-condition
  • Fixed 1 occurrence of cond-let-to-cond-define
  • Fixed 1 occurrence of zero-comparison-to-negative?
  • Fixed 1 occurrence of map-to-for

resyntax-ci bot added 6 commits March 16, 2025 00:11
Use `make-temporary-directory` to make directories instead of `make-temporary-file`.
Internal definitions are recommended instead of `let` expressions, to reduce nesting.
This expression is equivalent to calling the `negative?` predicate.
The condition of this `if` expression is already a boolean and can be used directly.
Internal definitions are recommended instead of `let` expressions, to reduce nesting.
This `map` operation can be replaced with a `for/list` loop.
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.

0 participants