-
Notifications
You must be signed in to change notification settings - Fork 707
Comparing changes
Open a pull request
base repository: pkg/errors
base: v0.8.0
head repository: pkg/errors
compare: v0.8.1
- 18 commits
- 8 files changed
- 17 contributors
Commits on Oct 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 839d9e9 - Browse repository at this point
Copy the full SHA 839d9e9View commit details
Commits on Oct 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 248dadf - Browse repository at this point
Copy the full SHA 248dadfView commit details
Commits on Feb 27, 2017
-
Move benchmark assigned err to global exported variable (#106)
toperr is not used, but the go compiler itself doesn't detect this because it's within an anonymous function. However, go/types does detect this as being unused, which causes any static analysis tools which uses go/types' type checker to fail with the message "toperr assigned and not used". The final result of the benchmarked function is instead assigned to an exported global variable to ensure the compiler cannot now, nor in the future optimise away the function calls due to no observable side effects. It was chosen to assign the final result, after the benchmark loop, to the global variable, as this best follows the example set in the CL https://go-review.googlesource.com/#/c/37195/. As opposed to having each call to f assign to the global. This also appears to better align with the original author's intention of toperr. This change had no observable impact on the benchmark. Related golang/go#3059. Related golang/go#8560. Thanks dominikh for additional clarifications.
Configuration menu - View commit details
-
Copy full SHA for bfd5150 - Browse repository at this point
Copy the full SHA bfd5150View commit details
Commits on Mar 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ff09b13 - Browse repository at this point
Copy the full SHA ff09b13View commit details
Commits on May 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c605e28 - Browse repository at this point
Copy the full SHA c605e28View commit details
Commits on Sep 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2b3a18b - Browse repository at this point
Copy the full SHA 2b3a18bView commit details
Commits on Oct 18, 2017
-
Remove an unused argument of utility test func (#139)
Found this by https://github.com/mvdan/unparam
Configuration menu - View commit details
-
Copy full SHA for f15c970 - Browse repository at this point
Copy the full SHA f15c970View commit details
Commits on Dec 9, 2017
-
Fix doc comment for exported Format func (#137)
Fixes #136 Signed-off-by: Tibor Benke <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4f5060 - Browse repository at this point
Copy the full SHA e4f5060View commit details
Commits on Dec 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8842a6e - Browse repository at this point
Copy the full SHA 8842a6eView commit details
Commits on Dec 16, 2017
-
Fix minor typo in README.md (#142)
Signed-off-by: TomSweeneyRedHat <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e881fd5 - Browse repository at this point
Copy the full SHA e881fd5View commit details
Commits on Jan 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 30136e2 - Browse repository at this point
Copy the full SHA 30136e2View commit details
Commits on Mar 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 816c908 - Browse repository at this point
Copy the full SHA 816c908View commit details
Commits on Sep 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c059e47 - Browse repository at this point
Copy the full SHA c059e47View commit details
Commits on Oct 8, 2018
-
Add WithMessagef function (#118)
WithMessagef utility function to accompany WithMessage, similar to exiting Wrapf function accompanying Wrap.
Configuration menu - View commit details
-
Copy full SHA for e981d1a - Browse repository at this point
Copy the full SHA e981d1aView commit details -
Copyedit the package documentation (#135)
Remove spurious words, add missing words, and smooth out a few sentences.
Configuration menu - View commit details
-
Copy full SHA for 2233dee - Browse repository at this point
Copy the full SHA 2233deeView commit details
Commits on Oct 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d58f942 - Browse repository at this point
Copy the full SHA d58f942View commit details
Commits on Oct 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 059132a - Browse repository at this point
Copy the full SHA 059132aView commit details
Commits on Jan 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ba968bf - Browse repository at this point
Copy the full SHA ba968bfView 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 v0.8.0...v0.8.1