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

Allow missing appauthor to fall back to appname. #12

Merged
merged 1 commit into from
Mar 21, 2013

Conversation

joeyespo
Copy link
Contributor

This change provides a default value for appauthor when on Windows.

Rationale

1. For DRY

It is often the case where the "author" refers to the group that works on a project. Like with GitHub organizations, it is also often that the name of the group reuses the name of the project. Instead of repeating the "appname" in the arguments, this change makes this automatic.

2. For portability

Mac and Unix developers probably won't think about providing appauthor since it isn't used and isn't required. Meanwhile, a user running Windows will see an error. This fallback allows non-Windows developers to continue to ignore the unused argument, while enabling their project to work on Windows without any extra effort or waiting for a bug to be filed.

@eddyp eddyp mentioned this pull request Mar 15, 2013
@srid srid merged commit 4b55cfb into ActiveState:master Mar 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants