-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 #5069: Remove $parent from codebase. #7110
Conversation
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.
Hi @YashJipkate, great job, it's nice to see $parent finally get removed once and for all!
One question. How did you manually test this -- can you describe in detail? Did you manually check every directive here? This is a place where regressions can easily arise, so it's important to be careful.
Hi @seanlip, Yes I have gone through each of the directives and manually tested that the directives work as expected. Actually not much fuss was required since |
…into remove-parent
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!
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 from code owner's perspective, thanks!
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! Just one thing, why the rights change to scripts/pre_commit_hook.py
?
@vojtechjelinek That might have happened when I set the pre-commit hook executable manually. I don't have any idea why did this happen. @apb7 Any ideas? |
This also happened twice with me and for me, it happened automatically and I checked out the changes manually. |
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 for codeowner files (haven't tested the UI manually)
@vojtechjelinek, PTAL for code owner, thanks! |
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 from code owner's perspective. Thanks!
Explanation
Fixes #5069. Removes $parent from codebase.
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.