-
Notifications
You must be signed in to change notification settings - Fork 160
Comparing changes
Open a pull request
base repository: uber-go/goleak
base: v1.1.12
head repository: uber-go/goleak
compare: v1.2.1
- 16 commits
- 15 files changed
- 9 contributors
Commits on Mar 15, 2022
-
CI: test with Go 1.17 and 1.18 (#73)
We only support the two most recent minor releases.
Configuration menu - View commit details
-
Copy full SHA for ebabc7b - Browse repository at this point
Copy the full SHA ebabc7bView commit details
Commits on May 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fe3486f - Browse repository at this point
Copy the full SHA fe3486fView commit details
Commits on Aug 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4e045fd - Browse repository at this point
Copy the full SHA 4e045fdView commit details
Commits on Aug 30, 2022
-
Mark VerifyNone as a test Helper (#75)
Mark `VerifyNone(...)` as a test `Helper` function, so that it reports the error at the call site, rather than `leaks.go:78:`. From the [go docs](https://pkg.go.dev/testing#T.Helper): > Helper marks the calling function as a test helper function. When printing file and line information, that function will be skipped. Helper may be called simultaneously from multiple goroutines. This is useful for tests that verify go routines at multiple points, so failures can be more easily distinguished.
Configuration menu - View commit details
-
Copy full SHA for 2dfebe8 - Browse repository at this point
Copy the full SHA 2dfebe8View commit details
Commits on Sep 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 326e1c1 - Browse repository at this point
Copy the full SHA 326e1c1View commit details -
This adds Cleanup option which can be passed to VerifyTestMain and VerifyNone. This takes in a function that will be executed at the end of the leak verification. Internal Ref: GO-888 Fix #63 Co-authored-by: Abhinav Gupta <[email protected]> Co-authored-by: Abhinav Gupta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 704c76c - Browse repository at this point
Copy the full SHA 704c76cView commit details -
Update testify and cleanup (#81)
This updates testify dependency to v1.8.0 (most recent version) and cleans up some tests using new APIs.
Configuration menu - View commit details
-
Copy full SHA for b3e1892 - Browse repository at this point
Copy the full SHA b3e1892View commit details
Commits on Sep 7, 2022
-
Co-authored-by: Abhinav Gupta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c9bf00 - Browse repository at this point
Copy the full SHA 5c9bf00View commit details
Commits on Dec 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3465299 - Browse repository at this point
Copy the full SHA 3465299View commit details
Commits on Jan 20, 2023
-
Update: version 0.10.0 link (#90)
update version 0.10.0 link in CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 70e025e - Browse repository at this point
Copy the full SHA 70e025eView commit details
Commits on Feb 6, 2023
-
Move tools dependencies into subdirectory with tag (#96)
Fixes #92. Avoid tools dependencies in goleak's go.mod. golint is deprecated, we can separately migrate to another tool, but the tools change avoids any CI-time dependency from leaking into our go.mod.
Configuration menu - View commit details
-
Copy full SHA for 1649ce4 - Browse repository at this point
Copy the full SHA 1649ce4View commit details -
tools: Switch golint to revive
Revive is a drop-in replacement for golint that's faster. Setting up a basic configuration that we can be tweaked going forward.
Configuration menu - View commit details
-
Copy full SHA for f4fcc81 - Browse repository at this point
Copy the full SHA f4fcc81View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8227cf - Browse repository at this point
Copy the full SHA d8227cfView commit details -
tools: Switch golint to revive (#97)
Follow-up to #92. Revive is a drop-in replacement for golint that's faster. Setting up a basic configuration that we can be tweaked going forward.
Configuration menu - View commit details
-
Copy full SHA for 1f9f3ff - Browse repository at this point
Copy the full SHA 1f9f3ffView commit details
Commits on Feb 12, 2023
-
Test against go1.20 (drop 1.17 and 1.18).. (#98)
As part of this change, also upgrade the actions to the latest major versions. This also fixes a typo in the tools/go.mod.
Configuration menu - View commit details
-
Copy full SHA for 69e02ef - Browse repository at this point
Copy the full SHA 69e02efView commit details
Commits on Feb 13, 2023
-
This release is a patch release that removes golang/x/lint dependency. Ref #99.
Configuration menu - View commit details
-
Copy full SHA for 83c7e12 - Browse repository at this point
Copy the full SHA 83c7e12View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.12...v1.2.1