Skip to content
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

Improve BwB indexing in the face of errors #536

Merged
merged 2 commits into from
Jun 12, 2022

Conversation

brentleyjones
Copy link
Contributor

Prevents issues like this during indexing, which can get it stuck:

<unknown>:0: error: error opening input file 'some/path/_BazelForcedCompile_.swift' (No such file or directory)
error: Command failed with exit code 1

Prevents issues like this during indexing, which can get it stuck:

```
<unknown>:0: error: error opening input file 'some/path/_BazelForcedCompile_.swift' (No such file or directory)
error: Command failed with exit code 1
```
@brentleyjones brentleyjones enabled auto-merge (squash) June 12, 2022 21:53
@brentleyjones brentleyjones merged commit 8449190 into main Jun 12, 2022
@brentleyjones brentleyjones deleted the bj/improve-bwb-indexing-in-the-face-of-errors branch June 12, 2022 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants