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

Update parser and logging to handle log spy #6671

Merged
merged 4 commits into from Jul 20, 2016

Conversation

jlipps
Copy link
Member

@jlipps jlipps commented Jul 19, 2016

The new appium desktop will import Appium and run it in memory, so we need a way to attach a log spy method.

Some other cleanup as well along the way.

This is the branch that is currently supporting the work in progress at https://github.com/jlipps/appium-desktop (using npm link)

@jlipps
Copy link
Member Author

jlipps commented Jul 19, 2016

weird, my editor must not have caught these. will fix.

@@ -6,7 +6,7 @@ import logger from './logger'; // logger needs to remain first of imports
import _ from 'lodash';
import { server as baseServer } from 'appium-base-driver';
import { asyncify } from 'asyncbox';
import getParser from './parser';
import getParser, { getDefaultArgs } from './parser';
Copy link
Contributor

Choose a reason for hiding this comment

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

This works?

I've always used import { default as getParser, getDefaultArgs } from './parser';

@jlipps
Copy link
Member Author

jlipps commented Jul 19, 2016

@imurchie you're right that was it. it did work, however jshint blows up on it so i changed it.

and welp. somehow i broke my feature. fixing.

@jlipps
Copy link
Member Author

jlipps commented Jul 19, 2016

@imurchie ok everything passes locally and hopefully will on CI this time

@jlipps
Copy link
Member Author

jlipps commented Jul 19, 2016

\o/ looks like Travis passed, looking for a merge whenever you're happy @imurchie

@imurchie
Copy link
Contributor

Looks good to me!

@imurchie imurchie merged commit 068c4e5 into appium:master Jul 20, 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