Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify repository lock using sync.Map #339

Merged
merged 1 commit into from May 6, 2022
Merged

Simplify repository lock using sync.Map #339

merged 1 commit into from May 6, 2022

Conversation

itchyny
Copy link
Contributor

@itchyny itchyny commented May 6, 2022

I refactored repository locking by sync.Map.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 2280211325

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.04%) to 82.009%

Totals Coverage Status
Change from base Build 2279808653: -0.04%
Covered Lines: 1094
Relevant Lines: 1334

💛 - Coveralls

@Songmu Songmu merged commit 80d5b63 into master May 6, 2022
@Songmu Songmu deleted the sync-map-seen branch May 6, 2022 07:07
Songmu added a commit that referenced this pull request May 6, 2022
## [v1.3.0](v1.2.1...v1.3.0) (2022-05-06)

* update deps [#342](#342) ([Songmu](https://github.com/Songmu))
* use go install instead of go get [#337](#337) ([shogo82148](https://github.com/shogo82148))
* Simplify repository lock using sync.Map [#339](#339) ([itchyny](https://github.com/itchyny))
* bump Go 1.18 [#338](#338) ([shogo82148](https://github.com/shogo82148))
* bump the actions that run on Node.js 16 runtime [#336](#336) ([shogo82148](https://github.com/shogo82148))
* fix: [trivial] fix the error message if nothing is passed to `ghq create` [#334](#334) ([gfx](https://github.com/gfx))
* feat: do a bare clone [#328](#328) ([helmecke](https://github.com/helmecke))
* update installation go [#327](#327) ([isanasan](https://github.com/isanasan))
* avoid using "Japanese Only" [#325](#325) ([shogo82148](https://github.com/shogo82148))
YuriSalesquw added a commit to YuriSalesquw/ghq that referenced this pull request Dec 26, 2022
## [v1.3.0](x-motemen/ghq@v1.2.1...v1.3.0) (2022-05-06)

* update deps [#342](x-motemen/ghq#342) ([Songmu](https://github.com/Songmu))
* use go install instead of go get [#337](x-motemen/ghq#337) ([shogo82148](https://github.com/shogo82148))
* Simplify repository lock using sync.Map [#339](x-motemen/ghq#339) ([itchyny](https://github.com/itchyny))
* bump Go 1.18 [#338](x-motemen/ghq#338) ([shogo82148](https://github.com/shogo82148))
* bump the actions that run on Node.js 16 runtime [#336](x-motemen/ghq#336) ([shogo82148](https://github.com/shogo82148))
* fix: [trivial] fix the error message if nothing is passed to `ghq create` [#334](x-motemen/ghq#334) ([gfx](https://github.com/gfx))
* feat: do a bare clone [#328](x-motemen/ghq#328) ([helmecke](https://github.com/helmecke))
* update installation go [#327](x-motemen/ghq#327) ([isanasan](https://github.com/isanasan))
* avoid using "Japanese Only" [#325](x-motemen/ghq#325) ([shogo82148](https://github.com/shogo82148))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants