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

Fix refresh_compile_commands target. #18

Merged
merged 1 commit into from Sep 26, 2022

Commits on Sep 25, 2022

  1. Fix refresh_compile_commands target.

    It appears to me that this select statement in rust-deps/BUILD.bazel is incorrectly using absolute paths to targets that aren't located at the root, but rather located within the same module. Fixing them to be local targets seems to make refresh_compile_commands now work. However, I'm confused why this didn't cause a broader breakage so I'm unsure if I totally understand what's going on here.
    kentonv committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    17f7768 View commit details
    Browse the repository at this point in the history