You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using tree-sitter repositories as submodules in semgrep (see https://github.com/returntocorp/ocaml-tree-sitter-semgrep/blob/main/.gitmodules ) and most repositories are fine except tree-sitter-rust which takes a very long time
to clone and update. I usually get connection timeout from github while doing a git submodule update just
because of tree-sitter-rust.
Would it be possible to reduce its size or make the submodule update operation faster?
The text was updated successfully, but these errors were encountered:
We're using tree-sitter repositories as submodules in semgrep (see https://github.com/returntocorp/ocaml-tree-sitter-semgrep/blob/main/.gitmodules ) and most repositories are fine except tree-sitter-rust which takes a very long time
to clone and update. I usually get connection timeout from github while doing a git submodule update just
because of tree-sitter-rust.
Would it be possible to reduce its size or make the submodule update operation faster?
The text was updated successfully, but these errors were encountered: