-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alt-da: remove unused error handling #11828
Conversation
This needs a rebase for new CI jobs that were added. Also tagging @samlaf here for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems true to me. Tried quickly looking through previous PRs for where the ErrReorgRequired was removed from GetInput but couldn't find anything.
Sure, I’ve merged the latest changes |
@qzhodl Im not a member of this repo, you should request review from someone on the team. Maybe @sebastianst ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #11828 +/- ##
===========================================
- Coverage 64.32% 64.14% -0.19%
===========================================
Files 52 52
Lines 4348 4348
===========================================
- Hits 2797 2789 -8
- Misses 1376 1385 +9
+ Partials 175 174 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
@qzhodl mistake? |
Oh, yes, I didn’t realize the repo still has unmerged PRs... |
Description
The
GetInput
function ofs.fetcher
never returns anErrReorgRequired
error, so we can remove the handling for this error type.