Skip to content

Automated Resyntax fixes - #820

Open
resyntax-ci[bot] wants to merge 6 commits into
masterfrom
autofix-159-1
Open

Automated Resyntax fixes#820
resyntax-ci[bot] wants to merge 6 commits into
masterfrom
autofix-159-1

Conversation

@resyntax-ci

@resyntax-ci resyntax-ci Bot commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Resyntax fixed 20 issues in 6 files.

  • Fixed 7 occurrences of let-to-define
  • Fixed 7 occurrences of printf-to-display
  • Fixed 2 occurrences of string-append-with-format-to-format
  • Fixed 2 occurrences of cond-let-to-cond-define
  • Fixed 1 occurrence of map-to-for
  • Fixed 1 occurrence of inline-unnecessary-begin

resyntax-ci Bot added 6 commits August 16, 2026 00:15
Internal definitions are recommended instead of `let` expressions, to reduce nesting.
Internal definitions are recommended instead of `let` expressions, to reduce nesting.
This use of `printf` has no arguments other than the template string.
This `begin` form can be flattened into the surrounding definition context.
This `map` operation can be replaced with a `for/list` loop.
This `string-append` with `format` expression can be simplified to a single `format` call.
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