-
Notifications
You must be signed in to change notification settings - Fork 29
Comparing changes
Open a pull request
base repository: moby/term
base: 1aeaba8
head repository: moby/term
compare: v0.5.0
Commits on Apr 30, 2023
-
windows: IsConsole(): fix deprecation comment
This function was deprecated in 57a2131, but the comment was not formatted correctly, causing it to not be documented as deprecated on pkg.go.dev. Also changing this back to an actual function wrapper, so that it doesn't get documented in the "Variables" section. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for a32e4b2 - Browse repository at this point
Copy the full SHA a32e4b2View commit details -
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for f617544 - Browse repository at this point
Copy the full SHA f617544View commit details -
windows: keyToString(): fix string conversion
Error: windows\ansi_reader.go:198:47: conversion from uint16 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?) Error: windows\ansi_reader.go:201:9: conversion from uint16 to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 2ce69ef - Browse repository at this point
Copy the full SHA 2ce69efView commit details -
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for dbac8a0 - Browse repository at this point
Copy the full SHA dbac8a0View commit details -
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for ed5581a - Browse repository at this point
Copy the full SHA ed5581aView commit details -
gha: update to actions/setup-go@v4
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 8f2ba97 - Browse repository at this point
Copy the full SHA 8f2ba97View commit details -
Merge pull request #38 from thaJeztah/ci_windows
gha: update actions, add macOS, and add Go1.20
Configuration menu - View commit details
-
Copy full SHA for 1c456eb - Browse repository at this point
Copy the full SHA 1c456ebView commit details -
Merge pull request #36 from thaJeztah/fix_deprecation_comment
windows: IsConsole(): fix deprecation comment
Configuration menu - View commit details
-
Copy full SHA for 13e9088 - Browse repository at this point
Copy the full SHA 13e9088View commit details -
Merge pull request #39 from thaJeztah/windows_fix_string_conversion
windows: keyToString(): fix string conversion
Configuration menu - View commit details
-
Copy full SHA for 0878220 - Browse repository at this point
Copy the full SHA 0878220View commit details -
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for eb35db6 - Browse repository at this point
Copy the full SHA eb35db6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1849d9c - Browse repository at this point
Copy the full SHA 1849d9cView commit details -
deprecate Termios in favor of unix.Termios
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for 80ddd80 - Browse repository at this point
Copy the full SHA 80ddd80View commit details -
Merge pull request #37 from thaJeztah/deprecate_termios
deprecate Termios in favor of unix.Termios
Configuration menu - View commit details
-
Copy full SHA for 0564e01 - Browse repository at this point
Copy the full SHA 0564e01View commit details -
windows: keyToString(): fix string conversion (for real)
I must've been sleeping while writing 2ce69ef, because while it "fixed" the error, the intent here obviously is to return the actual character, not the number ':-) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for abe3d01 - Browse repository at this point
Copy the full SHA abe3d01View commit details
Commits on May 1, 2023
-
Merge pull request #42 from thaJeztah/fix_windows_conversion_again
windows: keyToString(): fix string conversion (for real)
Configuration menu - View commit details
-
Copy full SHA for 2ff7073 - Browse repository at this point
Copy the full SHA 2ff7073View commit details
Commits on May 2, 2023
-
This error was introduced in moby/moby@aa68656, returned on Unix only, but was never used as a sentinel value anywhere. It doesn't appear to be used anywhere outside of this package, but let's deprecate it first before removing. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for fddc34e - Browse repository at this point
Copy the full SHA fddc34eView commit details -
Merge pull request #43 from thaJeztah/deprecate_ErrInvalidState
deprecate ErrInvalidState
Configuration menu - View commit details
-
Copy full SHA for 4793886 - Browse repository at this point
Copy the full SHA 4793886View commit details -
Aligning functions to be in the same files for each platform. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for e1ddf4f - Browse repository at this point
Copy the full SHA e1ddf4fView commit details -
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for df80986 - Browse repository at this point
Copy the full SHA df80986View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b64da1 - Browse repository at this point
Copy the full SHA 1b64da1View commit details -
split exported functions from implementation
Put the exported functions in a non-platform-specific file, and un-export the implementations. This allows us to maintain the GoDoc for exported functions in a single place (not having to repeat those), and make sure that the signatures between platforms are identical (unless not possible). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Configuration menu - View commit details
-
Copy full SHA for bb04910 - Browse repository at this point
Copy the full SHA bb04910View commit details -
Merge pull request #41 from thaJeztah/split_implementations
split exported functions from implementation
Configuration menu - View commit details
-
Copy full SHA for 9c3c875 - Browse repository at this point
Copy the full SHA 9c3c875View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.