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
Thanks for reporting! Could post how it looks for you right now and how you would want it to look like?
I am not sure I will have time to work on it, but it is worth to put as much information as possible. Besides that we are always open to a contribution.
hi, right now, it prints all specs2 output, and then repeatedly prints errors and failures, but the bloop failure printing is inferior as it omits the line numbers.
when there is more than a few errors, I have to always scroll past the bloop failure printout, to find what specs2 reported it - to find the line numbers..
I don't think bloop's failure reprinting adds much value, and it could simply be removed - the test frameworks print their outputs - don't they all? essentially that's what the hacky awk snippet is doing there
I spent a while to figure out how to disable noisy specs2 results duplication only to find that it's done by bloop: https://github.com/scalacenter/bloop/blob/34840d485a56abc9d388796392df46151b3ac93b/frontend/src/main/scala/bloop/testing/LoggingEventHandler.scala#L103C16-L135
is there a way to get rid of it (an option or smthg)?
(specifically the "Failed: ... " part)
Thanks!
The text was updated successfully, but these errors were encountered: