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

Allow all run configurations to specify BeforeRun actions. #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

covers1624
Copy link
Contributor

Allows specifying BeforeRun actions for any run configuration.

This is already supported by the layout importer inside IJ for any run configuration it processes.

Unfortunately, this has some minor binary breaks for custom implementations of BaseRunConfiguration or children, as Project needs to be passed through. This can be changed to preserve binary compatibility if required.

Please let me know if any of the unit tests should be further expanded to test these changes, however, given the current coverage I don't think is necessary.

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.

1 participant