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

Merged
merged 7 commits into from
Jan 20, 2025
Merged

Automated Resyntax fixes #1129

merged 7 commits into from
Jan 20, 2025

Conversation

resyntax-ci[bot]
Copy link
Contributor

@resyntax-ci resyntax-ci bot commented Jan 19, 2025

Resyntax fixed 4 issues in 3 files.

  • Fixed 1 occurrence of if-let-to-cond
  • Fixed 1 occurrence of let-to-define
  • Fixed 1 occurrence of append-single-list-to-single-list
  • Fixed 1 occurrence of define-lambda-to-define

resyntax-ci bot and others added 7 commits January 19, 2025 01:31
The `define` form supports a shorthand for defining functions.
The `append` function does nothing when applied to only one list.
Internal definitions are recommended instead of `let` expressions, to reduce nesting.
`cond` with internal definitions is preferred over `if` with `let`, to reduce nesting
@pavpanchekha pavpanchekha merged commit d03acf0 into main Jan 20, 2025
6 checks passed
@pavpanchekha pavpanchekha deleted the autofix-12-1 branch January 20, 2025 03:57
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