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

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Automated Resyntax fixes #445

merged 1 commit into from
Oct 15, 2024

Conversation

resyntax-ci[bot]
Copy link
Contributor

@resyntax-ci resyntax-ci bot commented Oct 2, 2024

This is an automated change generated by Resyntax.

Pass 1

Applied 1 fix to scribble-lib/scribble/acmart/lang.rkt

  • Line 2, tidy-require: Keep imports in require sorted and grouped by phase, with collections before files.

Applied 1 fix to scribble-lib/help/help.rkt

  • Line 3, tidy-require: Keep imports in require sorted and grouped by phase, with collections before files.

Applied 2 fixes to scribble-lib/scribble/sigplan/lang.rkt

  • Line 2, tidy-require: Keep imports in require sorted and grouped by phase, with collections before files.
  • Line 63, let-to-define: Internal definitions are recommended instead of let expressions, to reduce nesting.

Summary

Fixed 4 issues in 3 files.

  • Fixed 3 occurrences of tidy-require
  • Fixed 1 occurrence of let-to-define

This is an automated change generated by Resyntax.

#### Pass 1

Applied 1 fix to [`scribble-lib/scribble/acmart/lang.rkt`](../blob/HEAD/scribble-lib/scribble/acmart/lang.rkt)

  * Line 2, `tidy-require`: Keep imports in `require` sorted and grouped by phase, with collections before files.

Applied 1 fix to [`scribble-lib/help/help.rkt`](../blob/HEAD/scribble-lib/help/help.rkt)

  * Line 3, `tidy-require`: Keep imports in `require` sorted and grouped by phase, with collections before files.

Applied 2 fixes to [`scribble-lib/scribble/sigplan/lang.rkt`](../blob/HEAD/scribble-lib/scribble/sigplan/lang.rkt)

  * Line 2, `tidy-require`: Keep imports in `require` sorted and grouped by phase, with collections before files.
  * Line 63, `let-to-define`: Internal definitions are recommended instead of `let` expressions, to reduce nesting.

## Summary

Fixed 4 issues in 3 files.

  * Fixed 3 occurrences of `tidy-require`
  * Fixed 1 occurrence of `let-to-define`
@sorawee
Copy link
Contributor

sorawee commented Oct 7, 2024

This looks great to me! But I'll wait for more reviewers and let them merge.

@mflatt mflatt merged commit 7f265fb into master Oct 15, 2024
3 checks passed
@sorawee sorawee deleted the autofix-2-1 branch October 15, 2024 23:11
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