1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/term
Tobias Klauser ef5252fc5d [pkg/term] temporarily use STD_*_HANDLE from syscall again
Due to the CL https://go-review.googlesource.com/c/39608/ in
x/sys/windows which changed the definitions of STD_INPUT_HANDLE,
STD_OUTPUT_HANDLE and STD_ERROR_HANDLE, we get the following failure
after re-vendoring x/sys/windows:

  07:47:01 # github.com/docker/docker/pkg/term
  07:47:01 pkg/term/term_windows.go:82: constant 4294967286 overflows int
  07:47:01 pkg/term/term_windows.go:88: constant 4294967285 overflows int
  07:47:01 pkg/term/term_windows.go:94: constant 4294967284 overflows int
  07:47:12 Build step 'Execute shell' marked build as failure

Temporarily switch back pkg/term to use these constants from the syscall
package and add a comment about it.

To really fix this, go-ansiterm should probably be switched to use
x/sys/windows.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2017-07-12 14:52:42 +02:00
..
windows [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00
ascii.go Implement configurable detach key 2016-01-03 23:03:39 +01:00
ascii_test.go Implement configurable detach key 2016-01-03 23:03:39 +01:00
proxy.go Update ContainerWait API 2017-05-16 15:11:39 -07:00
proxy_test.go Add test coverage to pkg/term/proxy.go 2017-06-08 12:48:33 +05:00
tc.go Rename term to winsize, tc_other to tc 2017-05-16 11:46:17 -04:00
tc_solaris_cgo.go [pkg/term] switch more syscalls to /x/sys/ 2017-05-18 09:02:42 -04:00
term.go [pkg/term] switch syscall to x/sys 2017-05-15 18:34:41 -04:00
term_linux_test.go Add test coverage to pkg/term/proxy.go 2017-06-08 12:48:33 +05:00
term_windows.go [pkg/term] temporarily use STD_*_HANDLE from syscall again 2017-07-12 14:52:42 +02:00
termios_bsd.go Revert ONCLR and OPOST changes 2017-06-07 13:14:52 -07:00
termios_linux.go Revert ONCLR and OPOST changes 2017-06-07 13:14:52 -07:00
winsize.go Rename term to winsize, tc_other to tc 2017-05-16 11:46:17 -04:00
winsize_solaris_cgo.go Rename term to winsize, tc_other to tc 2017-05-16 11:46:17 -04:00