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

[bazel] fix --config=shell #129194

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

vors
Copy link
Contributor

@vors vors commented Jun 21, 2024

Quality of life improvement for bazel dev.

Previously on recent bazel the bazel --config=shell was getting into a bad state where nothing can be typed and the shell cannot be halted, so it's worse then useless.

Unfortunately vanilla bazel doesn't have a good way to achieve the --config=shell intent, but with the cat /dev/tty is somewhat works (but no readline still).

So this is mostly fixing what is broken, but still not in the ideal shape.

@pytorch-bot pytorch-bot bot added the topic: not user facing topic category label Jun 21, 2024
Copy link

pytorch-bot bot commented Jun 21, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/129194

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit 5362b84 with merge base 9dd8f8c (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@janeyx99 janeyx99 requested a review from a team June 24, 2024 15:32
@janeyx99 janeyx99 added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Jun 24, 2024
@janeyx99
Copy link
Contributor

It would be helpful to open a parallel issue motivating the issue and suggesting what the ideal state would be to allow for more discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
open source topic: not user facing topic category triage review triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants