Adds class to generate bytecode for Ion 1.0 symbol tables#1138
Merged
popematt merged 5 commits intoamazon-ion:ion11from Nov 5, 2025
Merged
Adds class to generate bytecode for Ion 1.0 symbol tables#1138popematt merged 5 commits intoamazon-ion:ion11from
popematt merged 5 commits intoamazon-ion:ion11from
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## ion11 #1138 +/- ##
========================================
Coverage ? 69.58%
Complexity ? 6424
========================================
Files ? 204
Lines ? 25776
Branches ? 4456
========================================
Hits ? 17935
Misses ? 6458
Partials ? 1383 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
tgregg
approved these changes
Nov 5, 2025
src/main/java/com/amazon/ion/bytecode/bin10/SymbolTableHelper.kt
Outdated
Show resolved
Hide resolved
src/test/java/com/amazon/ion/bytecode/bin10/TypeIdHelperTest.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: Tyler Gregg <greggt@amazon.com>
austnwil
reviewed
Nov 5, 2025
src/main/java/com/amazon/ion/bytecode/bin10/SymbolTableHelper.kt
Outdated
Show resolved
Hide resolved
src/test/java/com/amazon/ion/bytecode/bin10/SymbolTableHelperTest.kt
Outdated
Show resolved
Hide resolved
austnwil
approved these changes
Nov 5, 2025
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:
None.
Description of changes:
Adds a supporting piece for Ion 1.0 bytecode generators--parsing and then compiling bytecode for a symbol table.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.