Skip to content

change compile so that it prints diagnostic output without trailing spaces #2289

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

Closed
3 tasks done
atannen opened this issue Aug 31, 2023 · 0 comments · Fixed by #2290
Closed
3 tasks done

change compile so that it prints diagnostic output without trailing spaces #2289

atannen opened this issue Aug 31, 2023 · 0 comments · Fixed by #2290
Labels
conclusion: resolved Issue was resolved priority: low Resolution is a low priority type: enhancement Proposed improvement

Comments

@atannen
Copy link

atannen commented Aug 31, 2023

Describe the request

"arduino-cli compile" prints at least some diagnostic info in a table format where each line is space-padded to the length of the longest item in the table. This can make the text output look cumbersome with unnecessary line wraps. See example below.

Describe the current behavior

Here is an example of what the current behavior looks like, with = replacing spaces to make it clearer.

Sketch=uses=58120=bytes=(11%)=of=program=storage=space.=Maximum=is=507904=bytes.

Used=library===============Version=Path==================================================
CAN=Adafruit=Fork==========1.2.1===/home/trb/Arduino/libraries/arduino-CAN-master========
LibPrintf==================1.2.13==/home/trb/Arduino/libraries/LibPrintf=================
Adafruit=SleepyDog=Library=1.6.4===/home/trb/Arduino/libraries/Adafruit_SleepyDog_Library

Arduino CLI version

0.34.1

Operating system

Linux

Operating system version

5.15.0-82-lowlatency

Additional context

No response

Issue checklist

  • I searched for previous requests in the issue tracker
  • I verified the feature was still missing when using the nightly build
  • My request contains all necessary details
@atannen atannen added the type: enhancement Proposed improvement label Aug 31, 2023
@umbynos umbynos added the priority: low Resolution is a low priority label Sep 1, 2023
@per1234 per1234 added the conclusion: resolved Issue was resolved label Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved priority: low Resolution is a low priority type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants