-
Notifications
You must be signed in to change notification settings - Fork 42
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
Cleanup and missing tests #137
Conversation
- Don't use puts for non compile-time constants - Turn output_description into a local variable
Turn '\n' literals in the output field into proper new lines in order to match the output when the `-o` option is present.
While at it, break long lines.
Left-over from 6e9ffc9.
Sorry for not getting back to you earlier @mptre, I've been on vacation. I think these changes look great and will merge them! |
No worries, thanks for merging! |
@mptre On that topic: I think the work you're doing on Pick is great and I really appreciate your code contributions as well as your insights on mine and others' PRs. Would you like to be added as a contributor on this repo with commit access? I think that could streamline our workflow quite a bit by reducing the number of cross-repo PRs in addition to removing me as a bottle-neck for merging PRs while I'm traveling. |
I'd be honored! I don't think the time taken between creation and |
@mptre Great! I've sent an invitation. I agree that all code that goes into master should go through a PR. I do my best to follow this workflow: https://github.com/thoughtbot/guides/tree/83cfbe7327d574efc1a8943c9e1f60b9af751e1b/protocol/git
Sounds good! After getting a "LGTM" or similar from someone else you'll also be able to rebase and merge your own branches which gets rid of a lot of the "could you please rebase again before I merge" dance. If you have any questions, don't hesitate to ask me or anyone else; we're happy to answer them! |
Great! May I add myself as an author to the README and man-page? |
Please do! Sorry for not doing it myself earlier. |
Minor changes this time. Let me know what you think.