Skip to content

Commit 46e8c03

Browse files
committed
docs: update history
1 parent 569d5d7 commit 46e8c03

File tree

5 files changed

+57
-22
lines changed

5 files changed

+57
-22
lines changed

Diff for: internal/go/cache/readme.md

+24-11
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,31 @@
22

33
Extracted from `go/src/cmd/go/internal/cache/`.
44

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`
1512

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
1730

1831
Based on the initial PR/commit the based in a mix between go1.12 and go1.13:
1932
- cache.go (go1.13)

Diff for: internal/go/mmap/readme.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# mmap
22

33
Extracted from `go/src/cmd/go/internal/mmap/` (related to `cache`).
4+
This is just a copy of the Go code without any changes.
45

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

Diff for: internal/go/quoted/readme.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# quoted
22

33
Extracted from `go/src/cmd/internal/quoted/` (related to `cache`).
4+
This is just a copy of the Go code without any changes.
45

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

Diff for: internal/go/robustio/readme.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ Extracted from go1.19.1/src/cmd/go/internal/robustio
44

55
There is only one modification:
66
- 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`

Diff for: internal/go/testenv/readme.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Extracted from `go/src/internal/testenv/`.
44

55
Only the function `SyscallIsNotSupported` is extracted (related to `cache`).
66

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

0 commit comments

Comments
 (0)