Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Switch the new workloads feature from executable plugins to library plugins. #3044
Conversation
|
I'm sorry, for clarification does this mean that if I have a script called |
ericsnowcurrently
changed the title from
Switch from executable plugins to library plugins.
to
Switch the new workloads feature from executable plugins to library plugins.
Aug 24, 2015
ericsnowcurrently
added some commits
Aug 19, 2015
ericsnowcurrently
closed this
Aug 31, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ericsnowcurrently commentedAug 19, 2015
For the machinery supporting workload processes, we are moving from a plugins-as-executables model to a plugins-as-libraries model. This patch makes that switch. The trickiest part is adapting the WPM feature tests accordingly.
(Review request: http://reviews.vapour.ws/r/2426/)