mathieulj
mathieulj
Swinging back to this one. I assumed the self assignment was an expressed intent to work on the issue yourself @imsnif. Was that assumption incorrect? I have not looked into...
I've been debugging this issue all morning as I've run into it on my own machine with a fresh neovim install. **Pre-requisites AFAICT for my reproduction:** - Neovim with treesitter...
> And why are you setting prefer_git in the first place? That is just a bandaid for Windows where curl and tar may not be available. I was not aware...
My apologies, I added more context [on the existing issue's comments](https://github.com/nvim-treesitter/nvim-treesitter/issues/5353#issuecomment-2156098296) but I should have added more here as well. The root of the issue is that git will a)...
I've updated the implementation to selectively exclude the git location environment variables since those are guaranteed to be invalid for the plugin fetch. Since libuv will clear environment variables when...
Also, going back to you comment about a rewrite on `main` (rather than `master`). It looks like the same issue is still present there. I can put up another PR...
Would you oppose a PR that fixes this particular case? If so, do you have any hints/pointers to share for a first time contributor to mockall (but proficient in Rust)?...