Skip to content

Add multiline cursor support #24

Add multiline cursor support

Add multiline cursor support #24

Triggered via pull request July 12, 2023 08:05
Status Failure
Total duration 46s
Artifacts

test.yml

on: pull_request
Matrix: Run tests
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Lint: internal/debug/log.go#L4
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
Lint: render.go#L58
Error return value of `r.out.WriteString` is not checked (errcheck)
Lint: render.go#L59
Error return value of `r.out.WriteString` is not checked (errcheck)
Lint: render.go#L89
Error return value of `r.out.WriteString` is not checked (errcheck)
Lint: writer_vt100_test.go#L25
Error return value of `pw.Write` is not checked (errcheck)
Lint: writer_vt100_test.go#L50
Error return value of `pw.WriteString` is not checked (errcheck)
Lint: completer/file.go#L4
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
Lint
issues found
Run tests (windows-latest, 1.19)
Process completed with exit code 1.
Run tests (windows-latest, 1.20)
The job was canceled because "windows-latest_1_19" failed.
Run tests (windows-latest, 1.20)
The operation was canceled.
Run tests (ubuntu-latest, 1.20)
The job was canceled because "windows-latest_1_19" failed.
Run tests (ubuntu-latest, 1.20)
The operation was canceled.
Run tests (macos-latest, 1.19)
The job was canceled because "windows-latest_1_19" failed.
Build examples: _example/exec-command/main.go#L30
syntax error: unexpected newline in argument list; possibly missing comma or )
Build examples: _example/simple-echo/main.go#L21
cannot use ">>> " (untyped string constant) as prompt.Option value in argument to prompt.Input
Run tests (macos-latest, 1.19)
The operation was canceled.
Build examples: _example/simple-echo/cjk-cyrillic/main.go#L26
cannot use completer (value of type func(in prompt.Document) []prompt.Suggest) as prompt.Option value in argument to prompt.New
Run tests (macos-latest, 1.20)
The job was canceled because "windows-latest_1_19" failed.
Run tests (macos-latest, 1.20)
The operation was canceled.