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

Log step progress in verbose mode #32

Merged
merged 1 commit into from
May 23, 2024
Merged

Log step progress in verbose mode #32

merged 1 commit into from
May 23, 2024

Conversation

stotko
Copy link
Member

@stotko stotko commented May 23, 2024

In verbose mode, the primary log is mostly generated by the executed commands (Configure, Build, Stub Generation steps). However, it is currently not obvious that more steps, e.g. a Clean step, are executed as well. Log each step when it starts to provide a summary of the current JIT compile progress.

In the future, the currently quite static log of steps could be shortened to indicate that steps were skipped. For this, the status and condition logic could become first-class behavior of a step which would come with the benefit of natively having a persistent state for each step.

@stotko stotko added the added label May 23, 2024
@stotko stotko merged commit f241777 into main May 23, 2024
24 checks passed
@stotko stotko deleted the step_logging branch May 23, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant