-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[uninit method] Pass unresolved_reason in more places
Summary: This diff passes the `unresolved_reason` in more places, which were missed in the preivous code. - It added two more `resolved_reason` cases: `ClassNameNotFound` and `CurryInfoNotFound`. - It passes more `unresolved_reason` in `find_override`, which now returns `Result.t` instead of `Option.t`. Reviewed By: geralt-encore Differential Revision: D64535061 fbshipit-source-id: 3cf6bcf9d30764b72d54d47723b2b9346d5568f0
- Loading branch information
1 parent
a7f80d8
commit 44325b2
Showing
4 changed files
with
60 additions
and
45 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
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