-
Notifications
You must be signed in to change notification settings - Fork 32
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
Enable quotes
property
#110
Conversation
Signed-off-by: Xiaocheng Hu <[email protected]>
@xiaochengh Please don't use merge commits. Instead rebase and squash your work into a single commit. |
c1e2827
to
f59f7d2
Compare
Yeah I just noticed that the commits are totally messed up... And it's fixed. |
Yes that's because I force-pushed the main branch during an upgrade, this is the approach that we use to avoid diverging from upstream but it has some downsides like messing with existing PRs. |
This reverts commit 8af5d51.
Bumps Stylo to servo/stylo#110 The actual implementation will happen in servo#34770 Signed-off-by: Oriol Brufau <[email protected]>
Bumps Stylo to servo/stylo#110 The actual implementation will happen in #34770 Signed-off-by: Oriol Brufau <[email protected]>
For servo/servo#34446
Actual behavioral changes are be implemented in servo/servo#34770