Skip to content

Add multiline cursor support #16

Add multiline cursor support

Add multiline cursor support #16

Triggered via pull request July 6, 2023 13:40
Status Failure
Total duration 1m 16s
Artifacts

test.yml

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

Annotations

16 errors
Lint: render.go#L61
Error return value of `r.out.WriteString` is not checked (errcheck)
Lint: render.go#L62
Error return value of `r.out.WriteString` is not checked (errcheck)
Lint: render.go#L92
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: 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: 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
Build examples: _example/exec-command/main.go#L30
syntax error: unexpected newline in argument list; possibly missing comma or )
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 (windows-latest, 1.19)
Process completed with exit code 1.
Run tests (ubuntu-latest, 1.19)
The job was canceled because "windows-latest_1_19" failed.
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.
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.