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

Fix the return value of the isVeryLong function #62

Merged
merged 6 commits into from
Jul 6, 2021

Conversation

lestcape
Copy link
Collaborator

The first commit seem to be all that is needed to fix the issue #56, but but i also wrote there some other things that could cause issues in the future, like a comparation with an array or an appartently wrong comment in the code. I will handle also here that other problematics.

…ndexes), but the library handle it one per variable, what duplicate it. So, what we have is just a list of the current variables where only the last one (the current) that create the valuelabel, is related with it. So, find if we need to convert the string to double there, because the indexes are pointing to the place where the variable will be stored, not to the variable itself.
… indicate, we can not let it to have a variable size unless the size is the unicode length that is what pack * is doing internally.
@lestcape lestcape merged commit a32a5cf into tiamo:master Jul 6, 2021
@lestcape lestcape deleted the FixReturnValue branch February 12, 2024 18:43
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.

1 participant