Skip to content
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

feat(solc): add scoped reporter #1000

Merged
merged 2 commits into from Mar 9, 2022
Merged

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Mar 9, 2022

Motivation

Add support for a scoped Reporter. This can be used to use custom reporting before invoking Project::compile(). For example to add a Spinner to the output.

Solution

Add additional Scoped Reporter that takes priority over the global one when the event listeners are invoked.

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

@gakonst gakonst merged commit 1ac0b49 into gakonst:master Mar 9, 2022
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.

None yet

2 participants