commit | 33065b9e4fe91dc85ddd8699c45ca221f245860d | [log] [tgz] |
---|---|---|
author | Struan Shrimpton <sshrimp@google.com> | Fri Nov 15 23:00:15 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 15 23:00:15 2024 |
tree | 39bb507cbb9481c909272624014adbb49d746613 | |
parent | a9c660b5c0855de14fe77bb7fd8e7ef5cfc9e94a [diff] |
utr: Fix new lines in the compile step We process a single line from the recipe at a time, when these are longer than the terminal though, there is > 1 line per recipe line. Clearing the terminal line during compile will miss anything but the last terminal line which is why we occasionally see many compile instructions when it should be on a single line. This keeps track of the number of terminal lines the last processed line is so we can clear the entire recipe line. This will still have a problem when the terminal is resized in the middle of a run but we eventually plan to replace this with whatever led -local requires anyway Bug: 379052293 Change-Id: I2fdc1db8a99c4ea32b503beab9403ca863d874ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6026536 Reviewed-by: Ben Pastene <bpastene@chromium.org> Commit-Queue: Struan Shrimpton <sshrimp@google.com> Cr-Commit-Position: refs/heads/main@{#1383860}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.