feat: upgrade Chicory runtime to v1.4.0 and improve build configuration#83
Closed
chirino wants to merge 1 commit intoroastedroot:mainfrom
Closed
feat: upgrade Chicory runtime to v1.4.0 and improve build configuration#83chirino wants to merge 1 commit intoroastedroot:mainfrom
chirino wants to merge 1 commit intoroastedroot:mainfrom
Conversation
• Upgrade Chicory WebAssembly runtime from version 1.3.0 to 1.4.0 • Update Chicory dependency artifact names to new stable packages: - Replace experimental aot-experimental with annotations - Replace host-module-annotations-experimental with chicory-compiler-maven-plugin - Replace host-module-processor-experimental with annotations-processor • Improve Spotless configuration with enhanced wildcard import detection: - Replace simple regex-based wildcard import removal with Groovy-based validation - Add clear error messages for wildcard imports requiring manual expansion • Add not-ci profile for automatic code formatting during local development • Update documentation references to point to current Chicory runtime compiler docs This upgrade modernizes the project's WebAssembly runtime dependencies and improves the developer experience by providing better build validation and automatic code formatting. The Chicory 1.4.0 upgrade brings performance improvements and stability enhancements to WebAssembly execution. Signed-off-by: Hiram Chirino <hiram@hiramchirino.com>
Collaborator
Author
|
I still need to enable the CI profile on when the github actions run. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
• Upgrade Chicory WebAssembly runtime from version 1.3.0 to 1.4.0 • Update Chicory dependency artifact names to new stable packages:
This upgrade modernizes the project's WebAssembly runtime dependencies and improves the developer experience by providing better build validation and automatic code formatting. The Chicory 1.4.0 upgrade brings performance improvements and stability enhancements to WebAssembly execution.