Skip to content
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

Issue with assignment of array element of type string non-varying #98

Merged
merged 6 commits into from
Jan 30, 2020

Conversation

ftomassetti
Copy link
Contributor

There is an issue with assigning a string to an element of an array of type non-varying string. In that case the string has to be padded with spaces.

We also verified it works correctly for non-varying string which are not contained in arrays and added a test for that.

Fixes #95

@f-lombardo f-lombardo self-requested a review January 30, 2020 10:50
Copy link
Contributor

@f-lombardo f-lombardo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, thanks

@f-lombardo f-lombardo merged commit 0ed804a into master Jan 30, 2020
@ftomassetti ftomassetti deleted the issue95 branch February 18, 2020 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fixed size vs variable size strings
2 participants