You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
What happens when a target is executed? How is information communicated between targets? What does the framework do, what does the executor need to do?
TODO:
implement executors up to test execution (four executors/plugins: classpath assembler, source code assembler, compiler, test executor)
modify framework to make wiring these guys up 'nice'.
probably pass all information between nodes explicitly, nothing via the file system.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What happens when a target is executed? How is information communicated between targets? What does the framework do, what does the executor need to do?
TODO:
The text was updated successfully, but these errors were encountered: