-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve error positioning of SemanticError
Changes made: * Always populate SemanticError.JSONPointer. * Export ErrUnknownName to programmatically identify an unknown name. * Reduce verbosity of SemanticError.Error method. * Apply Hyrum-proofing on a per-process basis, rather than on a per-error.Error method call. * Cleanup error wrapping for user-provided method and function calls. Some heuristics were used to provided reasonable position injection into user-provided errors.
- Loading branch information
Showing
20 changed files
with
852 additions
and
585 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.