-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bloop compiled on Windows can't access file on repo #1279
Comments
which rust version do you use |
|
I met the same issue. |
1.70.0 and 1.75.0 cannot work, too. |
1.80.0 also meet same issue |
I looked up the source code and suspected that there is an issue in the process of fetching or storing the file path (especially for relative path) in tantivy. For Windows, you might get UNC paths when using rust (Thanks for an anonymous geek to provide the reference). Such a path may not occur in Unix-like systems, maybe you can try deleting the data folder (cache data) and re-opening the software. |
Describe the bug
I built Bloop on Windows 10. It can't read files on repo. It will notice "File not indexed
This might be because the file is too big or it has one of bloop's excluded file types.".
Expected behavior
I can read file on repo
To Reproduce
Screenshots or output
Additional context
Bloop release version can run.
The text was updated successfully, but these errors were encountered: