-
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
Bugfix/LS24004081/Z-ADD with Scalar to Array #613
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.
Was the issue related only to when an array is defined in a data structure field, or was the issue more general?
I’m not sure, maybe it's a silly question, but let me know.
The issue was related only for this case. If you want, I can check the existence on Jariko where the array is a Standalone field. In case it miss, I can create a test from AS400 and run it on Jariko. What do you think? |
I would try, thank you. |
You're welcome! I'm going to try after a little analysis of another task. |
Made draft for a new error after test case where the array is a Standalone field. |
Description
This work resolves an assignment of a scalar value to an array defined as Data Struct's field. For example:
In addition, was analyzed and fixed an assignment of a scalar value to an array defined as Standalone. For example:
Technical notes
To achieve the goal, I improved
InternalInterpreter.set
whenvalue
(which the source) is a scalar instead an array, underFieldDefinition
's branch.Related to #LS24004081
Checklist:
./gradlew ktlintCheck
)../gradlew check
).docs
directory.