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

Strict mode for handling warnings #137

Open
lucmoreau opened this issue Jul 23, 2015 · 1 comment
Open

Strict mode for handling warnings #137

lucmoreau opened this issue Jul 23, 2015 · 1 comment

Comments

@lucmoreau
Copy link
Owner

ProvToolbox is permissive in a number of ways

In some cases, it would be desirable for processing to be stopped when such situations are encountered. In other cases, the current behaviour of printing a warning is fine.

The proposal is to introduce a -strict mode for provconvert, making it return an error code.

@lucmoreau
Copy link
Owner Author

An implementation could be to introduce a boolean value "bool fatalWarning=false;" indicating if a fatal warning has been encountered. It then suffices to return an appropriate error code, if this variable was set.

Challenge is to do this in a way that supports parallel executions of the toolbox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant