Skip to content

Conversation

@jeffcharles
Copy link
Collaborator

Description of the change

Removes support for the compile command.

Why am I making this change?

The last users of the compile command are becoming unsupported so we should be able to safely remove it shortly.

Checklist

  • I've updated the relevant CHANGELOG files if necessary. Changes to javy-cli, javy-plugin, and javy-plugin-processing 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.

Copy link
Member

@saulecabrera saulecabrera left a comment

Choose a reason for hiding this comment

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

🎉 Looks great to me, modulo the CI failure, but I think it should be straightforward to fix.

}

#[javy_cli_test(commands(not(Compile)))]
#[javy_cli_test]
Copy link
Member

Choose a reason for hiding this comment

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

Do we need to declare root here? CI is failing with

 thread 'build_test_using_invalid_plugin_with_static_build_fails' panicked at crates/cli/tests/integration_test.rs:119:5:

Expected a different string but got: terminated with status = exit status: 1, stderr = Error: No such file or directory (os error 2)

Copy link
Collaborator Author

@jeffcharles jeffcharles Sep 25, 2025

Choose a reason for hiding this comment

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

No, that error is the CI process couldn't find the invalid plugin I added. I probably forgot to build it in the GitHub workflow.

@jeffcharles jeffcharles marked this pull request as ready for review September 25, 2025 15:09
@jeffcharles jeffcharles merged commit e6a01eb into main Sep 25, 2025
5 checks passed
@jeffcharles jeffcharles deleted the jc.remove-support-for-compile branch September 25, 2025 15:10
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.

3 participants