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

Using the Github API instead of a local git repository #40

Closed
hellow554 opened this issue Dec 6, 2019 · 3 comments · Fixed by #63
Closed

Using the Github API instead of a local git repository #40

hellow554 opened this issue Dec 6, 2019 · 3 comments · Fixed by #63
Assignees

Comments

@hellow554
Copy link
Contributor

If you want to use this tool you either specify a local git repository at compile time or it will always clone a bare repository on every cargo-bisect-rustc run.

This is somewhat inconvenient and using the Github API is something one could do instead.

What are your thoughts about it? I'd like to implement it, maybe as a flag (--no-local-git-repo-is-available-so-use-github-instead-plz)

@Mark-Simulacrum
Copy link
Member

If we can reliably use the GitHub API (without, e.g., hitting rate limits) then I would love to do that by default (with perhaps a flag to fallback to local git repo). Happy to accept a PR!

@spastorino
Copy link
Member

👍 to this idea too.

@pnkfelix
Copy link
Member

I have a prototype of this that I need to rebase.

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 a pull request may close this issue.

4 participants