Skip to content

Rewatch: don't suppress progress messages under -v/-vv#8371

Merged
jfrolich merged 1 commit intorescript-lang:masterfrom
jfrolich:fix-show-progress-verbose
Apr 19, 2026
Merged

Rewatch: don't suppress progress messages under -v/-vv#8371
jfrolich merged 1 commit intorescript-lang:masterfrom
jfrolich:fix-show-progress-verbose

Conversation

@jfrolich
Copy link
Copy Markdown
Collaborator

Summary

Change show_progress from log_level_filter == LevelFilter::Info to >= LevelFilter::Info so that -v / -vv add debug output without also silencing progress messages like "Finished compilation".

Small UX fix split out of #8241.

Test plan

  • cargo build --release --manifest-path rewatch/Cargo.toml
  • Manual: run rewatch build with and without -v / -vv, confirm progress line still prints at each verbosity

🤖 Generated with Claude Code

Change show_progress from `log_level_filter == LevelFilter::Info` to
`>= LevelFilter::Info` so that verbose flags (-v, -vv) add debug output
without silencing progress messages like 'Finished compilation'.
@jfrolich jfrolich enabled auto-merge (squash) April 19, 2026 12:46
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 19, 2026

Open in StackBlitz

rescript

npm i https://pkg.pr.new/rescript@8371

@rescript/darwin-arm64

npm i https://pkg.pr.new/@rescript/darwin-arm64@8371

@rescript/darwin-x64

npm i https://pkg.pr.new/@rescript/darwin-x64@8371

@rescript/linux-arm64

npm i https://pkg.pr.new/@rescript/linux-arm64@8371

@rescript/linux-x64

npm i https://pkg.pr.new/@rescript/linux-x64@8371

@rescript/runtime

npm i https://pkg.pr.new/@rescript/runtime@8371

@rescript/win32-x64

npm i https://pkg.pr.new/@rescript/win32-x64@8371

commit: dfab8db

@jfrolich jfrolich merged commit 8436751 into rescript-lang:master Apr 19, 2026
25 checks passed
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.

2 participants