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(language-server): fix panic by building scope tree child ids #7440

Conversation

camc314
Copy link
Contributor

@camc314 camc314 commented Nov 23, 2024

closes #7434

i couldn't test this. but what's happening is semaitc is being build without scope child ids. When exhaustive_deps tries to access it its an empty vec - hence the panic

Copy link

graphite-app bot commented Nov 23, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “0-merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

@camc314 camc314 marked this pull request as ready for review November 23, 2024 15:15
Copy link
Contributor Author

camc314 commented Nov 23, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions github-actions bot added A-editor Area - Editor and Language Server C-bug Category - Bug labels Nov 23, 2024
@camc314 camc314 requested review from Boshen November 23, 2024 15:16
@Boshen Boshen merged commit c6d790b into main Nov 23, 2024
21 checks passed
@Boshen Boshen deleted the c/11-23-fix_language-server_fix_panic_by_building_scope_tree_child_ids branch November 23, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-editor Area - Editor and Language Server C-bug Category - Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

oxlint vscode extension crashing on launch
2 participants