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

Upgrade starlark-rust to current HEAD #64

Merged
merged 3 commits into from
Dec 9, 2024

Conversation

hauserx
Copy link
Contributor

@hauserx hauserx commented Dec 3, 2024

This PR upgrades stalark-rust to the current HEAD and contains required fixes to bazel-lsp. Previous version was from Sep 3, and there were a lot of changes in the mean time.

This fixes e.g. #62

Changes

remove get_registered_starlark_docs

This follows change from facebook/starlark-rust@9a7b00e which removed it in starlark_bin

Basically get_registered_starlark_docs returned only some random symbols built in into the binary itself, namely: list, StackFrame, dict, string

adapt to starlark-rust rewrite DocParams

Rewrite happened in facebook/starlark-rust@723a272

This follows change from
facebook/starlark-rust@9a7b00e
which removed it in starlark_bin

Basically get_registered_starlark_docs returned only some random symbols
built in into the binary itself, namely: list, StackFrame, dict, string

Needed to upgrade starlark-rust, will follow-up with changes needed by
Rewrite of DocParams in facebook/starlark-rust@723a272
@cameron-martin cameron-martin merged commit 3b6992c into cameron-martin:master Dec 9, 2024
5 checks passed
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