- 
                Notifications
    You must be signed in to change notification settings 
- Fork 69
More information in verbose mode to provide faster feedback loop #390
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since I've been around when this was made, I think I shouldn't approve, but I'm feeling wild so I do it anyways 🦊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is great!
I have a few code level suggestions that are probably already encompassed by your "clean up the code" TODO, but I think the feature is awesome.
| 
 2/3 I thought of, so I appreciate the third one! | 
3c76f7b    to
    81c205c      
    Compare
  
    | @LawnGnome @eseliger I cleaned up the code as best as I could today. We still parse the file diffs twice, if a task is completed (once for the verbose log, once for the status bar), but I couldn't make that go away without making the code hard to understand. I'd be happy to give it another shot next week. For now: please review :) | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cleaned up the code as best as I could today. We still parse the file diffs twice, if a task is completed (once for the verbose log, once for the status bar), but I couldn't make that go away without making the code hard to understand.
That's fair enough — this version's quite a bit cleaner, and I think I'm less concerned about the possible cost of parsing the diffs twice with the verbose checks up front.
Ship it!
|  | ||
| ClearCache bool | ||
| KeepLogs bool | ||
| VerboseLogger bool | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
* Amazing new verbose mode * Clean up code * Add changelog entry
Thoughts/opinions/ideas?
TODOs: