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

Fully thread the source-compression value #761

Conversation

saulecabrera
Copy link
Member

@saulecabrera saulecabrera commented Sep 18, 2024

This commit fixes the handling of the source-compression option when
C dynamic is set. Even though the codegen option gropup defines the
options as true by default, it was not threaded correctly.

Additionally this commit sets source-compression as true in the
default implementation of the builders to ensure that the CLI options
intent is accurately reflected.

Checklist

  • I've updated the relevant CHANGELOG files if necessary. Changes to javy-cli and javy-core do not require updating CHANGELOG files.
  • I've updated the relevant crate versions if necessary. Versioning policy for library crates
  • I've updated documentation including crate documentation if necessary.

This commit fixes the handling of the `source-compression` option when
`C dynamic` is set. Even though the codegen option gropup defines the
options as `true` by default, it was not threaded correctly.

Additionally this commit set `source-compression` as `true` in the
default implementation of the builders to ensure that the CLI options
intent is accurately reflected.
@saulecabrera saulecabrera merged commit 2333d1b into bytecodealliance:main Sep 18, 2024
7 checks passed
@saulecabrera saulecabrera deleted the fully-thread-source-compression branch September 18, 2024 22:19
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