Skip to content

Commit 317472c

Browse files
committed
progress
1 parent 8f8c311 commit 317472c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+354
-2255
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"Bash(rg:*)",
66
"Bash(cargo test:*)",
77
"Bash(cargo run:*)",
8-
"Bash(cargo check:*)"
8+
"Bash(cargo check:*)",
9+
"Bash(cargo fmt:*)"
910
],
1011
"deny": []
1112
}

Cargo.lock

Lines changed: 1 addition & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,11 @@ pgt_diagnostics_categories = { path = "./crates/pgt_diagnostics_categories", ver
7171
pgt_diagnostics_macros = { path = "./crates/pgt_diagnostics_macros", version = "0.0.0" }
7272
pgt_flags = { path = "./crates/pgt_flags", version = "0.0.0" }
7373
pgt_fs = { path = "./crates/pgt_fs", version = "0.0.0" }
74-
pgt_lexer = { path = "./crates/pgt_lexer", version = "0.0.0" }
75-
pgt_lexer_codegen = { path = "./crates/pgt_lexer_codegen", version = "0.0.0" }
7674
pgt_lexer_new = { path = "./crates/pgt_lexer_new", version = "0.0.0" }
7775
pgt_lexer_new_codegen = { path = "./crates/pgt_lexer_new_codegen", version = "0.0.0" }
7876
pgt_lsp = { path = "./crates/pgt_lsp", version = "0.0.0" }
7977
pgt_markup = { path = "./crates/pgt_markup", version = "0.0.0" }
8078
pgt_query_ext = { path = "./crates/pgt_query_ext", version = "0.0.0" }
81-
pgt_query_ext_codegen = { path = "./crates/pgt_query_ext_codegen", version = "0.0.0" }
8279
pgt_query_proto_parser = { path = "./crates/pgt_query_proto_parser", version = "0.0.0" }
8380
pgt_schema_cache = { path = "./crates/pgt_schema_cache", version = "0.0.0" }
8481
pgt_statement_splitter = { path = "./crates/pgt_statement_splitter", version = "0.0.0" }

crates/pgt_lexer/Cargo.toml

Lines changed: 0 additions & 27 deletions
This file was deleted.

crates/pgt_lexer/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

crates/pgt_lexer/src/codegen.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

crates/pgt_lexer/src/diagnostics.rs

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)