Skip to content

Add multiline cursor support #30

Add multiline cursor support

Add multiline cursor support #30

Triggered via pull request July 15, 2023 08:23
Status Failure
Total duration 2m 32s
Artifacts

test.yml

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

Annotations

11 errors and 7 warnings
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: 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/main.go#L21
cannot use ">>> " (untyped string constant) as prompt.Option value in argument to prompt.Input
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 (ubuntu-latest, 1.19)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests (ubuntu-latest, 1.20)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build examples
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests (macos-latest, 1.20)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests (windows-latest, 1.19)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests (windows-latest, 1.20)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests (macos-latest, 1.19)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/