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

Merged
merged 1 commit into from
Oct 4, 2024
Merged

Automated Resyntax fixes #580

merged 1 commit into from
Oct 4, 2024

Conversation

resyntax-ci[bot]
Copy link
Contributor

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

This is an automated change generated by Resyntax.

Pass 1

Applied 1 fix to type/record/binding-test.rkt

  • Line 15, define-simple-macro-to-define-syntax-parse-rule: The define-simple-macro form has been renamed to define-syntax-parse-rule.

Applied 1 fix to collection/private/sorted-map-builder.rkt

  • Line 9, predicate/c-migration: The predicate/c contract is less clear than a -> contract and no longer improves performance.

Applied 1 fix to collection/private/regular-immutable-sorted-map.rkt

  • Line 15, predicate/c-migration: The predicate/c contract is less clear than a -> contract and no longer improves performance.

Applied 1 fix to type/wrapper/base.rkt

  • Line 13, predicate/c-migration: The predicate/c contract is less clear than a -> contract and no longer improves performance.

Applied 6 fixes to type/wrapper/binding-test.rkt

  • Line 15, define-simple-macro-to-define-syntax-parse-rule: The define-simple-macro form has been renamed to define-syntax-parse-rule.
  • Line 19, define-simple-macro-to-define-syntax-parse-rule: The define-simple-macro form has been renamed to define-syntax-parse-rule.
  • Line 23, define-simple-macro-to-define-syntax-parse-rule: The define-simple-macro form has been renamed to define-syntax-parse-rule.
  • Line 27, define-simple-macro-to-define-syntax-parse-rule: The define-simple-macro form has been renamed to define-syntax-parse-rule.
  • Line 31, define-simple-macro-to-define-syntax-parse-rule: The define-simple-macro form has been renamed to define-syntax-parse-rule.
  • Line 35, define-simple-macro-to-define-syntax-parse-rule: The define-simple-macro form has been renamed to define-syntax-parse-rule.

Applied 1 fix to type/record/binding.rkt

  • Line 8, predicate/c-migration: The predicate/c contract is less clear than a -> contract and no longer improves performance.

Applied 1 fix to type/record/base.rkt

  • Line 13, predicate/c-migration: The predicate/c contract is less clear than a -> contract and no longer improves performance.

Applied 3 fixes to collection/private/range-set-interface.rkt

  • Line 10, predicate/c-migration: The predicate/c contract is less clear than a -> contract and no longer improves performance.
  • Line 11, predicate/c-migration: The predicate/c contract is less clear than a -> contract and no longer improves performance.
  • Line 57, tidy-require: Keep imports in require sorted and grouped by phase, with collections before files.

Applied 1 fix to collection/private/mutable-red-black-tree-insertion.rkt

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

Applied 4 fixes to type/wrapper/descriptor.rkt

  • Line 13, predicate/c-migration: The predicate/c contract is less clear than a -> contract and no longer improves performance.
  • Line 14, predicate/c-migration: The predicate/c contract is less clear than a -> contract and no longer improves performance.
  • Line 15, predicate/c-migration: The predicate/c contract is less clear than a -> contract and no longer improves performance.
  • Line 17, predicate/c-migration: The predicate/c contract is less clear than a -> contract and no longer improves performance.

Summary

Fixed 20 issues in 10 files.

  • Fixed 11 occurrences of predicate/c-migration
  • Fixed 7 occurrences of define-simple-macro-to-define-syntax-parse-rule
  • Fixed 2 occurrences of tidy-require

This is an automated change generated by Resyntax.

#### Pass 1

Applied 1 fix to [`type/record/binding-test.rkt`](../blob/HEAD/type/record/binding-test.rkt)

  * Line 15, `define-simple-macro-to-define-syntax-parse-rule`: The `define-simple-macro` form has been renamed to `define-syntax-parse-rule`.

Applied 1 fix to [`collection/private/sorted-map-builder.rkt`](../blob/HEAD/collection/private/sorted-map-builder.rkt)

  * Line 9, `predicate/c-migration`: The `predicate/c` contract is less clear than a `->` contract and no longer improves performance.

Applied 1 fix to [`collection/private/regular-immutable-sorted-map.rkt`](../blob/HEAD/collection/private/regular-immutable-sorted-map.rkt)

  * Line 15, `predicate/c-migration`: The `predicate/c` contract is less clear than a `->` contract and no longer improves performance.

Applied 1 fix to [`type/wrapper/base.rkt`](../blob/HEAD/type/wrapper/base.rkt)

  * Line 13, `predicate/c-migration`: The `predicate/c` contract is less clear than a `->` contract and no longer improves performance.

Applied 6 fixes to [`type/wrapper/binding-test.rkt`](../blob/HEAD/type/wrapper/binding-test.rkt)

  * Line 15, `define-simple-macro-to-define-syntax-parse-rule`: The `define-simple-macro` form has been renamed to `define-syntax-parse-rule`.
  * Line 19, `define-simple-macro-to-define-syntax-parse-rule`: The `define-simple-macro` form has been renamed to `define-syntax-parse-rule`.
  * Line 23, `define-simple-macro-to-define-syntax-parse-rule`: The `define-simple-macro` form has been renamed to `define-syntax-parse-rule`.
  * Line 27, `define-simple-macro-to-define-syntax-parse-rule`: The `define-simple-macro` form has been renamed to `define-syntax-parse-rule`.
  * Line 31, `define-simple-macro-to-define-syntax-parse-rule`: The `define-simple-macro` form has been renamed to `define-syntax-parse-rule`.
  * Line 35, `define-simple-macro-to-define-syntax-parse-rule`: The `define-simple-macro` form has been renamed to `define-syntax-parse-rule`.

Applied 1 fix to [`type/record/binding.rkt`](../blob/HEAD/type/record/binding.rkt)

  * Line 8, `predicate/c-migration`: The `predicate/c` contract is less clear than a `->` contract and no longer improves performance.

Applied 1 fix to [`type/record/base.rkt`](../blob/HEAD/type/record/base.rkt)

  * Line 13, `predicate/c-migration`: The `predicate/c` contract is less clear than a `->` contract and no longer improves performance.

Applied 3 fixes to [`collection/private/range-set-interface.rkt`](../blob/HEAD/collection/private/range-set-interface.rkt)

  * Line 10, `predicate/c-migration`: The `predicate/c` contract is less clear than a `->` contract and no longer improves performance.
  * Line 11, `predicate/c-migration`: The `predicate/c` contract is less clear than a `->` contract and no longer improves performance.
  * Line 57, `tidy-require`: Keep imports in `require` sorted and grouped by phase, with collections before files.

Applied 1 fix to [`collection/private/mutable-red-black-tree-insertion.rkt`](../blob/HEAD/collection/private/mutable-red-black-tree-insertion.rkt)

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

Applied 4 fixes to [`type/wrapper/descriptor.rkt`](../blob/HEAD/type/wrapper/descriptor.rkt)

  * Line 13, `predicate/c-migration`: The `predicate/c` contract is less clear than a `->` contract and no longer improves performance.
  * Line 14, `predicate/c-migration`: The `predicate/c` contract is less clear than a `->` contract and no longer improves performance.
  * Line 15, `predicate/c-migration`: The `predicate/c` contract is less clear than a `->` contract and no longer improves performance.
  * Line 17, `predicate/c-migration`: The `predicate/c` contract is less clear than a `->` contract and no longer improves performance.

## Summary

Fixed 20 issues in 10 files.

  * Fixed 11 occurrences of `predicate/c-migration`
  * Fixed 7 occurrences of `define-simple-macro-to-define-syntax-parse-rule`
  * Fixed 2 occurrences of `tidy-require`
@jackfirth jackfirth merged commit 69620ce into master Oct 4, 2024
1 check passed
@jackfirth jackfirth deleted the autofix-24-1 branch October 4, 2024 06:31
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