-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
execinfrapb: break the dependency on sem/builtins #78470
Conversation
This commit moves several utility functions from `execinfrapb` into `execinfra` package in order to break the dependency of the former on `sem/builtins` (which eventually depends on the `c-deps`). Release note: None
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.
Reviewed 16 of 16 files at r1, all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @Azhng)
TFTR! bors r+ |
Build succeeded: |
@Azhng do you want this to be backported to 22.1? |
Hmm good question, cc @ajwerner what's your thoughts on this? |
I don't feel strongly. I think the reason to do it is to make future backports less likely to hit conflicts. I vote we may as well do it. It seems to me to carry near zero risk. |
Yeah, sounds good to me. |
blathers backport 22.1 |
This commit moves several utility functions from
execinfrapb
intoexecinfra
package in order to break the dependency of the former onsem/builtins
(which eventually depends on thec-deps
).Fixes: #78453.
Release note: None