FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Rewatch: don't suppress progress messages under -v/-vv by jfrolich · Pull Request #8371 · rescript-lang/rescript · GitHub

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

Merged
jfrolich merged 1 commit into
rescript-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 into
rescript-lang:masterfrom
jfrolich:fix-show-progress-verbose

Conversation

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 enabled auto-merge (squash) April 19, 2026 12:46

pkg-pr-new Bot commented Apr 19, 2026

Copy link
Copy Markdown

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 merged commit 8436751 into rescript-lang:master Apr 19, 2026
25 checks passed
cknitt pushed a commit that referenced this pull request May 3, 2026
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'.
cknitt pushed a commit that referenced this pull request May 4, 2026
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'.
cknitt pushed a commit that referenced this pull request May 16, 2026
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'.
This file contains hidden or 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
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


Back | FazBrowse Home | New Git URL