-
-
Notifications
You must be signed in to change notification settings - Fork 400
Comparing changes
Open a pull request
base repository: dominikh/go-tools
base: v0.2.1
head repository: dominikh/go-tools
compare: v0.2.2
- 10 commits
- 24 files changed
- 4 contributors
Commits on Nov 11, 2021
-
unused: don't ignore fields and methods of aliased type in imported p…
Configuration menu - View commit details
-
Copy full SHA for 40877a4 - Browse repository at this point
Copy the full SHA 40877a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2659add - Browse repository at this point
Copy the full SHA 2659addView commit details -
Configuration menu - View commit details
-
Copy full SHA for 706c608 - Browse repository at this point
Copy the full SHA 706c608View commit details -
go/ir: recognize functions in k8s.io/klog that exit the process
This logger has the same exit functions as glog. Signed-off-by: Stephen Kitt <[email protected]> Closes: gh-1110 [via git-merge-pr] (cherry picked from commit f9b753e)
Configuration menu - View commit details
-
Copy full SHA for f897f3c - Browse repository at this point
Copy the full SHA f897f3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9cde0a - Browse repository at this point
Copy the full SHA f9cde0aView commit details -
go/ir: add SliceToArrayPointer op
This is a backport of golang.org/cl/333749 and golang.org/cl/348511. Updates: gh-1045 Closes: gh-1081 [via git-merge-pr] Co-authored-by: Cuong Manh Le <[email protected]> (cherry picked from commit 61e00c9)
Configuration menu - View commit details
-
Copy full SHA for c8e3104 - Browse repository at this point
Copy the full SHA c8e3104View commit details -
analysis/facts/nilness: limit slice to array pointer tests to Go 1.17+
(cherry picked from commit 51b6efb)
Configuration menu - View commit details
-
Copy full SHA for e762e06 - Browse repository at this point
Copy the full SHA e762e06View commit details -
SA1026: reimplement JSON checking using encoding/json rules
The previous version of SA1026 was very naive. - It didn't take addressability into consideration, leading to false positives. - It didn't cull fields with name conflicts, leading to false positives. - It didn't traverse into nested structures, leading to false negatives. The new check is based on a modified copy of encoding/json that applies all relevant rules. Updates gh-1088 (cherry picked from commit 467468a)
Configuration menu - View commit details
-
Copy full SHA for 3cd9c86 - Browse repository at this point
Copy the full SHA 3cd9c86View commit details -
SA1026, SA5008: reimplement XML checking using encoding/xml rules
Configuration menu - View commit details
-
Copy full SHA for a7f4cb1 - Browse repository at this point
Copy the full SHA a7f4cb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8caa92 - Browse repository at this point
Copy the full SHA c8caa92View 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.2.1...v0.2.2