You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be clear about my initial proposal (and its PoC):
For now: the task output is displayed when the task ends
Proposal: display the output during the run, especially for long task (configure in ~1', make in minutes), as without output, user may think the process is stalled.
P.S. current solution stores the output in memory, which can be very huge on some big ext. and may raise memory_limit.
Verbosity is another choice/discussion
For now: only displayed when using very verbose mode (-vvv)
IMHO: always (not in quiet mode, -q), but I'm probably not a standard user.
I think the current "simple" output is fine for most users, but we would display the streamed output of phpize/configure/make with a single -v. We can always revisit it if that's not the case! 👍
asgrim
added a commit
to asgrim/pie
that referenced
this issue
Oct 31, 2024
source; #76 (comment)
Perhaps if the
-v
option is given, to write out phpize/configure/make output, as per Remi's suggestionThe text was updated successfully, but these errors were encountered: