-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[CLI] Allow for printing output without headings (such as bytecode) #10275
Comments
Can I be assigned for this? |
My suggestion would be to call the new option The primary goal is to make the compiler produce only the single selected artifact on stdout, without any frames, headers or any other adornment so that it can be piped to another command. The stderr should be unaffected. ExampleFor example when you use
With
Specification
Open questionsThere are also some open questions we need to figure out:
/CC @MrChico who originally proposed this in #8847. Does the above solve the original problem? |
@KukretiShubham Are you still interested in working on this? |
Yeah, I didn't work for much time on this issue due to prior issues. Would like to give it another shot. If anyone else have interest, they can do it. |
Ok. In that case I'll unassign you to show it's up for the taking but let me know when you have some time and want to try to work on it again. |
This issue has been marked as stale due to inactivity for the last 90 days. |
Hi everyone! This issue has been automatically closed due to inactivity. |
(This issue is splitting up #8847.)
EDIT by @cameel:
One addition to the task (moved from #4617):
Doing this makes piping IR output more annoying so we should really to it after we have an option to disable frames.
The text was updated successfully, but these errors were encountered: