You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also apply this to IonReaderTextSystemX.transcodeNextTo().
Additionally, IonReaderContinuableCoreBinary.transcodeValueLiteral() and IonReaderTextSystemX.transcodeValueLiteral() are similar enough that we could consider making MacroAwareIonReader abstract and putting a generalized implementation in there.
These are lengthy methods with looping constructs and early returns. Figuring out a better factoring would improve readability and maintainability.
The text was updated successfully, but these errors were encountered: