Skip to content

Conversation

@resyntax-ci
Copy link
Contributor

@resyntax-ci resyntax-ci bot commented Nov 9, 2025

Resyntax fixed 20 issues in 4 files.

  • Fixed 9 occurrences of let-to-define
  • Fixed 2 occurrences of cond-let-to-cond-define
  • Fixed 1 occurrence of make-temporary-file-to-make-temporary-directory
  • Fixed 1 occurrence of and-let-to-cond
  • Fixed 1 occurrence of send-chain-to-send+
  • Fixed 1 occurrence of explicit-cond-else-void
  • Fixed 1 occurrence of if-else-false-to-and
  • Fixed 1 occurrence of nested-and-to-flat-and
  • Fixed 1 occurrence of provide/contract-to-contract-out
  • Fixed 1 occurrence of for-each-to-for
  • Fixed 1 occurrence of printf-to-display

resyntax-ci bot added 13 commits November 9, 2025 00:14
Internal definitions are recommended instead of `let` expressions, to reduce nesting.
Using `cond` allows converting `let` to internal definitions, reducing nesting
This method chain made of nested `send` expressions can be written more clearly as a `send+` expression.
This `if` expression can be refactored to an equivalent expression using `and`.
This use of `printf` has no arguments other than the template string.
Internal definitions are recommended instead of `let` expressions, to reduce nesting.
The `provide/contract` form is a legacy form made obsolete by `contract-out`.
Use `make-temporary-directory` to make directories instead of `make-temporary-file`.
Nested `and` expressions can be flattened into a single, equivalent `and` expression.
Add an explicit `[else (void)]` clause to make the default behavior clear.
Internal definitions are recommended instead of `let` expressions, to reduce nesting.
Internal definitions are recommended instead of `let` expressions, to reduce nesting.
This `for-each` operation can be replaced with a `for` 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.

1 participant