-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make GsymResolver::find_line_info() report more error context
We originally introduced find_line_info_impl() in GsymResolver::find_line_info() to short circuit on the various error paths, because it was way too cumbersome to report custom errors on each. By now we have the means for more concise error chaining and so we remove this internal function and report more detailed errors for each of the potential early returns. Signed-off-by: Daniel Müller <[email protected]>
- Loading branch information
Showing
1 changed file
with
78 additions
and
61 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