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

Add feature level error handling #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

ywen
Copy link

@ywen ywen commented Jun 27, 2017

Reasoning for the PR

In the case where a feature level error happens (such as no feature definition can be found) the original implementation will not be able to catch the error (rather just an empty XML file). This makes debug really hard since no error info is shown. This commit meant to fix the situation by implementing on_feature_not_found

MIscs

I dropped the 1.9.3 support. Please let me know if yo want to add it back. I will take a closer look on why the build is failing on 1.9.3. Thanks!

ywen added 3 commits June 26, 2017 17:14
In the case where a feature level error happens (such as no feature
definition can be found) the original implementation will not be able to
catch the error (rather just an empty XML file). This makes debug really
hard since no error info is shown. This commit meant to fix the
situation by implementing `on_feature_not_found`
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.

1 participant