Render using a scrolling buffer #42
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test.yml
on: pull_request
Build examples
33s
Lint
22s
Matrix: Run tests
Annotations
6 errors and 7 warnings
Lint:
lexer_test.go#L72
S1005: unnecessary assignment to the blank identifier (gosimple)
|
Lint:
prompt.go#L163
ineffectual assignment to rerender (ineffassign)
|
Lint
issues found
|
Build examples:
_example/simple-echo/main.go#L25
undefined: prompt.WithPreviewSuggestionTextColor
|
Build examples:
_example/simple-echo/main.go#L28
cannot use completer (value of type func(in prompt.Document) []prompt.Suggest) as prompt.Completer value in argument to prompt.WithCompleter
|
Build examples:
_example/simple-echo/cjk-cyrillic/main.go#L26
cannot use completer (value of type func(in prompt.Document) []prompt.Suggest) as prompt.Completer value in argument to prompt.WithCompleter
|
Run tests (ubuntu-latest, 1.19)
Restore cache failed: Dependencies file is not found in /home/runner/work/go-prompt/go-prompt. Supported file pattern: go.sum
|
Run tests (ubuntu-latest, 1.20)
Restore cache failed: Dependencies file is not found in /home/runner/work/go-prompt/go-prompt. Supported file pattern: go.sum
|
Run tests (macos-latest, 1.19)
Restore cache failed: Dependencies file is not found in /Users/runner/work/go-prompt/go-prompt. Supported file pattern: go.sum
|
Build examples
Restore cache failed: Dependencies file is not found in /home/runner/work/go-prompt/go-prompt. Supported file pattern: go.sum
|
Run tests (macos-latest, 1.20)
Restore cache failed: Dependencies file is not found in /Users/runner/work/go-prompt/go-prompt. Supported file pattern: go.sum
|
Run tests (windows-latest, 1.19)
Restore cache failed: Dependencies file is not found in D:\a\go-prompt\go-prompt. Supported file pattern: go.sum
|
Run tests (windows-latest, 1.20)
Restore cache failed: Dependencies file is not found in D:\a\go-prompt\go-prompt. Supported file pattern: go.sum
|