Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

address lints and test failures #159

Merged
merged 4 commits into from
Jul 16, 2021
Merged

address lints and test failures #159

merged 4 commits into from
Jul 16, 2021

Conversation

Stebalien
Copy link
Member

  • Upgrade dependencies (fixes some races).
  • Regen gogo protobuf definitions.
  • Address various lints (and some important go vet checks).

pstoreds/cyclic_batch.go Outdated Show resolved Hide resolved
@@ -65,7 +65,7 @@ func (cb *cyclicBatch) Delete(key ds.Key) error {

func (cb *cyclicBatch) Commit() error {
if cb.Batch == nil {
return errors.New("cyclic batch is closed")
return fmt.Errorf("cyclic batch is closed")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.

@Stebalien Stebalien merged commit 68d396b into master Jul 16, 2021
@Stebalien Stebalien deleted the fix/lints branch July 16, 2021 17:38
@aschmahmann aschmahmann mentioned this pull request Aug 23, 2021
62 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants