-
Notifications
You must be signed in to change notification settings - Fork 87
Comparing changes
Open a pull request
base repository: go-logr/logr
base: v1.2.0
head repository: go-logr/logr
compare: v1.2.2
- 11 commits
- 5 files changed
- 2 contributors
Commits on Oct 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fc4d146 - Browse repository at this point
Copy the full SHA fc4d146View commit details
Commits on Nov 8, 2021
-
Merge pull request #115 from thockin/master
Add allocs to benchmark instructions
Configuration menu - View commit details
-
Copy full SHA for 8d00e35 - Browse repository at this point
Copy the full SHA 8d00e35View commit details
Commits on Nov 24, 2021
-
funcr: Fix bug in repeated calls to WithValues
When using `RenderValuesHook` we need to save the raw value, not the rendered form.
Configuration menu - View commit details
-
Copy full SHA for 2750c5e - Browse repository at this point
Copy the full SHA 2750c5eView commit details
Commits on Nov 25, 2021
-
Two aspects were not spelled out explicitly, which sometimes led to misunderstandings: - error messages are always printed - the error instance is optional
Configuration menu - View commit details
-
Copy full SHA for f8fce6a - Browse repository at this point
Copy the full SHA f8fce6aView commit details -
Merge pull request #121 from thockin/master
funcr: Fix bug in repeated calls to WithValues
Configuration menu - View commit details
-
Copy full SHA for eeeb624 - Browse repository at this point
Copy the full SHA eeeb624View commit details -
Merge pull request #119 from pohly/error-verbosity
docs: clarify Error semantic
Configuration menu - View commit details
-
Copy full SHA for de1ec28 - Browse repository at this point
Copy the full SHA de1ec28View commit details
Commits on Nov 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ebe3534 - Browse repository at this point
Copy the full SHA ebe3534View commit details -
Merge pull request #122 from thockin/master
funcr: fix example verbosity
Configuration menu - View commit details
-
Copy full SHA for dd8f76f - Browse repository at this point
Copy the full SHA dd8f76fView commit details
Commits on Dec 5, 2021
-
funcr: Prevent stack overflow on recursive structs
Add a new Option `MaxLogDepth` which tells funcr how many levels of nested fields (e.g. a struct that contains a struct that contains a struct, etc.) it may log. Every time it finds a struct, slice, array, or map the depth is increased by one. When the maximum is reached, the value will be converted to a string indicating that the max depth has been exceeded. If this field is not specified, a default value will be used.
Configuration menu - View commit details
-
Copy full SHA for dcef86d - Browse repository at this point
Copy the full SHA dcef86dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ccfbf6 - Browse repository at this point
Copy the full SHA 2ccfbf6View commit details -
Merge pull request #124 from thockin/master
funcr: Prevent stack overflow on recursive structs
Configuration menu - View commit details
-
Copy full SHA for 99e02a9 - Browse repository at this point
Copy the full SHA 99e02a9View 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.2.0...v1.2.2