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

Provide feedback when OpenXR can't start #26312

Merged
merged 3 commits into from Apr 25, 2020
Merged

Provide feedback when OpenXR can't start #26312

merged 3 commits into from Apr 25, 2020

Conversation

@jdm
Copy link
Member

jdm commented Apr 24, 2020

  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #26213
  • These changes do not require tests because it's testing an edge case in an environment we can't test on CI
@highfive
Copy link

highfive commented Apr 24, 2020

Heads up! This PR modifies the following files:

@jdm
Copy link
Member Author

jdm commented Apr 24, 2020

Depends on servo/webxr#164.

@highfive
Copy link

highfive commented Apr 24, 2020

warning Warning warning

  • These commits modify script code, but no tests are modified. Please consider adding a test!
@jdm
Copy link
Member Author

jdm commented Apr 24, 2020

@highfive highfive assigned Manishearth and unassigned nox Apr 24, 2020
Copy link
Member

Manishearth left a comment

r=me either way

Box::new(ContextMenuCallback(embedder_proxy)),
);
registry.register(discovery);
if openxr::create_instance().is_ok() {

This comment has been minimized.

@Manishearth

Manishearth Apr 24, 2020

Member

Hmm, this would be nicer if we had the prompt when you attempt to enter immersive mode, IMO. Might need another error variant

This comment has been minimized.

@jdm

jdm Apr 24, 2020

Author Member

I'll file a followup for that, since it requires a bunch more plumbing.

@jdm jdm force-pushed the jdm:webxr-debug branch from 8e6fba3 to a5970ab Apr 24, 2020
@jdm jdm marked this pull request as ready for review Apr 24, 2020
@jdm
Copy link
Member Author

jdm commented Apr 24, 2020

@bors-servo r=Manishearth

@bors-servo
Copy link
Contributor

bors-servo commented Apr 24, 2020

📌 Commit a5970ab has been approved by Manishearth

bors-servo added a commit that referenced this pull request Apr 24, 2020
Provide feedback when OpenXR can't start

- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #26213
- [x] These changes do not require tests because it's testing an edge case in an environment we can't test on CI
@bors-servo
Copy link
Contributor

bors-servo commented Apr 24, 2020

Testing commit a5970ab with merge 6c6d5e5...

@bors-servo
Copy link
Contributor

bors-servo commented Apr 24, 2020

💔 Test failed - status-taskcluster

@jdm
Copy link
Member Author

jdm commented Apr 24, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Apr 24, 2020

Testing commit a5970ab with merge 91cbfbb...

bors-servo added a commit that referenced this pull request Apr 24, 2020
Provide feedback when OpenXR can't start

- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #26213
- [x] These changes do not require tests because it's testing an edge case in an environment we can't test on CI
@bors-servo
Copy link
Contributor

bors-servo commented Apr 24, 2020

💔 Test failed - status-taskcluster

@jdm
Copy link
Member Author

jdm commented Apr 25, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Apr 25, 2020

Testing commit a5970ab with merge 8c73fb9...

@bors-servo
Copy link
Contributor

bors-servo commented Apr 25, 2020

☀️ Test successful - status-taskcluster
Approved by: Manishearth
Pushing 8c73fb9 to master...

@bors-servo bors-servo merged commit 8c73fb9 into servo:master Apr 25, 2020
2 checks passed
2 checks passed
Community-TC (pull_request) TaskGroup: success
Details
homu Test successful
Details
@bors-servo bors-servo mentioned this pull request Apr 25, 2020
3 of 5 tasks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

5 participants
You can’t perform that action at this time.