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: cf5dcb9
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: 9474828
Choose a head ref
  • 13 commits
  • 18 files changed
  • 1 contributor

Commits on Jul 11, 2025

  1. Fix 5 occurrences of let-to-define

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

    This use of `format` does nothing.
    resyntax-ci[bot] committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    92334a0 View commit details
    Browse the repository at this point in the history
  3. Fix 1 occurrence of if-begin-to-cond

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

    This use of `define-values` is unnecessary.
    resyntax-ci[bot] committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    2bc7fc4 View commit details
    Browse the repository at this point in the history
  5. Fix 24 occurrences of consing-onto-static-list

    This list-constructing expression can be simplified
    resyntax-ci[bot] committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    5a2e304 View commit details
    Browse the repository at this point in the history
  6. 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 Jul 11, 2025
    Configuration menu
    Copy the full SHA
    149f1f6 View commit details
    Browse the repository at this point in the history
  7. Fix 1 occurrence of single-clause-match-to-match-define

    This `match` expression can be simplified using `match-define`.
    resyntax-ci[bot] committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    b503d6a 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 Jul 11, 2025
    Configuration menu
    Copy the full SHA
    1bd505d View commit details
    Browse the repository at this point in the history
  9. Fix 1 occurrence of define-let-to-double-define

    This `let` expression can be pulled up into a `define` expression.
    resyntax-ci[bot] committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    cabf679 View commit details
    Browse the repository at this point in the history
  10. Fix 1 occurrence of cond-let-to-cond-define

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

    The `define` form supports a shorthand for defining functions.
    resyntax-ci[bot] committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    85e30c2 View commit details
    Browse the repository at this point in the history
  12. 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 Jul 11, 2025
    Configuration menu
    Copy the full SHA
    bb12010 View commit details
    Browse the repository at this point in the history
  13. 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 Jul 11, 2025
    Configuration menu
    Copy the full SHA
    9474828 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