Open wenwade opened 5 months ago
which rust version do you use
which rust version do you use rustc 1.79.0 (129f3b996 2024-06-10)
I met the same issue. rustc 1.80.0 (051478957 2024-07-21)
1.70.0 and 1.75.0 cannot work, too.
1.80.0 also meet same issue I just found that i cannot retrieve file by calling by_path[src/indexes/file.rs] with args that query[src/query/execute.rs] returns. But it works on macos. That's confusing. Hope it is not the matter of tantivy...
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.