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

Fix progress display #4933

Merged
1 commit merged into from Sep 23, 2021
Merged

Fix progress display #4933

1 commit merged into from Sep 23, 2021

Conversation

ghost
Copy link

@ghost ghost commented Sep 22, 2021

The progress wasn't displayed during the first build. It was only displayed from the second build in polling mode. This was because of a Status_line.set_constant None in the function that scanned the source tree.

The fix is to not clear the status line in this function, and instead use a "status line overlay".

@ghost ghost requested a review from rgrinberg September 22, 2021 16:29
otherlibs/stdune-unstable/console.mli Outdated Show resolved Hide resolved
The progress display wasn't displayed during the first build. It was
only displayed from the second build in polling mode. This was because
of a `Status_line.set_constant None` in the function that scanned the
source tree.

The fix is to not clear the status line in this function, and instead
use a "status line overlay".

Signed-off-by: Jeremie Dimino <jeremie@dimino.org>
@ghost ghost merged commit 6a3d363 into ocaml:main Sep 23, 2021
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants