-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
change the [Processing] messages into dots #14418
Conversation
Is there a reason for this? I've had the compiler suddenly |
Well we have |
@Yardanico did #14415 fix your issue? I'm not seeing it after that PR
using nim c61f746 1.3.5
that being said, I recently had cases where I wanted to see full path of files as they were being processed to debug which file was actually picked up (common case when you're debugging -- instead of using a this would be a strict improvement; however it still doesn't help if you need to see prior paths, not just last one; I'm scratching my head real hard for how to allow that without introducing a new flag (maybe |
@timotheecour seems like it didn't help (no newline before first CC with no arguments, the nim.cfg just contains threads:on) |
* change the [Processing] messages into dots * better implementation * maybe I should work on something else...
No description provided.