Skip to content

chore: add more tracing around spawning Solc#57

Merged
DaniPopes merged 1 commit intomainfrom
dani/trace-solc-process
Jan 30, 2024
Merged

chore: add more tracing around spawning Solc#57
DaniPopes merged 1 commit intomainfrom
dani/trace-solc-process

Conversation

@DaniPopes
Copy link
Member

No description provided.

@DaniPopes DaniPopes requested a review from Evalir as a code owner January 30, 2024 13:12
Comment on lines +600 to +603
trace!(
output.stdout = ?String::from_utf8_lossy(&output.stdout),
output.stderr = ?String::from_utf8_lossy(&output.stderr),
);
Copy link
Member

@mattsse mattsse Jan 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can be gigantic
often > 100MB

but I guess we could really use this

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yeah, that's not worth it

@DaniPopes DaniPopes force-pushed the dani/trace-solc-process branch from f020d0c to 320ce47 Compare January 30, 2024 14:06
@DaniPopes DaniPopes merged commit 217c943 into main Jan 30, 2024
@DaniPopes DaniPopes deleted the dani/trace-solc-process branch January 30, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants