-
Notifications
You must be signed in to change notification settings - Fork 389
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
fix: global var dependencies #2077
Conversation
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
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.
Left some nitty comments 🙏
Overall looks good, thank you for the fix 🙏
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.
Please also add more tests to check for different cases, thanks!
c7365aa
to
813b7e1
Compare
@petar-dambovaliev I've moved this PR to draft until it's ready for review. |
Only codecov failing. Its ready. @Kouteki |
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! A few requests, mostly regarding comments, so we can avoid reviewing this as a brand new PR each time. :)
and what we do with the codecov? @petar-dambovaliev @zivkovicmilos |
Perhaps the logic in |
maybe the difference won't be big, just some food for thoughts. |
At first, i tried having a single function but it became too many changes and too messy |
It's not ideal, but codecov for this PR is not a blocker. We can merge this. |
fixes this by adding missing logic in in
findUndefined2