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

core: remove disableDeviceEmulation flag #8289

Merged
merged 4 commits into from
Apr 17, 2019

Conversation

wardpeet
Copy link
Collaborator

@wardpeet wardpeet commented Apr 15, 2019

Summary
Remove disableDeviceEmulation flag and fore people on emulatedFormFactor

Related Issues/PRs
closes #7044

@wardpeet wardpeet changed the title chore: remove disableDeviceEmulation flag core: remove disableDeviceEmulation flag Apr 15, 2019
Copy link
Collaborator

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

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

Thanks @wardpeet! I think we have a few more stragglers around :)

image

@wardpeet
Copy link
Collaborator Author

🤦‍♂️ sorry, I fixed it. I was so focused on the javascript flag and not considering the cli flag.

Copy link
Collaborator

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

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

LGTM! :)

a bummer we didn't have a chance to do any deprecation warning period though :/

@wardpeet
Copy link
Collaborator Author

wardpeet commented Apr 16, 2019

I could add the deprecation and move this one to version 6? As I don't think it's worth it. It's a major bump but it's always nice to tell people what's going away.

@patrickhulce
Copy link
Collaborator

@wardpeet oh yeah I was thinking if anything we cherry-pick a deprecation notice onto 4.3 for a final patch release or something, agreed not worth bumping to v6 👍

@paulirish paulirish mentioned this pull request Apr 16, 2019
67 tasks
@wardpeet
Copy link
Collaborator Author

oh yeah let me create a small PR for it.

@@ -123,7 +122,7 @@ function getFlags(manualArgv) {

// boolean values
.boolean([
'disable-storage-reset', 'disable-device-emulation', 'save-assets', 'list-all-audits',
Copy link
Member

Choose a reason for hiding this comment

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

nbd, just the flag :)

@brendankenny brendankenny merged commit f33d559 into master Apr 17, 2019
@brendankenny brendankenny deleted the chore/remove-disableDeviceEmulation branch April 17, 2019 23:27
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.

Remove disableDeviceEmulation flag before v5
3 participants