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

Correct the unicode codes used for tree printing #13693

Merged
merged 1 commit into from Oct 11, 2016

Conversation

mrobinson
Copy link
Member

@mrobinson mrobinson commented Oct 11, 2016


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #__ (github issue number if applicable).
  • There are tests for these changes OR
  • These changes do not require tests because the tree printing code is untested and this is just a correction of a build fix.

These were converted from inline UTF-8 to escape sequences, but the
sequences should be in hexadecimal instead of decimal.


This change is Reviewable

These were converted from inline UTF-8 to escape sequences, but the
sequences should be in hexadecimal instead of decimal.
@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Oct 11, 2016
@mrobinson
Copy link
Member Author

For reference this issue was introduced here: b5a04a6

@emilio
Copy link
Member

emilio commented Oct 11, 2016

Looks good to me, I'll trust that the character codes are the correct ones.

@bors-servo: r+

@bors-servo
Copy link
Contributor

📌 Commit b0b7068 has been approved by emilio

@highfive highfive assigned emilio and unassigned SimonSapin Oct 11, 2016
@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Oct 11, 2016
@pcwalton
Copy link
Contributor

pcwalton commented Oct 11, 2016

Nice find, I was wondering why Chinese characters were showing up there :)

I actually went through my Terminal settings thinking that I had accidentally changed my encoding...

@bors-servo
Copy link
Contributor

⌛ Testing commit b0b7068 with merge 717e438...

bors-servo pushed a commit that referenced this pull request Oct 11, 2016
Correct the unicode codes used for tree printing

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because the tree printing code is untested and this is just a correction of a build fix.

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

These were converted from inline UTF-8 to escape sequences, but the
sequences should be in hexadecimal instead of decimal.

<!-- 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/13693)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

@bors-servo bors-servo merged commit b0b7068 into servo:master Oct 11, 2016
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Oct 11, 2016
@mrobinson mrobinson deleted the hexadecimal branch November 16, 2016 12:38
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

6 participants