Skip to content
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

Unify implementations of Spawn#getCombinedExecProperties #24983

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fmeum
Copy link
Collaborator

@fmeum fmeum commented Jan 20, 2025

SimpleSpawn returned the exec properties of the action owning the spawn, while BaseSpawn returned the exec properties of the exec group owning the action that owns the spawn. The latter contains the exec_properties set on the target or exec platform, whereas the former is entirely specified by the action.

@fmeum fmeum force-pushed the clean-up-exec-info branch 2 times, most recently from 50e5df4 to ddfe48a Compare January 20, 2025 13:28
@fmeum fmeum changed the title Clean up execution info and properties usage Unify implementations of Spawn#getCombinedExecProperties Jan 20, 2025
`SimpleSpawn` returned the exec properties of the action owning the spawn, while `BaseSpawn` returned the exec properties of the exec group owning the action that owns the spawn. The latter contains the `exec_properties` set on the target or exec platform, whereas the former is entirely specified by the action.
@fmeum fmeum force-pushed the clean-up-exec-info branch from ddfe48a to b1b3bf2 Compare January 20, 2025 13:34
@fmeum fmeum requested a review from coeuvre January 20, 2025 14:06
@fmeum fmeum marked this pull request as ready for review January 20, 2025 14:06
@fmeum fmeum requested a review from a team as a code owner January 20, 2025 14:06
@fmeum fmeum requested review from katre and removed request for a team January 20, 2025 14:06
@github-actions github-actions bot added team-Performance Issues for Performance teams team-Configurability platforms, toolchains, cquery, select(), config transitions awaiting-review PR is awaiting review from an assigned reviewer labels Jan 20, 2025
@fmeum
Copy link
Collaborator Author

fmeum commented Jan 20, 2025

@coeuvre Could you review this? You touched this in 3a5b360, which also introduced the tests that I need to change in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-review PR is awaiting review from an assigned reviewer team-Configurability platforms, toolchains, cquery, select(), config transitions team-Performance Issues for Performance teams
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant