-
Notifications
You must be signed in to change notification settings - Fork 784
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
length on slices with null doesn't work #744
Labels
Comments
@bjchambers i can try looking into this. |
@matthewmturner I think it should be addressed by #745. |
@bjchambers ah missed the linked pull. thx. |
@bjchambers out of curiousity - do you know why the |
Hmm... probably a copy-paste error when updating/adding the tests. Could you comment on the PR and I'll update/resolve when I get a chance? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
length
kernel (for string length) doesn't work on sliced string arrays containing null.To Reproduce
Modify the existing tests to include null:
Expected behavior
Test passes.
Actual behavior
Test does not pass.
The text was updated successfully, but these errors were encountered: