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

Conversation

stuhood
Copy link
Sponsor Member

@stuhood stuhood commented Oct 7, 2022

Related to: #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. Fixes #17122.

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]
@stuhood stuhood merged commit 4c9791f into pantsbuild:2.14.x Oct 7, 2022
@stuhood stuhood deleted the cherry-pick-17125-to-2.14.x branch October 7, 2022 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants