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 partial name with namespace #76

Closed
wants to merge 1 commit into from

Conversation

inerte
Copy link
Contributor

@inerte inerte commented Sep 4, 2014

Because namespace assignment was occurring after dir = dir.dir,
there was never a dir.namespace. Had to put namespace before dir
get its new value.

Also I took the liberty of adding an unit test for this bug fix.

PS: I work at Yahoo.

Because namespace assignment was occurring after dir = dir.dir,
there was never a dir.namespace. Had to put namespace before dir
get its new value.

Also went ahead and added some unit tests
@ericf
Copy link
Owner

ericf commented Sep 5, 2014

Thanks for finding this! I merged in just the fix, because adding a test suite is out of the scope of this change.

Published as v1.0.3

@ericf ericf closed this Sep 5, 2014
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