DioxusLabs / dioxus

Fullstack app framework for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
20.28k stars 778 forks source link

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

Open ochrons opened 3 weeks ago

ochrons commented 3 weeks ago

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:

Expected behavior

No verbose output.

Screenshots

Environment:

Questionnaire

srid commented 3 weeks ago

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