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

[merged] Fix error handling during iteration, better submodule error message #17

Closed
wants to merge 1 commit into from

Conversation

cgwalters
Copy link
Owner

First, we need to cleanly break iteration if we caught an error. Fix
our return code checks to use != 0, and break the iterator as early
as possible if we flagged an error.

Second, if we fail to open a submodule, give the user a hint.

Closes #16

First, we need to cleanly break iteration if we caught an error.  Fix
our return code checks to use `!= 0`, and break the iterator as early
as possible if we flagged an error.

Second, if we fail to open a submodule, give the user a hint.

Closes #16
@cgwalters
Copy link
Owner Author

@cgwalters-bot r+ 09f9e2b

@cgwalters-bot
Copy link

⌛ Testing commit 09f9e2b with merge 7e38801...

@cgwalters-bot
Copy link

☀️ Test successful - travis
Approved by: cgwalters
Pushing 7e38801 to master...

@cgwalters-bot cgwalters-bot changed the title Fix error handling during iteration, better submodule error message [merged] Fix error handling during iteration, better submodule error message Mar 29, 2016
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