-
Notifications
You must be signed in to change notification settings - Fork 219
Comparing changes
Open a pull request
base repository: kubernetes/klog
base: v2.10.0
head repository: kubernetes/klog
compare: v2.20.0
- 8 commits
- 9 files changed
- 5 contributors
Commits on Jul 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9ab3c2b - Browse repository at this point
Copy the full SHA 9ab3c2bView commit details
Commits on Aug 3, 2021
-
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
1Configuration menu - View commit details
-
Copy full SHA for 4171f3c - Browse repository at this point
Copy the full SHA 4171f3cView commit details
Commits on Aug 4, 2021
-
Code in Kubernetes also needs the ability to unset a logger.
Configuration menu - View commit details
-
Copy full SHA for 8ee3d65 - Browse repository at this point
Copy the full SHA 8ee3d65View commit details -
Merge pull request #257 from pohly/clear-logger
export ClearLogger
Configuration menu - View commit details
-
Copy full SHA for 74b1b2a - Browse repository at this point
Copy the full SHA 74b1b2aView commit details
Commits on Aug 6, 2021
-
Merge pull request #250 from yuzhiquan/add-serathius-approver
Proposal serathius as approvers
Configuration menu - View commit details
-
Copy full SHA for e1f317b - Browse repository at this point
Copy the full SHA e1f317bView commit details
Commits on Sep 2, 2021
-
fix file-based filtering symbolization
If file-filtered logging is enabled, V looks up its caller's source file path using runtime.Callers and runtime.FuncForPC. However, runtime.Callers returns return PCs, which aren't necessarily in the same source file as the call site. For example, if F calls V, and F's call to V is immediately followed by an inlined called to another function, say G, then symbolizing V's return PC will actually return G's file and line number, not F's. Fix this by subtracting 1 from the PC returned by runtime.Callers to back up from the return PC to the call PC. An arguably better fix would be to use runtime.CallersFrames, which abstracts away such details. Unfortunately, CallersFrames allocates (at least as of Go 1.15), so we avoid it here.
Configuration menu - View commit details
-
Copy full SHA for d648c2e - Browse repository at this point
Copy the full SHA d648c2eView commit details -
Update to newest versions of golang 1.17.x
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 83653a6 - Browse repository at this point
Copy the full SHA 83653a6View commit details -
Merge pull request #260 from dims/update-to-newest-versions-of-golang…
…-1.17 Update to newest versions of golang 1.17.x
Configuration menu - View commit details
-
Copy full SHA for f8e668d - Browse repository at this point
Copy the full SHA f8e668dView 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 v2.10.0...v2.20.0