We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parser_codegen!()
Panic during parsing
.../vim/lsp/rpc.lua:770 "rpc" "/Users/user/.cargo/bin/postgres_lsp" "stderr" "thread 'main' panicked at crates/parser/src/codegen.rs:3:1: Unknown AExpr kind AexprBetween
Steps to reproduce the behavior, please provide code snippets or a repository:
git clone https://github.com/supabase-community/postgres_lsp.git && cd postgres_lsp
git submodule update --init --recursive
cargo xtask install
cargo xtask install --server
No panic
macOS
v0.10.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
Describe the bug
Panic during parsing
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
git clone https://github.com/supabase-community/postgres_lsp.git && cd postgres_lsp
git submodule update --init --recursive
cargo xtask install
(orcargo xtask install --server
)Expected behavior
No panic
System information
macOS
v0.10.0
, build type: Release, LuaJIT 2.1.1713773202The text was updated successfully, but these errors were encountered: