tree-sitter-haskell icon indicating copy to clipboard operation
tree-sitter-haskell copied to clipboard

Failed builds due to very big file(s).

Open carlca opened this issue 1 year ago • 3 comments

I have a couple of Rust projects which appears to have tree-sitter-haskell as a dependency. The builds are failing consistently because they are timing out when the tree-sitter-haskell is being read. This seems to be because something in the repo is taking up an inordinate amount of space. Indeed when I tried to git clone the repo, this is what I got...

SCR-20240203-ljwf

Admittedly, I do have a rather slow WiFi connection, but this is the first time that a Rust cargo build and a git clone have failed to complete because of timeouts.

I'm not using a a proxy or any other shenanigans that would affect things.

What in the world is so large that it is killing any use of the repo?

carlca avatar Feb 03 '24 12:02 carlca