Improve the lexer implementation #48
test.yml
on: push
Build examples
21s
Lint
12s
Matrix: Run tests
Annotations
4 errors and 7 warnings
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
|
Build examples:
_example/even-lexer/main.go#L91
undefined: prompt.Log
|
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
|
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 (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
|
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
|
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
|