File tree 5 files changed +57
-22
lines changed
5 files changed +57
-22
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Extracted from ` go/src/cmd/go/internal/cache/ ` .
4
4
5
- - sync with go1.23.2
6
- - sync with go1.22.8
7
- - sync with go1.21.13
8
- - sync with go1.20.14
9
- - sync with go1.19.13
10
- - sync with go1.18.10
11
- - sync with go1.17.13
12
- - sync with go1.16.15
13
- - sync with go1.15.15
14
- - sync with go1.14.15
5
+ The main modifications are:
6
+ - The errors management
7
+ - Some methods return error.
8
+ - Some errors are returned instead of being ignored.
9
+ - The name of the env vars:
10
+ - ` GOCACHE ` -> ` GOLANGCI_LINT_CACHE `
11
+ - ` GOCACHEPROG ` -> ` GOLANGCI_LINT_CACHEPROG `
15
12
16
- # Previous History
13
+ ## History
14
+
15
+ - https://github.com/golangci/golangci-lint/pull/5100
16
+ - Move package from ` internal/cache ` to ` internal/go/cache `
17
+ - https://github.com/golangci/golangci-lint/pull/5098
18
+ - sync with go1.23.2
19
+ - sync with go1.22.8
20
+ - sync with go1.21.13
21
+ - sync with go1.20.14
22
+ - sync with go1.19.13
23
+ - sync with go1.18.10
24
+ - sync with go1.17.13
25
+ - sync with go1.16.15
26
+ - sync with go1.15.15
27
+ - sync with go1.14.15
28
+
29
+ ## Previous History
17
30
18
31
Based on the initial PR/commit the based in a mix between go1.12 and go1.13:
19
32
- cache.go (go1.13)
Original file line number Diff line number Diff line change 1
1
# mmap
2
2
3
3
Extracted from ` go/src/cmd/go/internal/mmap/ ` (related to ` cache ` ).
4
+ This is just a copy of the Go code without any changes.
4
5
5
- - sync with go1.23.2
6
- - sync with go1.22.8
7
- - sync with go1.21.13
8
- - sync with go1.20.14
9
- - sync with go1.19.13
6
+ ## History
7
+
8
+ - https://github.com/golangci/golangci-lint/pull/5100
9
+ - Move package from ` internal/mmap ` to ` internal/go/mmap `
10
+ - https://github.com/golangci/golangci-lint/pull/5098
11
+ - sync with go1.23.2
12
+ - sync with go1.22.8
13
+ - sync with go1.21.13
14
+ - sync with go1.20.14
15
+ - sync with go1.19.13
Original file line number Diff line number Diff line change 1
1
# quoted
2
2
3
3
Extracted from ` go/src/cmd/internal/quoted/ ` (related to ` cache ` ).
4
+ This is just a copy of the Go code without any changes.
4
5
5
- - sync go1.23.2
6
- - sync go1.22.8
7
- - sync go1.21.13
6
+ ## History
7
+
8
+ - https://github.com/golangci/golangci-lint/pull/5100
9
+ - Move package from ` internal/quoted ` to ` internal/go/quoted `
10
+ - https://github.com/golangci/golangci-lint/pull/5098
11
+ - sync go1.23.2
12
+ - sync go1.22.8
13
+ - sync go1.21.13
Original file line number Diff line number Diff line change @@ -4,3 +4,8 @@ Extracted from go1.19.1/src/cmd/go/internal/robustio
4
4
5
5
There is only one modification:
6
6
- ERROR_SHARING_VIOLATION extracted from go1.19.1/src/internal/syscall/windows/syscall_windows.go to remove the dependencies to ` internal/syscall/windows `
7
+
8
+ ## History
9
+
10
+ - https://github.com/golangci/golangci-lint/pull/5100
11
+ - Move package from ` internal/robustio ` to ` internal/go/robustio `
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Extracted from `go/src/internal/testenv/`.
4
4
5
5
Only the function ` SyscallIsNotSupported ` is extracted (related to ` cache ` ).
6
6
7
- - sync with go1.23.2
8
- - sync with go1.22.8
9
- - sync with go1.21.13
7
+ ## History
8
+
9
+ - https://github.com/golangci/golangci-lint/pull/5100
10
+ - Move package from ` internal/testenv ` to ` internal/go/testenv `
11
+ - https://github.com/golangci/golangci-lint/pull/5098
12
+ - sync with go1.23.2
13
+ - sync with go1.22.8
14
+ - sync with go1.21.13
You can’t perform that action at this time.
0 commit comments