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

io::Process needs to expose more functionality #12082

Closed
alexcrichton opened this issue Feb 7, 2014 · 0 comments · Fixed by #12085
Closed

io::Process needs to expose more functionality #12082

alexcrichton opened this issue Feb 7, 2014 · 0 comments · Fixed by #12085
Labels
E-mentor Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.

Comments

@alexcrichton
Copy link
Member

Some missing bits I just discovered:

  • UV_PROCESS_SETUID - someone's gonna want this
  • UV_PROCESS_SETGID - someone's gonna want this
  • UV_PROCESS_DETACHED - how else do you fork off a daemon?

Note that this doesn't just apply to libuv, but also to libnative. The unix libnative versions are probably straightforward (just take a look at the libuv implementation).

Marking as E-mentor (I'll mentor)

bors added a commit that referenced this issue Feb 17, 2014
This just copies the libuv implementation for libnative which seems reasonable
enough (uid/gid fail on windows).

Closes #12082
bors added a commit to rust-lang-ci/rust that referenced this issue Jul 25, 2022
fix: `signature_help`: use corresponding param list for methods

Close rust-lang#12079
bors added a commit to rust-lang-ci/rust that referenced this issue Jul 25, 2022
fix: don't panic at fully qualified call syntax in signature help

Closes  rust-lang#12200
Regressed from rust-lang#12082
flip1995 pushed a commit to flip1995/rust that referenced this issue Feb 8, 2024
Fixed FP in `redundant_closure_call` when closures are passed to macros

There are cases where the closure call is needed in some macros, this in particular occurs when the closure has parameters. To handle this case, we allow the lint when there are no parameters in the closure, or the closure is outside a macro invocation.

fixes: rust-lang#11274 rust-lang#1553
changelog: FP: [`redundant_closure_call`] when closures with parameters are passed in macros.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-mentor Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant