-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: uber-go/zap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.23.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: uber-go/zap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.24.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 22 files changed
- 7 contributors
Commits on Aug 25, 2022
-
tests: assert.Error/Contains => assert.ErrorContains (#1158)
Replace uses of assert.Error followed by assert.Contains on the error message, with the single-line assert.ErrorContains.
Configuration menu - View commit details
-
Copy full SHA for 0d6a75b - Browse repository at this point
Copy the full SHA 0d6a75bView commit details
Commits on Aug 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eae3743 - Browse repository at this point
Copy the full SHA eae3743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9abd14b - Browse repository at this point
Copy the full SHA 9abd14bView commit details -
Export objectMarshalerPtr (#1171)
We should export objectMarshalerPtr since it's exposed in a public API - ObjectValues[T any, P objectMarshalerPtr[T]].
Configuration menu - View commit details
-
Copy full SHA for 7681a0a - Browse repository at this point
Copy the full SHA 7681a0aView commit details
Commits on Sep 12, 2022
-
Open absolute paths as files, limited Windows support (#1159)
Ref #994, #1000 Alternate approach to #999, this approach brings absolute path support to Windows. It does so by checking for absolute paths and handling them using the file factory directly. To test different paths without trying to actually open them (UNC paths hit the network), this change also prefactors the sink registry into a separate type that allows stubbing of the `os.OpenFile` call. Note: This change does not bring full Windows support -- many tests still fail, and Windows file URIs don't work.
Configuration menu - View commit details
-
Copy full SHA for 7cabba7 - Browse repository at this point
Copy the full SHA 7cabba7View commit details
Commits on Sep 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9137e0e - Browse repository at this point
Copy the full SHA 9137e0eView commit details
Commits on Oct 15, 2022
-
SugaredLogger: Turn error into zap.Error (#1185)
Craig Pastro authoredOct 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 9b86a50 - Browse repository at this point
Copy the full SHA 9b86a50View commit details
Commits on Oct 28, 2022
-
Chore: Fix deprecation docs and links (#1193)
Some of the doc comments on deprecated APIs weren't formatted correctly and wasn't showing up as deprecated on pkg.go.dev. This fixes those incorrectly formatted docs. Also added links to point to the new APIs that deprecated them.
Configuration menu - View commit details
-
Copy full SHA for da406e3 - Browse repository at this point
Copy the full SHA da406e3View commit details
Commits on Nov 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ed5598a - Browse repository at this point
Copy the full SHA ed5598aView commit details
Commits on Nov 30, 2022
-
This release includes the following changes: [v1.23.0...ed5598a.](v1.23.0...ed5598a) Refs GO-1752.
Configuration menu - View commit details
-
Copy full SHA for a55bdc3 - Browse repository at this point
Copy the full SHA a55bdc3View commit details
Loading
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.23.0...v1.24.0