Skip to content

Add "token serialization types". #89

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

Merged
merged 1 commit into from
Sep 16, 2015
Merged

Conversation

SimonSapin
Copy link
Member

Servo will use this for custom property values which are conceptually sequences of tokens, but are represented in memory as strings. When concatenating such strings, an empty comment /**/ sometimes needs to be inserted so that two tokens are not reparsed as one.

r? @pcwalton

Review on Reviewable

@SimonSapin SimonSapin force-pushed the serialization-separators branch 4 times, most recently from b9458fe to 867e2aa Compare September 9, 2015 21:05
Servo will use this for custom property values which are conceptually
sequences of tokens, but are represented in memory as strings.
When concatenating such strings, an empty comment `/**/` sometimes needs
to be inserted so that two tokens are not reparsed as one.
@SimonSapin SimonSapin force-pushed the serialization-separators branch from 867e2aa to c0d538e Compare September 14, 2015 13:31
@mbrubeck
Copy link
Contributor

Reviewed 4 of 4 files at r1.
Review status: :shipit: all files reviewed at latest revision, all discussions resolved, all commit checks successful.


Comments from the review on Reviewable.io

@mbrubeck
Copy link
Contributor

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit c0d538e has been approved by mbrubeck

@bors-servo
Copy link
Contributor

⌛ Testing commit c0d538e with merge 920c23a...

bors-servo pushed a commit that referenced this pull request Sep 16, 2015
Add "token serialization types".

Servo will use this for custom property values which are conceptually sequences of tokens, but are represented in memory as strings. When concatenating such strings, an empty comment `/**/` sometimes needs to be inserted so that two tokens are not reparsed as one.

r? @pcwalton

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-cssparser/89)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

☀️ Test successful - travis

@bors-servo bors-servo merged commit c0d538e into master Sep 16, 2015
@SimonSapin SimonSapin deleted the serialization-separators branch September 16, 2015 12:54
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.

3 participants