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

Values referenced from jr:repeat-count should be coerced to int #711

Merged
merged 3 commits into from
Aug 1, 2023

Conversation

grzesiek2010
Copy link
Member

@grzesiek2010 grzesiek2010 commented Mar 10, 2023

Closes #686

What has been done to verify that this works as intended?

I've tested the fix with ODK Collect and added automated tests.

Why is this the best possible solution? Were any other approaches considered?

There is not much to discuss here. As mentioned in the issue the value that represents the number of repeats should be coerced to int.

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

It's rather a safe change that might affect only how we determine the number of repeats so testing this functionality should be enough.

Do we need any specific form for testing your changes? If so, please attach one.

Any form that allows specifying the number of repeats. I used this one:
RepeatCountTest.xlsx

Does this change require updates to documentation? If so, please file an issue here and include the link below.

No.

@grzesiek2010 grzesiek2010 marked this pull request as ready for review March 14, 2023 16:18
@seadowg seadowg self-requested a review July 11, 2023 16:40
@seadowg seadowg merged commit fe1f7ba into master Aug 1, 2023
@seadowg seadowg deleted the JAVAROSA-686 branch August 1, 2023 16:00
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.

Values referenced from jr:repeat-count should be coerced to int
2 participants