-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Categorize eval/load errors as Input
Summary: Looks like `DiceCalculationDelegateError` type never bubble up in error categorization, although its error strings are associated with `ANALYSIS` error tags, I'm honestly not too sure what's going on, but I assume it's some Starlark magic, but regardless, tagging this as Input seems right And `LoadCycleError` always seem like an input error so categorizing it as such Reviewed By: cjhopman Differential Revision: D69254527 fbshipit-source-id: 7500113c803a07e073d5dd1da9a6074cc1efa568
- Loading branch information
1 parent
d8b3197
commit 53f4592
Showing
2 changed files
with
4 additions
and
7 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