-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Configure script provides no feedback during git submodule update
#3816
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Comments
Agreed. We show progress on snapshot dls. |
Servo will have similar problems if large submodules are added, since it copied rust's submodule logic. |
"easy" and "wishlist" don't make sense to use together -- changed to "enhancement" :-) |
Would be nice but not 0.6-blocking. |
still plausible, but the option hasn't been added to the git binaries I see on most of our hosts. We could remove the |
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
May 15, 2021
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Aug 18, 2024
Add epollerr support Fixes rust-lang#3816 For socketpair, if the peer fd is closed while having data in its read buffer, ``EPOLLER`` will be thrown. This is still WIP because I am currently finding a way to check if peer fd still has something in its ``readbuf`` when it is closed and add the ``EPOLLER`` flag In ``get_epoll_ready_events``.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
On a slow or even decent network, the initial update of llvm submodule appears to stall, even it it's just taking a long time. Maybe we should not silence git's squawking during this process?
The text was updated successfully, but these errors were encountered: