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: urfave/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.0
Choose a base ref
...
head repository: urfave/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.8.1
Choose a head ref
  • 6 commits
  • 6 files changed
  • 2 contributors

Commits on May 23, 2022

  1. Run docs tests against current work tree

    by creating a temporary go workspace to be used by gfmrun via `TMPDIR`.
    meatballhat committed May 23, 2022
    Configuration menu
    Copy the full SHA
    5edc1b9 View commit details
    Browse the repository at this point in the history
  2. Set absolute bash path

    and slightly revert assertion in docs test to ensure flag ordering
    meatballhat committed May 23, 2022
    Configuration menu
    Copy the full SHA
    8f47e6d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1403 from urfave/gfmrun-current

    Run docs tests against current work tree
    meatballhat authored May 23, 2022
    Configuration menu
    Copy the full SHA
    595cabc View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Remove GPL2 dependency introduced in v2.7.0

    This commit replaces github.com/antzucaro/matchr (GPL2, introduced in v2.7.0)
    with github.com/xrash/smetrics (MIT License).
    
    Fixes issue 1404
    
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed May 24, 2022
    Configuration menu
    Copy the full SHA
    a14bd76 View commit details
    Browse the repository at this point in the history
  2. CI: workaround for golang.org/x/tools error

    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed May 24, 2022
    Configuration menu
    Copy the full SHA
    3e31c9b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1405 from AkihiroSuda/remove-gpl2-dependency

    Remove GPL2 dependency introduced in v2.7.0
    meatballhat authored May 24, 2022
    Configuration menu
    Copy the full SHA
    5ff4e2a View commit details
    Browse the repository at this point in the history
Loading