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

Do not register all proposed features #3137

Merged
merged 1 commit into from
Feb 14, 2020

Conversation

kjeremy
Copy link
Contributor

@kjeremy kjeremy commented Feb 14, 2020

Instead only opt-in to CallHierarchy since it has a vscode API but LSP support
is still proposed.

Discovered while working on SemanticTokens which does not have a vscode API
and is still in the proposed state. Somehow enabling it would crash the
language server.

See microsoft/vscode-languageserver-node#572

Instead only opt-in to CallHierarchy since it has a vscode API but LSP support
is still proposed.

Discovered while working on SemanticTokens which does not have a vscode API
and is still in the proposed state. Somehow enabling it would crash the
language server.

See microsoft/vscode-languageserver-node#572
@matklad
Copy link
Member

matklad commented Feb 14, 2020

bors r+

bors bot added a commit that referenced this pull request Feb 14, 2020
3137: Do not register all proposed features r=matklad a=kjeremy

Instead only opt-in to CallHierarchy since it has a vscode API but LSP support
is still proposed.

Discovered while working on SemanticTokens which does not have a vscode API
and is still in the proposed state. Somehow enabling it would crash the
language server.

See microsoft/vscode-languageserver-node#572

Co-authored-by: kjeremy <kjeremy@gmail.com>
@bors
Copy link
Contributor

bors bot commented Feb 14, 2020

Build succeeded

  • Rust (macos-latest)
  • Rust (ubuntu-latest)
  • Rust (windows-latest)
  • TypeScript

@bors bors bot merged commit 7a832cd into rust-lang:master Feb 14, 2020
@kjeremy kjeremy deleted the dnr-proposed-features branch February 25, 2020 14:57
lnicola pushed a commit to lnicola/rust-analyzer that referenced this pull request Apr 7, 2024
Detect mixed-size and mixed-atomicity non-synchronized accesses

Fixes rust-lang/miri#2303
RalfJung pushed a commit to RalfJung/rust-analyzer that referenced this pull request Apr 27, 2024
Detect mixed-size and mixed-atomicity non-synchronized accesses

Fixes rust-lang/miri#2303
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.

2 participants