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

Fixed Unbound Variable edge access when BinGrouper is empty #3510

Closed
wants to merge 1 commit into from

Conversation

kevinastone
Copy link
Contributor

Incorrectly accessed variable edge instead of pre-filled value start.

Signed-off-by: Kevin Stone kevinastone@gmail.com

@kevinastone
Copy link
Contributor Author

This bug surfaced when I was using a grouper on an empty array. Since the for loop ends without assign edge, it leads to the UnboundVariableError.

@jreback
Copy link
Contributor

jreback commented May 2, 2013

can post an example that reproduces (or even better, add a test for this error?)
and provide a release notes mention. thanks!

@kevinastone
Copy link
Contributor Author

Ask and you shall receive.

@jreback
Copy link
Contributor

jreback commented May 2, 2013

can u setup Travis as well, see CONTRIBUTING

rebase into one commit and then push to have Travis run the tests

let me know if u need any help

thxs

Incorrectly accessed variable `edge` instead of pre-filled value `start`.

Signed-off-by: Kevin Stone <kevinastone@gmail.com>
@kevinastone
Copy link
Contributor Author

Lock and load.

@ghost
Copy link

ghost commented May 3, 2013

I can't take it with these RELEASE.rst conflicts. Merged manually via 99137af.

Thanks!

@ghost ghost closed this May 3, 2013
This pull request was closed.
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