-
Notifications
You must be signed in to change notification settings - Fork 2
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
view
should throw BoundsError
#20
Comments
@CasBex this looks like a bug, do you know why we use |
I don't recall working on this particular function but as far as I'm aware. What I can see from looking at the code
Quick solution is to just put a check in |
I think this is a bug, we should add boundscheck here. |
thinking on this further, the |
I barely remember that was intentional.
Although supporting arbitrarily large indices will make it more
|
Maybe this helps to make it explicit? #22 |
@findmyway If you had a moment to write a docstring for the |
am i thinking about this wrong, or is the fact that indexing the 4th column of a buffer of length 3 does not throw an error a bug?
The text was updated successfully, but these errors were encountered: