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

Code style: Use canonical naming and formatting #21282

Merged
merged 2 commits into from Aug 1, 2018
Merged

Conversation

@felixrabe
Copy link
Contributor

felixrabe commented Jul 30, 2018

This change is Reviewable

@highfive
Copy link

highfive commented Jul 30, 2018

Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @mbrubeck (or someone else) soon.

@highfive
Copy link

highfive commented Jul 30, 2018

Heads up! This PR modifies the following files:

@emilio
emilio approved these changes Jul 30, 2018
Copy link
Member

emilio left a comment

Thanks!

warn!("Failed to send allow_navigation() response: {}", e);
EmbedderMsg::AllowNavigation(_url, sender) => {
if let Err(e) = sender.send(true) {
warn!("Failed to send AllowNavigation response: {}", e);
};

This comment has been minimized.

Copy link
@emilio

emilio Jul 30, 2018

Member

nit: While at it you may as well remove this stray semicolon :)

@jdm
Copy link
Member

jdm commented Jul 30, 2018

@bors-servo r=emilio

@bors-servo
Copy link
Contributor

bors-servo commented Jul 30, 2018

📌 Commit be31081 has been approved by emilio

@bors-servo
Copy link
Contributor

bors-servo commented Jul 30, 2018

Testing commit be31081 with merge 4ec640c...

bors-servo added a commit that referenced this pull request Jul 30, 2018
Code style: Use canonical naming and formatting

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21282)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jul 30, 2018

💔 Test failed - mac-rel-wpt2

@jdm
Copy link
Member

jdm commented Jul 30, 2018

@bors-servo retry

  • busted CI
@bors-servo
Copy link
Contributor

bors-servo commented Jul 30, 2018

Testing commit be31081 with merge 8cb0540...

bors-servo added a commit that referenced this pull request Jul 30, 2018
Code style: Use canonical naming and formatting

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21282)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jul 30, 2018

💔 Test failed - linux-rel-wpt

@jdm
Copy link
Member

jdm commented Jul 30, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Jul 30, 2018

Testing commit be31081 with merge 5e521bf...

bors-servo added a commit that referenced this pull request Jul 30, 2018
Code style: Use canonical naming and formatting

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21282)
<!-- Reviewable:end -->
@Manishearth
Copy link
Member

Manishearth commented Jul 31, 2018

going to temporarily close this while I test some things

@felixrabe
Copy link
Contributor Author

felixrabe commented Jul 31, 2018

lol I start to get the feeling that this tiny nitpick of mine is about to bring up some PTSD regarding CI infrastructure 🤭

@Manishearth Manishearth reopened this Jul 31, 2018
@Manishearth
Copy link
Member

Manishearth commented Jul 31, 2018

@bors-servo r=jdm

@bors-servo
Copy link
Contributor

bors-servo commented Jul 31, 2018

💡 This pull request was already approved, no need to approve it again.

  • This pull request is currently being tested. If there's no response from the continuous integration service, you may use retry to trigger a build again.
@bors-servo
Copy link
Contributor

bors-servo commented Jul 31, 2018

📌 Commit be31081 has been approved by jdm

@highfive highfive assigned jdm and unassigned emilio Jul 31, 2018
@bors-servo
Copy link
Contributor

bors-servo commented Jul 31, 2018

Testing commit be31081 with merge a942750...

bors-servo added a commit that referenced this pull request Jul 31, 2018
Code style: Use canonical naming and formatting

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21282)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jul 31, 2018

💔 Test failed - mac-rel-wpt1

@Manishearth
Copy link
Member

Manishearth commented Jul 31, 2018

@bors-servo retry

  • virtualenv disappeared ?
@bors-servo
Copy link
Contributor

bors-servo commented Jul 31, 2018

Testing commit be31081 with merge 78e90d6...

bors-servo added a commit that referenced this pull request Jul 31, 2018
Code style: Use canonical naming and formatting

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21282)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jul 31, 2018

💔 Test failed - mac-rel-wpt2

@KiChjang
Copy link
Member

KiChjang commented Jul 31, 2018

@bors-servo retry infra

@bors-servo
Copy link
Contributor

bors-servo commented Jul 31, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Jul 31, 2018

💔 Test failed - android

@jdm
Copy link
Member

jdm commented Aug 1, 2018

@bors-servo retry

  • cleaned out the build machine
@bors-servo
Copy link
Contributor

bors-servo commented Aug 1, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Aug 1, 2018

@bors-servo bors-servo merged commit be31081 into servo:master Aug 1, 2018
3 of 4 checks passed
3 of 4 checks passed
Taskcluster (pull_request) TaskGroup: failure
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
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.

None yet

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