-
Notifications
You must be signed in to change notification settings - Fork 108
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
refactor: address comments from #3415: Prepare for changes in ZIP-244 #3446
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3446 +/- ##
==========================================
- Coverage 78.34% 78.15% -0.19%
==========================================
Files 267 272 +5
Lines 31526 31532 +6
==========================================
- Hits 24698 24644 -54
- Misses 6828 6888 +60 |
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.
Consider this approved. I'm not marking it as approved in case it gets merged again 😅
I left two optional suggestions, but feel free to merge without them :)
} else { | ||
continue; |
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.
Optional nit: this feels redundant to me 🤔
} else { | |
continue; |
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.
I kinda appreciate the explicit continue in the loop 😅
Co-authored-by: Janito Vaqueiro Ferreira Filho <[email protected]>
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.
LGTM!
Let's see if Mergify will merge with at least one unresolved conversation 👀
Motivation
#3415 was accidentally merged without addressing review comments. This PR addresses them.
Specifications
Designs
Solution
Review
Reviewer Checklist
Follow Up Work