-
Notifications
You must be signed in to change notification settings - Fork 65
Comparing changes
Open a pull request
base repository: daixiang0/gci
base: v0.9.1
head repository: daixiang0/gci
compare: v0.10.1
- 9 commits
- 18 files changed
- 5 contributors
Commits on Feb 21, 2023
-
remove hardcoded stdlib packages (#138)
* remove hardcoded stdlib packages Signed-off-by: Xiaoyang Tan <[email protected]> * ci Signed-off-by: Xiaoyang Tan <[email protected]> --------- Signed-off-by: Xiaoyang Tan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c19c1aa - Browse repository at this point
Copy the full SHA c19c1aaView commit details -
upgrade to go1.20 and remove useless generate files (#141)
Signed-off-by: Loong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a4fe84 - Browse repository at this point
Copy the full SHA 5a4fe84View commit details
Commits on Mar 2, 2023
-
Support multiple prefixes to group them together #107 (#142)
This changes allows to use this to group multiple prefixes Signed-off-by: ccoVeille <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65b147e - Browse repository at this point
Copy the full SHA 65b147eView commit details
Commits on Mar 3, 2023
-
fix: bump version for v0.9.2 to align '--version' with the tagged ins…
…tallation (#144) Signed-off-by: Joel Courtney <[email protected]> Signed-off-by: Joel Courtney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b78992 - Browse repository at this point
Copy the full SHA 4b78992View commit details
Commits on Mar 9, 2023
-
support suggested fixes by analyzing a diff (#148)
Added `GetSuggestedFix` function creates unified diff for `unmodifiedFile` and `formattedFile`. Then analyzes the diff and creates `analysis.SuggestedFix` if needed. The Analyzer checks the result of `GetSuggestedFix` function and reports as `analysis.Diagnostic`. Fix #146 Signed-off-by: Sergey Vilgelm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6e755b - Browse repository at this point
Copy the full SHA d6e755bView commit details
Commits on Mar 10, 2023
-
fix comment before import blocks (#147)
Signed-off-by: Loong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87c030f - Browse repository at this point
Copy the full SHA 87c030fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd1f796 - Browse repository at this point
Copy the full SHA dd1f796View commit details
Commits on Mar 13, 2023
-
fix an issue with extra space in unified diff (#150)
The GetUnifiedDiffString returns all lines with an extra character at beginning of each line: `+`, `-`, ` ` (space). The code properly handled the `+` and `-`, but not handled ` ` (space) character at all. So all changed code got an additional space at the beginning of each line. This change fixes the issue. Issue is not critical, because simple `go fmt` removes that space and this is the reason I didn't catch it earlier. Signed-off-by: Sergey Vilgelm <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15e6842 - Browse repository at this point
Copy the full SHA 15e6842View commit details -
Revert: keep standard package list (#151)
If no go in the PATH, packages will raise error: ``` err: go command required, not found: exec: "go": executable file not found in $PATH: stderr: ``` Signed-off-by: Loong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f9a4e9 - Browse repository at this point
Copy the full SHA 8f9a4e9View 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.9.1...v0.10.1