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

syn: Fix having access to empty idl module by default #2650

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

acheroncrypto
Copy link
Collaborator

Problem

anchor_syn::idl is available by default(as empty) without enabling any IDL related features.

Summary of changes

  • Only compile idl module when idl-types feature is enabled since all other IDL features also enable this feature.

@vercel
Copy link

vercel bot commented Oct 6, 2023

@acheroncrypto is attempting to deploy a commit to the coral-xyz Team on Vercel.

A member of the Team first needs to authorize it.

@acheroncrypto acheroncrypto added the idl related to the IDL, either program or client side label Oct 6, 2023
@acheroncrypto acheroncrypto merged commit 25b24a1 into coral-xyz:master Oct 6, 2023
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idl related to the IDL, either program or client side
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant