Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit f1e7842

Browse files
keynmoljhchabran
andauthored
SCIP TreeSitter CLI (#57664)
* Basic indexing command in scip-treesitter-cli This command takes language name and a list of files and produces a SCIP file containing both global symbols (from scip-ctags) and locals (if they're available) * Upgrade Rust to 1.69 and add command-testing dependencies predicates crate requires at least 1.69 * Don't pass BundledParser enum by reference * Document the hair-pulling moment around Insta and names under Bazel --------- Co-authored-by: Jean-Hadrien Chabran <[email protected]>
1 parent 87fb900 commit f1e7842

File tree

19 files changed

+1708
-157
lines changed

19 files changed

+1708
-157
lines changed

WORKSPACE

+2-1
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ crates_repository(
347347
"//docker-images/syntax-highlighter:crates/scip-syntax/Cargo.toml",
348348
"//docker-images/syntax-highlighter:crates/scip-treesitter/Cargo.toml",
349349
"//docker-images/syntax-highlighter:crates/scip-treesitter-languages/Cargo.toml",
350+
"//docker-images/syntax-highlighter:crates/scip-treesitter-cli/Cargo.toml",
350351
"//docker-images/syntax-highlighter:crates/sg-syntax/Cargo.toml",
351352
],
352353
)
@@ -364,7 +365,7 @@ load("@rules_oci//oci:dependencies.bzl", "rules_oci_dependencies")
364365

365366
rules_oci_dependencies()
366367

367-
load("@rules_oci//oci:repositories.bzl", "LATEST_CRANE_VERSION", "LATEST_ZOT_VERSION", "oci_register_toolchains")
368+
load("@rules_oci//oci:repositories.bzl", "LATEST_CRANE_VERSION", "oci_register_toolchains")
368369

369370
oci_register_toolchains(
370371
name = "oci",

0 commit comments

Comments
 (0)