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: clap-rs/clap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: clap_complete-v4.5.37
Choose a base ref
...
head repository: clap-rs/clap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: clap_complete-v4.5.38
Choose a head ref
  • 15 commits
  • 38 files changed
  • 1 contributor

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    6f78e2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5811 from epage/notes

    docs: Highlight notes/warnings in a block
    epage authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    424a243 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    551e052 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5814 from epage/parse

    refactor(parser): Remove redundant error check
    epage authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2e5c744 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29b04fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22944b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba4745d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f5c05c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76d0049 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6827841 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a1d69ca View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. fix(parser): Fill in defaults on ignored error

    This came up in #5812 and is especially problematic for derives.
    
    Not really a fan of this solution but its the least invasive.
    I also considered going wild with error recovery or moving towards a
    solution for #1546.
    epage committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    479df35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5813 from epage/ignore

    fix(parser): Fill in defaults on ignored error
    epage authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    79d696f View commit details
    Browse the repository at this point in the history
  3. docs: Update changelog

    epage committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8902627 View commit details
    Browse the repository at this point in the history
  4. chore: Release

    epage committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2920fb0 View commit details
    Browse the repository at this point in the history
Loading