[all-commits] [llvm/llvm-project] ee414e: [CI] Refactor out some early exits in compute_proj...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sun Jun 22 08:08:45 PDT 2025
Branch: refs/heads/users/boomanaiden154/ci-cleanup-buildkite-test-report-script
Home: https://github.com/llvm/llvm-project
Commit: ee414e35047c588daba1ee62e8291ea171700f43
https://github.com/llvm/llvm-project/commit/ee414e35047c588daba1ee62e8291ea171700f43
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-06-22 (Sun, 22 Jun 2025)
Changed paths:
M .ci/compute_projects.py
Log Message:
-----------
[CI] Refactor out some early exits in compute_projects
I have a habit of using early exits given it is in the LLVM coding
standards, but most of the early exits used within this script were
trivial and actually adding complexity. These are all instances where we
only perform one operation after the early exit, so removing the early
exit means less lines of code and arguably more readable code.
Reviewers: DavidSpickett, tstellar, cmtice, lnihlen
Reviewed By: DavidSpickett
Pull Request: https://github.com/llvm/llvm-project/pull/143478
Commit: f80e1d2f090f4489c1a97f7526c007c60098c28c
https://github.com/llvm/llvm-project/commit/f80e1d2f090f4489c1a97f7526c007c60098c28c
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-06-22 (Sun, 22 Jun 2025)
Changed paths:
Log Message:
-----------
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.6
[skip ci]
Commit: 64b929d4155817f41613cb54dea606cbc248eed6
https://github.com/llvm/llvm-project/commit/64b929d4155817f41613cb54dea606cbc248eed6
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2025-06-22 (Sun, 22 Jun 2025)
Changed paths:
Log Message:
-----------
rebase
Created using spr 1.3.6
Compare: https://github.com/llvm/llvm-project/compare/219b7cf8caff...64b929d41558
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list