Skip to content

Conversation

@pzhan9
Copy link
Contributor

@pzhan9 pzhan9 commented Nov 18, 2025

Summary:
This block is duplicated in 4 if-else branches:

                        let tail_str = if stderr_tail.is_empty() {
                            None
                        } else {
                            Some(stderr_tail.join("\n"))
                        };

This diff extracts it out and log it in the tail field.

Differential Revision: D87344528

Summary: Pull Request resolved: meta-pytorch#1914

Reviewed By: mariusae, vidhyav

Differential Revision: D87269409
Summary:


As title.

Reviewed By: mariusae

Differential Revision: D87274098
Summary:
This block is duplicated in 4 if-else branches:

```
                        let tail_str = if stderr_tail.is_empty() {
                            None
                        } else {
                            Some(stderr_tail.join("\n"))
                        };
```

This diff extracts it out and log it in the `tail` field.

Differential Revision: D87344528
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Nov 18, 2025
@meta-codesync meta-codesync bot closed this in 244c892 Nov 19, 2025
@meta-codesync
Copy link

meta-codesync bot commented Nov 19, 2025

This pull request has been merged in 244c892.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot. fb-exported Merged meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants