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

IndexError: list index out of range when running ./x.py help #58640

Closed
Eijebong opened this issue Feb 22, 2019 · 1 comment
Closed

IndexError: list index out of range when running ./x.py help #58640

Eijebong opened this issue Feb 22, 2019 · 1 comment
Labels
C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.

Comments

@Eijebong
Copy link
Contributor

$ ./x.py help
Traceback (most recent call last):
  File "./x.py", line 11, in <module>
    bootstrap.main()
  File "/home/eijebong/code/rust/src/bootstrap/bootstrap.py", line 833, in main
    sys.argv = sys.argv[:1] + [sys.argv[2], '-h'] + sys.argv[3:]
IndexError: list index out of range
@Centril Centril added T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. C-bug Category: This is a bug. labels Feb 22, 2019
@Centril
Copy link
Contributor

Centril commented Feb 22, 2019

cc @rust-lang/infra

Centril added a commit to Centril/rust that referenced this issue Feb 25, 2019
…crichton

Fix an indexing error when using `x.py help`

Fixes rust-lang#58640.
Centril added a commit to Centril/rust that referenced this issue Feb 27, 2019
…crichton

Fix an indexing error when using `x.py help`

Fixes rust-lang#58640.
Centril added a commit to Centril/rust that referenced this issue Feb 27, 2019
…crichton

Fix an indexing error when using `x.py help`

Fixes rust-lang#58640.
Centril added a commit to Centril/rust that referenced this issue Feb 27, 2019
…crichton

Fix an indexing error when using `x.py help`

Fixes rust-lang#58640.
Centril added a commit to Centril/rust that referenced this issue Feb 27, 2019
…crichton

Fix an indexing error when using `x.py help`

Fixes rust-lang#58640.
Centril added a commit to Centril/rust that referenced this issue Feb 27, 2019
…crichton

Fix an indexing error when using `x.py help`

Fixes rust-lang#58640.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants