Skip to content

Remove decompression support in proc-macro server #18451

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

Closed
Veykril opened this issue Oct 31, 2024 · 0 comments · Fixed by rust-lang/rust#132402
Closed

Remove decompression support in proc-macro server #18451

Veykril opened this issue Oct 31, 2024 · 0 comments · Fixed by rust-lang/rust#132402
Labels

Comments

@Veykril
Copy link
Member

Veykril commented Oct 31, 2024

rust-analyzer can probably also remove the support it has in rust-analyzer-proc-macro-server at

Box::new(SnapDecoder::new(snappy_portion))

Originally posted by @bjorn3 in rust-lang/rust#132402 (comment)

@Veykril Veykril closed this as completed Oct 31, 2024
bors added a commit to rust-lang-ci/rust that referenced this issue Nov 1, 2024
…jieyouxu,Veykril

Remove support for decompressing dylib metadata

We haven't been compressing dylib metadata for a while now. Removing decompression support will regress error messages about an incompatible rustc version being used, but dylibs are pretty rare anyway.

Fixes rust-lang/rust-analyzer#18451
lnicola pushed a commit to lnicola/rust-analyzer that referenced this issue Nov 1, 2024
…Veykril

Remove support for decompressing dylib metadata

We haven't been compressing dylib metadata for a while now. Removing decompression support will regress error messages about an incompatible rustc version being used, but dylibs are pretty rare anyway.

Fixes rust-lang#18451
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant