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

Check for nulls in range function #452

Merged
merged 2 commits into from
Jun 10, 2020
Merged

Check for nulls in range function #452

merged 2 commits into from
Jun 10, 2020

Conversation

boulter
Copy link
Contributor

@boulter boulter commented Jun 9, 2020

The range function was not checking for null values passed in the args array and was throwing NPEs when an unresolved variable was passed as and end or step parameter.

@boulter boulter requested a review from mattcoley June 9, 2020 21:09
@boulter boulter merged commit c698ed4 into master Jun 10, 2020
@boulter boulter deleted the range-func-null-check branch June 10, 2020 13:46
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.

2 participants