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

Add "token serialization types". #89

Merged
merged 1 commit into from Sep 16, 2015
Merged

Add "token serialization types". #89

merged 1 commit into from Sep 16, 2015

Conversation

@SimonSapin
Copy link
Member

SimonSapin commented Sep 9, 2015

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 Sep 9, 2015
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 Sep 14, 2015
@mbrubeck
Copy link
Contributor

mbrubeck commented Sep 16, 2015

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

mbrubeck commented Sep 16, 2015

@bors-servo
Copy link
Contributor

bors-servo commented Sep 16, 2015

📌 Commit c0d538e has been approved by mbrubeck

@bors-servo
Copy link
Contributor

bors-servo commented Sep 16, 2015

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

bors-servo commented Sep 16, 2015

☀️ Test successful - travis

@bors-servo bors-servo merged commit c0d538e into master Sep 16, 2015
2 of 3 checks passed
2 of 3 checks passed
homu Testing commit c0d538e with merge 920c23a...
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
@SimonSapin SimonSapin deleted the serialization-separators branch Sep 16, 2015
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

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