dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

Overtly verbose "build progress" ouput when running `dx build`

Open ochrons opened this issue 1 year ago • 1 comments

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

ochrons avatar Aug 23 '24 09:08 ochrons

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

srid avatar Aug 26 '24 22:08 srid

We cleaned this up!

jkelleyrtp avatar Dec 05 '24 03:12 jkelleyrtp