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: allow building with no-default-features #565

Merged
merged 2 commits into from
Mar 6, 2024

Conversation

Daniel-Aaron-Bloom
Copy link
Contributor

Fixes #564.

I just hid all the TLS inside a conditionally defined helper.

@JounQin JounQin requested a review from ia0 February 20, 2024 10:36
Copy link
Collaborator

@ia0 ia0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Could you also partially revert #554? (remove the default feature from taplo-common and remove the associated default-features = false, essentially only keeping the deletion of default-tls in the reqwest dependency of taplo-common) Thanks!

Copy link
Collaborator

@ia0 ia0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot! That's a much better fix than mine. I didn't notice it was a change on reqwest side.

@Daniel-Aaron-Bloom
Copy link
Contributor Author

You're welcome! Anything else you need from me before a merge? Otherwise feel free to merge at your convenience.

@JounQin
Copy link
Collaborator

JounQin commented Feb 21, 2024

We'll wait for a while before merging in case for new reviews.

@Daniel-Aaron-Bloom
Copy link
Contributor Author

Ping. 🙂

@JounQin JounQin merged commit 7cf4044 into tamasfe:master Mar 6, 2024
4 checks passed
@JounQin
Copy link
Collaborator

JounQin commented Mar 6, 2024

@Daniel-Aaron-Bloom Thanks for your contribution!

matthiasgoergens pushed a commit to 0xmozak/mozak-vm that referenced this pull request Mar 8, 2024
tamasfe/taplo#565 is merged so we can revert
back to mainline.
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.

no-default-features is broken
3 participants