Skip to content

Fix "shorthand redefinition" panic when running gopherjs tool command. #393

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

Merged
merged 1 commit into from
Feb 9, 2016

Conversation

dmitshur
Copy link
Member

@dmitshur dmitshur commented Feb 9, 2016

Fixes #392.

/cc @neelance I have no idea if this gopherjs tool command is even supported, or what it's meant to do with all those flags. But this fixes the panic.

The "m" flag was conflicting with the shorthand for --minify flag.
neelance added a commit that referenced this pull request Feb 9, 2016
…efinition-panic

Fix "shorthand redefinition" panic when running `gopherjs tool` command.
@neelance neelance merged commit 0faf2ef into master Feb 9, 2016
@neelance
Copy link
Member

neelance commented Feb 9, 2016

gopherjs tool is not officially supported. It was initially used for running core tests.

@dmitshur dmitshur deleted the fix-gopherjs-tool-shorthand-redefinition-panic branch February 9, 2016 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gopherjs tool panics with "shorthand redefinition"
2 participants