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
Much or our validation code is untested, which means we are very prone to bugs like this #685.
We should be using local dummy data to ensure validation checks catch chains with non-standard or missing data. We should refactor tests as necessary to enable them to be tested in this way.
The text was updated successfully, but these errors were encountered:
One area that seems particularly brittle is the parsing of the standard TOML files. Coupled with the approach we take to ignore empty structs in several places, small typos break things easily. See #705.
Much or our validation code is untested, which means we are very prone to bugs like this #685.
We should be using local dummy data to ensure validation checks catch chains with non-standard or missing data. We should refactor tests as necessary to enable them to be tested in this way.
The text was updated successfully, but these errors were encountered: