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
There are no line numbers that get associated with a JsonException. This is fixable if we switch to using the SAX API and build the DOM directly. Then we can feed in the config file one line at a time.
Some of the error messages output either by the main parser or the schema validator are terrible. In particular the schema validator. We need to look at this and see about making the error messages better. This will likely involve raising upstream rapidjson issues and probably doing upstream PRs.
The text was updated successfully, but these errors were encountered:
Automatic merge from submit-queue.
[DO NOT MERGE] Auto PR to update dependencies of proxy
This PR will be merged automatically once checks are successful.
```release-note
none
```
There are 2 major issues right now:
There are no line numbers that get associated with a JsonException. This is fixable if we switch to using the SAX API and build the DOM directly. Then we can feed in the config file one line at a time.
Some of the error messages output either by the main parser or the schema validator are terrible. In particular the schema validator. We need to look at this and see about making the error messages better. This will likely involve raising upstream rapidjson issues and probably doing upstream PRs.
The text was updated successfully, but these errors were encountered: