You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: