Skip to content

Conversation

@resyntax-ci
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.
@rfindler rfindler closed this May 22, 2025
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.

2 participants