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

Overtly verbose "build progress" ouput when running dx build #2883

Open
3 tasks
ochrons opened this issue Aug 23, 2024 · 1 comment
Open
3 tasks

Overtly verbose "build progress" ouput when running dx build #2883

ochrons opened this issue Aug 23, 2024 · 1 comment
Labels
cli Related to the dioxus-cli program tweak Small changes to improve experience

Comments

@ochrons
Copy link

ochrons commented Aug 23, 2024

Problem

When running dx build on a fullstack project, the CLI outputs a ton of "build progress" lines flooding the terminal

fullstack build: Build progress 78%
fullstack build: Build progress 78%
fullstack build: Build progress 79%
fullstack build: Build progress 79%
fullstack build: Build progress 79%
fullstack build: Build progress 80%
fullstack build: Build progress 80%
fullstack build: Build progress 91%
fullstack build: Build progress 80%
fullstack build: Build progress 80%
fullstack build: Build progress 80%
fullstack build: Build progress 81%
fullstack build: Build progress 91%
fullstack build: Build progress 81%
fullstack build: Build progress 81%
fullstack build: Build progress 81%
fullstack build: Build progress 81%
fullstack build: Build progress 82%
fullstack build: Build progress 82%
fullstack build: Build progress 82%
fullstack build: Build progress 82%
fullstack build: Build progress 83%
fullstack build: Build progress 83%

It also seems to report the two concurrent builds in an interleaved fashion.

Steps To Reproduce

Steps to reproduce the behavior:

  • run dx build (version 0.6.0-alpha.2)

Expected behavior

No verbose output.

Screenshots

Environment:

  • Dioxus version: 0.6.0-alpha.2
  • Rust version: 1.80.1
  • OS info: Win11 WSL Ubuntu 22.04
  • App platform: web, fullstack

Questionnaire

  • I'm interested in fixing this myself but don't know where to start
  • I would like to fix and I have a solution
  • I don't have time to fix this right now, but maybe later
@ealmloff ealmloff added cli Related to the dioxus-cli program tweak Small changes to improve experience labels Aug 26, 2024
@srid
Copy link
Contributor

srid commented Aug 26, 2024

This happens when building a static-site (#2891) as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the dioxus-cli program tweak Small changes to improve experience
Projects
None yet
Development

No branches or pull requests

3 participants