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: Abirdcfly/dupword
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.14
Choose a base ref
...
head repository: Abirdcfly/dupword
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.1
Choose a head ref
  • 8 commits
  • 78 files changed
  • 3 contributors

Commits on Mar 5, 2024

  1. build(deps): bump golang.org/x/tools from 0.18.0 to 0.19.0

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.18.0 to 0.19.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.18.0...v0.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Abirdcfly committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6a5c3ad View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. build(deps): bump golang.org/x/tools from 0.19.0 to 0.20.0

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.19.0 to 0.20.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.19.0...v0.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Abirdcfly committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    931fa89 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. build(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.20.0 to 0.21.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.20.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Abirdcfly committed May 7, 2024
    Configuration menu
    Copy the full SHA
    292a110 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. build(deps): bump golang.org/x/tools from 0.21.0 to 0.22.0

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.21.0 to 0.22.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.21.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Abirdcfly committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3772c8d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. build(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.22.0 to 0.23.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Abirdcfly committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c59b6e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. build(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.23.0 to 0.24.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.23.0...v0.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Abirdcfly committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b9c6b04 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Ignore duplicate words in example test output

    It's common that output is repeated in these examples, e.g.[1], so add
    an exception for these in test files when detecting duplicates.
    
    Even though the docs[2] only mention "// Output:" and "// Unordered
    output:" the lower case version of these also seems supported (see
    again[1]).
    
    [1] https://go.googlesource.com/go/+/f38d42f2c4c6ad0d7cbdad5e1417cac3be2a5dcb/src/bytes/example_test.go#58
    [2] https://pkg.go.dev/testing#hdr-Examples
    matthewhughes934 authored and Abirdcfly committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e418fc6 View commit details
    Browse the repository at this point in the history
  2. action: update goreleaser-action to latest

    Signed-off-by: Abirdcfly <[email protected]>
    Abirdcfly committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3d8226b View commit details
    Browse the repository at this point in the history
Loading