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
Desired behavior: If a parameter is in the TOML file that is not parsed at all, an exception should be thrown, saying that an unknown parameter was encountered.
Reasons:
The user might have misspelled an optional parameter and erroneously thinks it is being parsed and used.
The user might have misspelled a mandatory parameter and is confronted with the error message that this mandatory parameter couldn’t be found. The user should be notified first that there is a parameter that couldn’t be parsed.
The text was updated successfully, but these errors were encountered:
Desired behavior: If a parameter is in the TOML file that is not parsed at all, an exception should be thrown, saying that an unknown parameter was encountered.
Reasons:
The text was updated successfully, but these errors were encountered: