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

fix onevict #51

Merged
merged 2 commits into from Sep 22, 2019
Merged

fix onevict #51

merged 2 commits into from Sep 22, 2019

Conversation

karlmcguire
Copy link
Contributor

@karlmcguire karlmcguire commented Sep 22, 2019

fixes #49

I also added a test to make sure this bug won't pop up again.


This change is Reviewable

cache_test.go Outdated Show resolved Hide resolved
Copy link
Contributor Author

@karlmcguire karlmcguire left a comment

Choose a reason for hiding this comment

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

Reviewed 2 of 3 files at r1, 1 of 1 files at r2.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @golangcibot, @jarifibrahim, and @manishrjain)


cache_test.go, line 108 at r1 (raw file):

Previously, golangcibot (Bot from GolangCI) wrote…

S1019: should use make(map[uint64]int) instead (from gosimple)

Done.

Copy link
Contributor Author

@karlmcguire karlmcguire left a comment

Choose a reason for hiding this comment

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

Dismissed @golangcibot from a discussion.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @jarifibrahim and @manishrjain)

@karlmcguire karlmcguire merged commit e8cc0bb into master Sep 22, 2019
@karlmcguire karlmcguire deleted the karl/fix branch September 27, 2019 19:38
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.

Possible bug when processing items
2 participants