Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: racket/typed-racket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: racket/typed-racket
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: autofix-40-1
Choose a head ref
  • 16 commits
  • 20 files changed
  • 1 contributor

Commits on Jun 6, 2025

  1. Fix 3 occurrences of read-line-any

    Specify a line mode of `'any` with `read-line` to avoid differences between Windows and other platforms.
    resyntax-ci[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    0981733 View commit details
    Browse the repository at this point in the history
  2. Fix 6 occurrences of let-to-define

    Internal definitions are recommended instead of `let` expressions, to reduce nesting.
    resyntax-ci[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    e0e55f6 View commit details
    Browse the repository at this point in the history
  3. Fix 2 occurrences of if-let-to-cond

    `cond` with internal definitions is preferred over `if` with `let`, to reduce nesting
    resyntax-ci[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    9e157eb View commit details
    Browse the repository at this point in the history
  4. Fix 1 occurrence of inverted-when

    This negated `when` expression can be replaced by an `unless` expression.
    resyntax-ci[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    f5dc621 View commit details
    Browse the repository at this point in the history
  5. Fix 1 occurrence of define-syntax-syntax-rules-to-define-syntax-rule

    This `define-syntax` macro can be replaced with a simpler, equivalent `define-syntax-rule` macro.
    resyntax-ci[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    69354e4 View commit details
    Browse the repository at this point in the history
  6. Fix 1 occurrence of single-clause-match-to-match-define

    This `match` expression can be simplified using `match-define`.
    resyntax-ci[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    d72c65d View commit details
    Browse the repository at this point in the history
  7. Fix 2 occurrences of always-throwing-if-to-when

    Using `when` and `unless` is simpler than a conditional with an always-throwing branch.
    resyntax-ci[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    8287049 View commit details
    Browse the repository at this point in the history
  8. Fix 1 occurrence of predicate/c-migration

    The `predicate/c` contract is less clear than a `->` contract and no longer improves performance.
    resyntax-ci[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    fad04c8 View commit details
    Browse the repository at this point in the history
  9. Fix 2 occurrences of define-let-to-double-define

    This `let` expression can be pulled up into a `define` expression.
    resyntax-ci[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    4de869f View commit details
    Browse the repository at this point in the history
  10. Fix 2 occurrences of if-begin-to-cond

    Using `cond` instead of `if` here makes `begin` unnecessary
    resyntax-ci[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    0ec9bf2 View commit details
    Browse the repository at this point in the history
  11. Fix 1 occurrence of cond-let-to-cond-define

    Internal definitions are recommended instead of `let` expressions, to reduce nesting.
    resyntax-ci[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    e734dd3 View commit details
    Browse the repository at this point in the history
  12. Fix 9 occurrences of define-lambda-to-define

    The `define` form supports a shorthand for defining functions.
    resyntax-ci[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    574e863 View commit details
    Browse the repository at this point in the history
  13. Fix 2 occurrences of nested-if-to-cond

    This `if`-`else` chain can be converted to a `cond` expression.
    resyntax-ci[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    e878d06 View commit details
    Browse the repository at this point in the history
  14. Fix 1 occurrence of case-lambda-with-single-case-to-lambda

    This `case-lambda` form only has one case. Use a regular lambda instead.
    resyntax-ci[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    fe82ed1 View commit details
    Browse the repository at this point in the history
  15. Fix 1 occurrence of let-to-define

    Internal definitions are recommended instead of `let` expressions, to reduce nesting.
    resyntax-ci[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    37ec981 View commit details
    Browse the repository at this point in the history
  16. Fix 1 occurrence of cond-let-to-cond-define

    Internal definitions are recommended instead of `let` expressions, to reduce nesting.
    resyntax-ci[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    480c31d View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy