Skip to content

Represent forc output as Events for better interop with downstream tools #885

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

Open
mitchmindtree opened this issue Mar 6, 2022 · 0 comments
Labels

Comments

@mitchmindtree
Copy link
Contributor

Cargo has the ability to emit compilation events via stdout as both human-readable lines of text and JSON. This is useful for downstream tools that may want to interact with an existing forc installation rather than using the library. Having some Event abstraction for compilation/updating events with Serialize and Display implementations would make this easier to achieve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants