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

Add tests for thin archives, fix bugs found in testing #13

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

dpaoliello
Copy link
Contributor

Add tests for thin archives and fixes two bugs where we were using the data local (which is empty for thin archives) instead of the original buffer when writing the size of each member and searching for symbols.

@bjorn3
Copy link
Member

bjorn3 commented Apr 9, 2024

Nice catch!

This PR will need to be rebased.

@bjorn3 bjorn3 merged commit c632d0c into rust-lang:master Apr 9, 2024
2 checks passed
@bjorn3
Copy link
Member

bjorn3 commented Apr 9, 2024

Please let me know when you are done and I will publish to crates.io.

@dpaoliello dpaoliello deleted the thin branch April 9, 2024 17:35
@dpaoliello
Copy link
Contributor Author

Please let me know when you are done and I will publish to crates.io.

Now is a good time to publish - I'm currently working on syncing to the latest LLVM version, so that may take me a while.

@bjorn3
Copy link
Member

bjorn3 commented Apr 9, 2024

Done

@bjorn3
Copy link
Member

bjorn3 commented Apr 9, 2024

Rustc update PR at rust-lang/rust#123687

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