Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants