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 bsp-groups.toml example in documentation (Cherry-pick of #17125) #17148

Merged
merged 1 commit into from Oct 7, 2022

Commits on Oct 7, 2022

  1. Fix bsp-groups.toml example in documentation (pantsbuild#17125)

    Related to: pantsbuild#17122
    
    Example of `bsp-groups.toml` file in documentation could lead to the following problem on MacOs Monterey (python 3.8.6) when running BSP server
    
    ```
    org.eclipse.lsp4j.jsonrpc.ResponseErrorException: pants.engine.internals.scheduler.ExecutionError: 1 Exception encountered:
    
      TomlDecodeError: Key name found without value. Reached end of line. (line 7 column 2 char 190)
    ```
    
    Fixing `addresses` eliminates this problem
    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    ekravchenko authored and stuhood committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    020e9b8 View commit details
    Browse the repository at this point in the history