larsrc-google

Results 37 comments of larsrc-google

@ecngtng It's entirely possible that that difference in punctuation is not due to being on Mac per se, but due to Mac doing different i18n.

There was a good reason for the increasing time feature to be added in the first place: "In the experimental UI, increase the rate limit for updates to the progress...

True, but the point here is that rather than the user having to figure out what flag to set to what value, it automatically notices the lack of cursor control...

With this change, the difference between `progress_report_interval` and `show_progress_rate_limit` becomes very subtle. I also think the documentation is quite confusing, and it certainly gives no clue to how the two...

It's even more confusing than that. The `--progress_report_interval` loop ignores (AFAICT) the curses-ness, but can update with 1-second intervals as long as there are finished actions to report on. If...

`show_progress_rate_limit` is also involved. The [option description](https://github.com/bazelbuild/bazel/blob/96ed590939798d24848bd6d7fc99a45b6c2932de/src/main/java/com/google/devtools/build/lib/runtime/UiOptions.java#L126) says it's a _minimum_ time. The [docs](https://bazel.build/docs/user-manual#show-progress-rate) say it's a fixed interval.

We've had some discussions about symlinks internally, and there are many more corner cases than I realized. I've started putting together the information we have, so we can avoid making...