Skip to content

Fix getopts for issue 30204 #30211

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 2 commits into from
Dec 5, 2015

Conversation

pnkfelix
Copy link
Member

@pnkfelix pnkfelix commented Dec 4, 2015

Fix internal getopts so --a=b=c acts like --a b=c rather than --a b.

Fix #30204

@rust-highfive
Copy link
Contributor

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+ 288034b

@pnkfelix
Copy link
Member Author

pnkfelix commented Dec 4, 2015

@bors r-

(need to double-check my handling of windows .exe extension in the run-make test)


update: okay, cut-and-paste in this case saved my bacon. :)

@pnkfelix
Copy link
Member Author

pnkfelix commented Dec 4, 2015

@bors r=alexcrichton 288034b

@bors
Copy link
Collaborator

bors commented Dec 5, 2015

⌛ Testing commit 288034b with merge e70c733...

bors added a commit that referenced this pull request Dec 5, 2015
…ichton

Fix internal `getopts` so `--a=b=c` acts like `--a b=c` rather than `--a b`.

Fix #30204
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.

4 participants