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: hashicorp/golang-lru Loading
base: v0.5.4
Choose a base ref
...
head repository: hashicorp/golang-lru Loading
compare: v0.6.0
Choose a head ref
  • 9 commits
  • 14 files changed
  • 6 contributors

Commits on May 11, 2020

  1. Code quality improvements (#67)

    * add golangci-lint configuration, fix discovered issues
    
    * add GitHub Actions test and build and linter run
    paskal committed May 11, 2020
    Configuration menu
    Copy the full SHA
    eb52994 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. rework lru's external registered callback invocation to avoid concurr… (

    #80)
    
    * rework lru's external registered callback invocation to avoid concurrency issue such as possible deadlock
    
    * fix lint issues
    yigongliu-concur committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    80c9821 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    003b81b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4900dc View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Update MPL 2.0 LICENSE (#110)

    Co-authored-by: hashicorp-copywrite[bot] <[email protected]>
    hashicorp-copywrite[bot] and hashicorp-copywrite[bot] committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    6da3f98 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Update github workflow

    jefferai committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    fa11c6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2408b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc1608d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Remove deprecated linters

    jefferai committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    bdf35e3 View commit details
    Browse the repository at this point in the history
Loading