Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Escape the unmatched surrogates with lower-case hexadecimal numbers #35084

Merged
merged 1 commit into from
Aug 2, 2016

Conversation

tbu-
Copy link
Contributor

@tbu- tbu- commented Jul 28, 2016

It's done the same way for the rest of the codepoint escapes.

@rust-highfive
Copy link
Collaborator

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@brson
Copy link
Contributor

brson commented Jul 28, 2016

f? @rust-lang/libs This is a minor breaking change, but similar to other recent Debug cleanups we've had.

@brson brson added the relnotes Marks issues that should be documented in the release notes of the next release. label Jul 28, 2016
@alexcrichton
Copy link
Member

Seems reasonable to me, especially if it brings it in line with other escapes we do

@alexcrichton alexcrichton added the T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. label Jul 28, 2016
@bors
Copy link
Contributor

bors commented Jul 28, 2016

☔ The latest upstream changes (presumably #34485) made this pull request unmergeable. Please resolve the merge conflicts.

It's done the same way for the rest of the codepoint escapes.
@tbu- tbu- force-pushed the pr_lowercase_wtf8_debug branch from 382c13f to bb6c27e Compare July 28, 2016 22:52
@brson
Copy link
Contributor

brson commented Aug 1, 2016

@bors r+

@bors
Copy link
Contributor

bors commented Aug 1, 2016

📌 Commit bb6c27e has been approved by brson

@bors
Copy link
Contributor

bors commented Aug 2, 2016

⌛ Testing commit bb6c27e with merge 97d5be9...

bors added a commit that referenced this pull request Aug 2, 2016
Escape the unmatched surrogates with lower-case hexadecimal numbers

It's done the same way for the rest of the codepoint escapes.
@bors bors merged commit bb6c27e into rust-lang:master Aug 2, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
relnotes Marks issues that should be documented in the release notes of the next release. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants