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

Fix set test #105

Merged
merged 2 commits into from
Oct 19, 2015
Merged

Fix set test #105

merged 2 commits into from
Oct 19, 2015

Conversation

brummett
Copy link
Contributor

Fixes a bug in the test caused by a my variable in an inner scope covering over a variable of the same name in an outer scope

Only a few Person objects are loaded at this point, so there's no way we've
done this query before.  The test was broken because 'my $query_count = 0'
covers up the $query_count captured by the closure handling the 'query'
subscription defined near the top of the test.
@ebelter
Copy link
Member

ebelter commented Oct 19, 2015

+1

@tmooney
Copy link
Member

tmooney commented Oct 19, 2015

+1 💺

brummett added a commit that referenced this pull request Oct 19, 2015
@brummett brummett merged commit 0ea4feb into genome:master Oct 19, 2015
@brummett brummett deleted the fix-set-test branch October 19, 2015 20:09
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.

3 participants