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

Allow Context/ContextPdbData to impl Send. #63

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

afranchuk
Copy link
Contributor

This allows wholesym structures to be Send, which is necessary to use them across await points.

@mstange
Copy link
Owner

mstange commented Jul 25, 2023

This looks good but merging it would mean that I can't do a new release to crates.io until the pdb dependency is switched out for a regular crates.io dependency again.

@afranchuk
Copy link
Contributor Author

Yeah. I contacted Will Glynn but I've got no response. I'm hoping they're just on vacation or something.

@afranchuk
Copy link
Contributor Author

Just updated things to use the pdb2 crate.

@afranchuk
Copy link
Contributor Author

@mstange this ought to be ready for merge.

@mstange mstange merged commit 7e08aea into mstange:main Nov 22, 2023
4 checks passed
@mstange
Copy link
Owner

mstange commented Nov 22, 2023

Quite unfortunate that we had to do a pdb2, but we've waited long enough.

Thanks for the patch and sorry for the huge delay!

@afranchuk
Copy link
Contributor Author

Agreed, but thank you!

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.

None yet

2 participants