-
Notifications
You must be signed in to change notification settings - Fork 534
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
feat: lake: build monitor improvements #4127
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/batteries
that referenced
this pull request
May 10, 2024
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/mathlib4
that referenced
this pull request
May 10, 2024
Mathlib CI status (docs):
|
e29c178
to
36554e7
Compare
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/batteries
that referenced
this pull request
May 14, 2024
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/mathlib4
that referenced
this pull request
May 14, 2024
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/batteries
that referenced
this pull request
May 15, 2024
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/mathlib4
that referenced
this pull request
May 15, 2024
644e31b
to
836e894
Compare
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/batteries
that referenced
this pull request
May 15, 2024
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/mathlib4
that referenced
this pull request
May 15, 2024
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/batteries
that referenced
this pull request
May 15, 2024
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/mathlib4
that referenced
this pull request
May 15, 2024
de41c50
to
58242d8
Compare
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/batteries
that referenced
this pull request
May 16, 2024
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/mathlib4
that referenced
this pull request
May 16, 2024
a283417
to
d3fef62
Compare
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/batteries
that referenced
this pull request
May 16, 2024
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/mathlib4
that referenced
this pull request
May 16, 2024
d3fef62
to
abb003d
Compare
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/batteries
that referenced
this pull request
May 16, 2024
87a5e63
to
44e398a
Compare
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/batteries
that referenced
this pull request
May 17, 2024
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/mathlib4
that referenced
this pull request
May 17, 2024
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/batteries
that referenced
this pull request
May 17, 2024
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/mathlib4
that referenced
this pull request
May 17, 2024
bd02fb6
to
706ab5e
Compare
706ab5e
to
5094d0f
Compare
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/batteries
that referenced
this pull request
May 17, 2024
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/mathlib4
that referenced
this pull request
May 17, 2024
bb2222d
to
d1e99dc
Compare
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/batteries
that referenced
this pull request
May 17, 2024
leanprover-community-mathlib4-bot
added a commit
to leanprover-community/mathlib4
that referenced
this pull request
May 17, 2024
github-actions bot
pushed a commit
that referenced
this pull request
May 18, 2024
The new Lake build monitor is now more selective, accurate, and prettier in what it prints. **Key Changes:** * Poll jobs at a fixed frequency (100ms), updating the caption and finished job count. * Add `action` field to jobs to record information about what jobs do. It enables distinguishing between jobs which build something, fetch from a store, or reload logs from the cache. * At standard verbosity, print build captions only when a job is know to build or fetch something (i.e., `action >= .fetch`). * Add an icon and color to job captions based on their log-level / build status. Also add color to levels in logs. * Add `--ansi`/`--no-ansi` to toggle Lake's use of ANSI escape codes. * Fix some `v4.8.0-rc1` bugs and `--old`. Closes #2822. (cherry picked from commit 7648bf2)
tydeu
added a commit
that referenced
this pull request
May 18, 2024
The new Lake build monitor is now more selective, accurate, and prettier in what it prints. **Key Changes:** * Poll jobs at a fixed frequency (100ms), updating the caption and finished job count. * Add `action` field to jobs to record information about what jobs do. It enables distinguishing between jobs which build something, fetch from a store, or reload logs from the cache. * At standard verbosity, print build captions only when a job is know to build or fetch something (i.e., `action >= .fetch`). * Add an icon and color to job captions based on their log-level / build status. Also add color to levels in logs. * Add `--ansi`/`--no-ansi` to toggle Lake's use of ANSI escape codes. * Fix some `v4.8.0-rc1` bugs and `--old`. Closes #2822. (cherry picked from commit 7648bf2)
1 task
kim-em
pushed a commit
that referenced
this pull request
May 21, 2024
The new Lake build monitor is now more selective, accurate, and prettier in what it prints. **Key Changes:** * Poll jobs at a fixed frequency (100ms), updating the caption and finished job count. * Add `action` field to jobs to record information about what jobs do. It enables distinguishing between jobs which build something, fetch from a store, or reload logs from the cache. * At standard verbosity, print build captions only when a job is know to build or fetch something (i.e., `action >= .fetch`). * Add an icon and color to job captions based on their log-level / build status. Also add color to levels in logs. * Add `--ansi`/`--no-ansi` to toggle Lake's use of ANSI escape codes. * Fix some `v4.8.0-rc1` bugs and `--old`. Closes #2822. (cherry picked from commit 7648bf2)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport releases/v4.8.0
builds-mathlib
CI has verified that Mathlib builds against this PR
toolchain-available
A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN
will-merge-soon
…unless someone speaks up
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The new Lake build monitor is now more selective, accurate, and prettier in what it prints.
Key Changes:
action
field to jobs to record information about what jobs do. It enables distinguishing between jobs which build something, fetch from a store, or reload logs from the cache.action >= .fetch
).--ansi
/--no-ansi
to toggle Lake's use of ANSI escape codes.v4.8.0-rc1
bugs and--old
.Closes #2822.