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

t2 run: move JS-specific "post run" operation to a language specific definition #787

Merged
merged 1 commit into from
Jul 6, 2016

Conversation

rwaldron
Copy link
Contributor

@rwaldron rwaldron commented Jul 2, 2016

@johnnyman727 This should be reviewed and merged before any of the pending Rust support changes.

Signed-off-by: Rick Waldron waldron.rick@gmail.com

@rwaldron rwaldron force-pushed the deployment-postRun branch 2 times, most recently from fd85356 to 62d6335 Compare July 2, 2016 16:00
@@ -60,5 +60,6 @@ exportables.preRun = function(tessel) {
});
};

// exportables.postRun = function(tessel, remote) {};
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is here as "pseudo documentation" until the language support API churn slows and we can start documenting properly

…definition.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
tessel.connection.exec(
commands[opts.lang.meta.extname].execute(Tessel.REMOTE_RUN_PATH, opts.resolvedEntryPoint), {
commands[lang.meta.extname].execute(Tessel.REMOTE_RUN_PATH, options.resolvedEntryPoint), {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just renaming, nothing interesting

@johnnyman727
Copy link
Contributor

LGTM, I think the API changes are as good as can be.

@rwaldron rwaldron merged commit 730e30f into tessel:master Jul 6, 2016
@rwaldron rwaldron mentioned this pull request Jul 6, 2016
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