-
-
Notifications
You must be signed in to change notification settings - Fork 113
Comparing changes
Open a pull request
base repository: mattn/go-isatty
base: v0.0.14
head repository: mattn/go-isatty
compare: v0.0.19
- 17 commits
- 5 files changed
- 5 contributors
Commits on Sep 29, 2021
-
Use correct field to specify Go version in GitHub action
There is a typo in the actions/setup-go step which leads to the Go version not being picked up correctly. Fix it. Also enable testing with Go 1.17.
Configuration menu - View commit details
-
Copy full SHA for 65c33a1 - Browse repository at this point
Copy the full SHA 65c33a1View commit details -
Merge pull request #67 from tklauser/fix-go-version-gh-action
Use correct field to specify Go version in GitHub action
Configuration menu - View commit details
-
Copy full SHA for d423e9c - Browse repository at this point
Copy the full SHA d423e9cView commit details
Commits on Oct 5, 2021
-
Update go.sum after golang.org/x/sys update
PR #66 updated the golang.org/x/sys dependency in go.mod but didn't update go.sum. This leads to the following error on running go.test.sh: go: golang.org/x/sys@v0.0.0-20210630005230-0f9fa26af87c: missing go.sum entry; to add it: go mod download golang.org/x/sys go: golang.org/x/sys@v0.0.0-20210630005230-0f9fa26af87c: missing go.sum entry; to add it: go mod download golang.org/x/sys Fix this by running go get -u && go mod tidy to update golang.org/x/sys and clean up go.sum.
Configuration menu - View commit details
-
Copy full SHA for 689cfc2 - Browse repository at this point
Copy the full SHA 689cfc2View commit details
Commits on Nov 21, 2021
-
Merge pull request #68 from tklauser/fix-go.sum
Update go.sum after golang.org/x/sys update
Configuration menu - View commit details
-
Copy full SHA for cdb00f1 - Browse repository at this point
Copy the full SHA cdb00f1View commit details
Commits on Aug 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 89699b9 - Browse repository at this point
Copy the full SHA 89699b9View commit details -
Merge pull request #75 from tjni/update-x-sys
Update golang.org/x/sys for Go 1.18 on M1 Macs.
Configuration menu - View commit details
-
Copy full SHA for f001b72 - Browse repository at this point
Copy the full SHA f001b72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47c6087 - Browse repository at this point
Copy the full SHA 47c6087View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13e91bf - Browse repository at this point
Copy the full SHA 13e91bfView commit details
Commits on Dec 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f646acc - Browse repository at this point
Copy the full SHA f646accView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed75e61 - Browse repository at this point
Copy the full SHA ed75e61View commit details
Commits on Mar 14, 2023
-
deps: use a tagged version of golang.org/x/sys
go get golang.org/x/sys@latest && go mod tidy
Configuration menu - View commit details
-
Copy full SHA for ddec212 - Browse repository at this point
Copy the full SHA ddec212View commit details -
Drop support of Go 1.15, 1.16 because of recent golang.org/x/sys which stopped supporting them.
Configuration menu - View commit details
-
Copy full SHA for 1f92190 - Browse repository at this point
Copy the full SHA 1f92190View commit details
Commits on Mar 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 77d7704 - Browse repository at this point
Copy the full SHA 77d7704View commit details -
Configuration menu - View commit details
-
Copy full SHA for c84e2cc - Browse repository at this point
Copy the full SHA c84e2ccView commit details
Commits on Mar 22, 2023
-
Merge pull request #82 from dolmen-go/upgrade-x-sys-tagged
deps: use a tagged version of golang.org/x/sys
Configuration menu - View commit details
-
Copy full SHA for 72a590e - Browse repository at this point
Copy the full SHA 72a590eView commit details -
tests: log value of IsTerminal
Just log the output of IsTerminal in TestTerminal. $ go test -v -run TestTerminal === RUN TestTerminal isatty_others_test.go:13: os.Stdout: true --- PASS: TestTerminal (0.00s) PASS ok github.com/mattn/go-isatty 0.160s $ go test -v -run TestTerminal | cat === RUN TestTerminal isatty_others_test.go:13: os.Stdout: false --- PASS: TestTerminal (0.00s) PASS ok github.com/mattn/go-isatty 0.203s
Configuration menu - View commit details
-
Copy full SHA for 42997b3 - Browse repository at this point
Copy the full SHA 42997b3View commit details -
Merge pull request #86 from dolmen-go/testing-log-result
tests: log value of IsTerminal
Configuration menu - View commit details
-
Copy full SHA for c067b4f - Browse repository at this point
Copy the full SHA c067b4fView 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.0.14...v0.0.19