-
Notifications
You must be signed in to change notification settings - Fork 13.3k
More verbose Debug
implementation of std::process:Command
#97176
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
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
r? @m-ou-se (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I don't fully understand the cause of the error above, but It seems those |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@rustbot ready (thought it would reopen the issue) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The public Debug::fmt
could also use an update mentioning that the contents are platform-specific and that the alternate format is available on some platforms.
I've completed the public doc, the wording can probably improved. I appreciate the fast review cycle, thanks again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also rewrite your branch history?
6963193
to
deb4f5d
Compare
based on commit: zackmdavis@ccc019a from https://github.com/zackmdavis close rust-lang#42200 Add env variables and cwd to the shell-like debug output. Also use the alternate syntax to display a more verbose display, while not showing internal fields and hiding fields when they have their default value.
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (92c1937): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
|
More verbose `Debug` implementation of `std::process:Command` Mainly based on commit: zackmdavis@ccc019a from https://github.com/zackmdavis close rust-lang#42200
Mainly based on commit: zackmdavis@ccc019a from https://github.com/zackmdavis
close #42200