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

fix: adds grep fallback for win32 #858

Merged
merged 2 commits into from
Jul 25, 2018
Merged

fix: adds grep fallback for win32 #858

merged 2 commits into from
Jul 25, 2018

Conversation

noomorph
Copy link
Collaborator

Last two pull requests have broken Win32 compatibility by piping some of the commands' outputs to grep which is absent by default in the Windows environment.

This pull request makes it possible to switch to findstr command fallback if process.platform === 'win32'.

@noomorph noomorph requested a review from rotemmiz as a code owner July 25, 2018 17:42
describe('search by regexp pipe command', () => {
const regexp = '^Hello\\s ".*"$';

describe('on win32', () => {
Copy link
Member

Choose a reason for hiding this comment

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

These tests seem to test nothing. we already know what pipeUtils.search.regexp.win32 is. There's probably no need to rewrite the same logic in the test.

@noomorph noomorph force-pushed the noomorph/fixes-win32 branch 2 times, most recently from 9a6698f to df68d8b Compare July 25, 2018 19:32
@lock
Copy link

lock bot commented Jul 28, 2018

This thread has been automatically locked to prevent bumping of old threads. Instead, if you believe the issue still reproduces, please open a new issue and provide all the required information.

@lock lock bot locked as resolved and limited conversation to collaborators Jul 28, 2018
@noomorph noomorph deleted the noomorph/fixes-win32 branch July 31, 2018 17:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants