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

Extract "open-editor" utility #5670

Merged
merged 6 commits into from
Mar 24, 2016
Merged

Extract "open-editor" utility #5670

merged 6 commits into from
Mar 24, 2016

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Mar 23, 2016

This PR extracts an "open-editor" utility from the "edit-file-diff" code and adds tests for it.

var Promise = require('../ext/promise');
var spawn = require('child_process').spawn;

var openEditor = function(file) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Typically do function foo() form

Copy link
Member Author

Choose a reason for hiding this comment

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

changed

@stefanpenner
Copy link
Contributor

Looks good

@Turbo87
Copy link
Member Author

Turbo87 commented Mar 24, 2016

@homu r+

@homu
Copy link
Contributor

homu commented Mar 24, 2016

📌 Commit caabaaa has been approved by Turbo87

homu added a commit that referenced this pull request Mar 24, 2016
Extract "open-editor" utility

This PR extracts an "open-editor" utility from the "edit-file-diff" code and adds tests for it.
@homu
Copy link
Contributor

homu commented Mar 24, 2016

⌛ Testing commit caabaaa with merge 0197435...

@homu
Copy link
Contributor

homu commented Mar 24, 2016

💔 Test failed - status

@Turbo87
Copy link
Member Author

Turbo87 commented Mar 24, 2016

@homu retry

homu added a commit that referenced this pull request Mar 24, 2016
Extract "open-editor" utility

This PR extracts an "open-editor" utility from the "edit-file-diff" code and adds tests for it.
@homu
Copy link
Contributor

homu commented Mar 24, 2016

⌛ Testing commit caabaaa with merge 505d682...

@homu
Copy link
Contributor

homu commented Mar 24, 2016

☀️ Test successful - status

@homu homu merged commit caabaaa into ember-cli:master Mar 24, 2016
@Turbo87 Turbo87 deleted the editor branch March 24, 2016 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants