feat(term): termios package #32
Annotations
9 errors and 1 warning
Run GOOS=darwin GOARCH=amd64 go test -c -v ./termios/...
invalid operation: term.Iflag & allInputOpts[IGNCR] (mismatched types uint64 and uint32)
|
Run GOOS=darwin GOARCH=amd64 go test -c -v ./termios/...
invalid operation: term.Iflag & allInputOpts[IXOFF] (mismatched types uint64 and uint32)
|
Run GOOS=darwin GOARCH=amd64 go test -c -v ./termios/...
invalid operation: term.Oflag & allOutputOpts[OCRNL] (mismatched types uint64 and uint32)
|
Run GOOS=darwin GOARCH=amd64 go test -c -v ./termios/...
invalid operation: term.Oflag & allOutputOpts[ONLCR] (mismatched types uint64 and uint32)
|
Run GOOS=darwin GOARCH=amd64 go test -c -v ./termios/...
invalid operation: term.Cflag & allControlOpts[CS7] (mismatched types uint64 and uint32)
|
Run GOOS=darwin GOARCH=amd64 go test -c -v ./termios/...
invalid operation: term.Cflag & allControlOpts[PARODD] (mismatched types uint64 and uint32)
|
Run GOOS=darwin GOARCH=amd64 go test -c -v ./termios/...
invalid operation: term.Lflag & allLineOpts[ECHO] (mismatched types uint64 and uint32)
|
Run GOOS=darwin GOARCH=amd64 go test -c -v ./termios/...
invalid operation: term.Lflag & allLineOpts[ECHOE] (mismatched types uint64 and uint32)
|
Run GOOS=darwin GOARCH=amd64 go test -c -v ./termios/...
Process completed with exit code 2.
|
Run actions/setup-go@v5
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
The logs for this run have expired and are no longer available.
Loading