Skip to content

feat: Allow variants and records to be ignored by additional_derives#1199

Merged
pchickey merged 1 commit into
bytecodealliance:mainfrom
cdmurph32:additional_derives_ignore
Mar 10, 2025
Merged

feat: Allow variants and records to be ignored by additional_derives#1199
pchickey merged 1 commit into
bytecodealliance:mainfrom
cdmurph32:additional_derives_ignore

Conversation

@cdmurph32
Copy link
Copy Markdown
Contributor

This feature allows some variants and records to use types for which adding traits will cause compilation to fail, such as serde::Deserialize on wasi:io/streams.

Variants and records are specified as they are listed in the wit file, i.e. in kebab case.

This feature allows some variants and records to use types for which
adding traits will cause compilation to fail, such as
serde::Deserialize on wasi:io/streams.

Variants and records are specified as they are listed in the wit file,
i.e. in kebab case.
Copy link
Copy Markdown
Contributor

@pchickey pchickey left a comment

Choose a reason for hiding this comment

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

Thanks!

@pchickey pchickey added this pull request to the merge queue Mar 10, 2025
Merged via the queue into bytecodealliance:main with commit d73c073 Mar 10, 2025
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