A simple picocli/native-image ion-java CLI#988
Draft
jobarr-amzn wants to merge 3 commits into
Draft
Conversation
Contributor
Author
|
Ah oops, I built this locally with GraalVM CE 17 as described in the comments in build.gradle.kts. Looks like it will need more refinement of the build script to fix the build in other contexts- I want to only build the native component when GRAALVM_HOME is set. I can fix this... should probably extract to a separate Gradle project anyway. |
jobarr-amzn
marked this pull request as draft
November 4, 2024 20:03
jobarr-amzn
force-pushed
the
simple-cli
branch
from
November 8, 2024 20:57
d1bcef1 to
0517913
Compare
jobarr-amzn
force-pushed
the
simple-cli
branch
from
November 19, 2024 01:23
0517913 to
503ea51
Compare
jobarr-amzn
force-pushed
the
simple-cli
branch
2 times, most recently
from
December 12, 2024 21:28
43404df to
7c73766
Compare
tgregg
force-pushed
the
ion-11-encoding
branch
from
December 13, 2024 00:09
4f594cf to
620228b
Compare
- Supports formatted transcription of input files or stdin to a destination file or stdout # Conflicts: # ion-java-cli/src/main/java/com/amazon/tools/cli/OutputFormat.java
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.
Issue #, if available:
Description of changes: Supports formatted transcription of input files or stdin to a destination file or stdout.
helpshowing subcommandshelp catshowing inherited optionsRewriting Ion 1.1 with a macro invocation to Ion 1.0
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.