-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/ls24003257/data struct inz hival #561
Feature/ls24003257/data struct inz hival #561
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the meantime, while we are waiting for a contribution from the RPGLE developer about improving the tests, I would ask you for some small changes. In general, I prefer to expose as little as possible of Jariko, so I am safer regarding breaking changes. Therefore, the default visibility of new functions and classes should be internal.
rpgJavaInterpreter-core/src/main/kotlin/com/smeup/rpgparser/interpreter/values.kt
Outdated
Show resolved
Hide resolved
rpgJavaInterpreter-core/src/main/kotlin/com/smeup/rpgparser/interpreter/values.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
Description
Add support for
INZ(*HIVAL)
when applied toDataStructValue
s.Related to:
Checklist:
./gradlew ktlintCheck
)./gradlew check
)docs
directory