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

Remove incorrect paren in bingen repositories #488

Merged
merged 1 commit into from
Nov 11, 2020

Commits on Nov 11, 2020

  1. Remove incorrect paren in bingen repositories

    I was trying to setup some testing on various versions of bazel when I
    kept running into this issue that causes bazel query to error out.
    However, the error handling is specifc to earlier 3.X series versions of
    bazel.  Prior to this patch, this causes and error:
    ```
    bazel-3.4.0 query -- //... - @examples//...
    ```
    however, this does not error out:
    ```
    bazel-3.5.0 query -- //... - @examples//...
    ```
    which is why rules_rust tests are probably still passing.
    
    This removes the unintentional paren, which removes the issue in all 3.X
    cases that I tested.
    David Freese committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    1c6b668 View commit details
    Browse the repository at this point in the history