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

printing list of used libraries after compilation-errors inconvenient #48

Closed
FrankBoesing opened this issue Nov 6, 2015 · 4 comments
Closed
Assignees
Milestone

Comments

@FrankBoesing
Copy link

Leads to more needed scrolling than neccessary and it is not very useful to see the list every time.
Is it possible to move this list to the top ?
And... would it be possible to move the compilation-output to an extra window ?

@PaulStoffregen
Copy link
Sponsor

1.6.5 printed the full library path list at the top, only in verbose mode.

It also always printed info about conflicts as the very last thing (before the size info) in both modes, but only when conflicting libraries matched the sketch's #include lines.

@ffissore
Copy link
Contributor

ffissore commented Nov 9, 2015

@FrankBoesing as @PaulStoffregen printing it at the bottom is what we did in 1.6.5 and previous versions
@PaulStoffregen atm we are always printing used and not used libraries. Should we change that to

IF verbose OR conflicts
  print

?

@ffissore ffissore self-assigned this Nov 9, 2015
@FrankBoesing
Copy link
Author

yes maybe is was the same before. that does not change anything ?
"we do it this way, because we have always done it this way" is not the best path for progress..

@ffissore
Copy link
Contributor

As you can read from #25, we are far from that approach. Indeed, by mistake, that message was moved up but ppl expected to find it where it's printed now, at the bottom

@ffissore ffissore added this to the 1.2.1 milestone Nov 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants