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

Fix test name completion in ZSH #1713

Merged
merged 5 commits into from Jun 14, 2015

Conversation

Projects
None yet
5 participants
@eerden
Copy link
Contributor

eerden commented Jun 13, 2015

Fixes #1703

eerden added some commits Jun 13, 2015

Fix error causing test name completion failure
This was caused by a syntax error.
Fix wrong auto completion for update --precise
--precise argument for the update command was fed test names. This
commit prevents autocompletion of --precise.
Improve autocompletion of test items
Test item autocompletion didn't work because it required the name of the
test to come immediately after [[test]] line. This commit should fix
that.
@rust-highfive

This comment has been minimized.

Copy link

rust-highfive commented Jun 13, 2015

r? @wycats

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

@alexcrichton

This comment has been minimized.

Copy link
Member

alexcrichton commented Jun 14, 2015

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Jun 14, 2015

⌛️ Testing commit d7cf7d9 with merge ba47db2...

bors added a commit that referenced this pull request Jun 14, 2015

@bors

This comment has been minimized.

Copy link
Contributor

bors commented Jun 14, 2015

@bors bors merged commit d7cf7d9 into rust-lang:master Jun 14, 2015

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.