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-41-1
Choose a head ref
  • 14 commits
  • 20 files changed
  • 1 contributor

Commits on Jun 13, 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 13, 2025
    Configuration menu
    Copy the full SHA
    5bd5459 View commit details
    Browse the repository at this point in the history
  2. Fix 1 occurrence of single-clause-match-to-match-define

    This `match` expression can be simplified using `match-define`.
    resyntax-ci[bot] committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    35ff533 View commit details
    Browse the repository at this point in the history
  3. Fix 5 occurrences of let-to-define

    Internal definitions are recommended instead of `let` expressions, to reduce nesting.
    resyntax-ci[bot] committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    53693cf View commit details
    Browse the repository at this point in the history
  4. Fix 1 occurrence of format-identity

    This use of `format` does nothing.
    resyntax-ci[bot] committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    613e005 View commit details
    Browse the repository at this point in the history
  5. Fix 3 occurrences of if-begin-to-cond

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

    This use of `define-values` is unnecessary.
    resyntax-ci[bot] committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    2703980 View commit details
    Browse the repository at this point in the history
  7. Fix 2 occurrences of if-else-false-to-and

    This `if` expression can be refactored to an equivalent expression using `and`.
    resyntax-ci[bot] committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    6f502ba View commit details
    Browse the repository at this point in the history
  8. Fix 1 occurrence of inverted-when

    This negated `when` expression can be replaced by an `unless` expression.
    resyntax-ci[bot] committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    0c41843 View commit details
    Browse the repository at this point in the history
  9. 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 13, 2025
    Configuration menu
    Copy the full SHA
    8fe9fda View commit details
    Browse the repository at this point in the history
  10. Fix 1 occurrence of if-let-to-cond

    `cond` with internal definitions is preferred over `if` with `let`, to reduce nesting
    resyntax-ci[bot] committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    39c99f6 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 13, 2025
    Configuration menu
    Copy the full SHA
    fb1a9b3 View commit details
    Browse the repository at this point in the history
  12. Fix 2 occurrences of nested-if-to-cond

    This `if`-`else` chain can be converted to a `cond` expression.
    resyntax-ci[bot] committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    54fb730 View commit details
    Browse the repository at this point in the history
  13. Fix 9 occurrences of define-lambda-to-define

    The `define` form supports a shorthand for defining functions.
    resyntax-ci[bot] committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    04b4d5f View commit details
    Browse the repository at this point in the history
  14. Fix 1 occurrence of define-let-to-double-define

    This `let` expression can be pulled up into a `define` expression.
    resyntax-ci[bot] committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    c05abfc 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