Added "*" atom. - #115
Conversation
|
@bors-servo r+ Reviewed 1 of 1 files at r1. Comments from the review on Reviewable.io |
|
📌 Commit ca6af9c has been approved by |
Added "*" atom. Added "*" to the list of constant atoms. It's used in getElementsByTagName and getElementsByTagNameNS in https://github.com/asajeffrey/servo/tree/versioned_dom. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/string-cache/115) <!-- Reviewable:end -->
|
☀️ Test successful - travis |
|
Do we need to bump the versions, as in c83d753? |
|
Yes. |
|
Just, bump the version, and when the PR lands we tag and upload to crates.io. I can walk you through that if you'd like to do it once a version bump PR lands. |
|
OK, should I do the version bump? Do I just submit a PR as per usual? |
|
Yep. It uses semver, and since this is backwards compat, just increment the final number by one. |
|
OK. Do I need to also do a PR on servo to bump the version number it uses? |
|
Yes. There may be other packages that also need a version bump, but those will get figured out. The servo one is the important one. |
|
Will do. |
|
Done. #116 |
Version bump. Version bump for #115. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/string-cache/116) <!-- Reviewable:end -->
Added "*" to the list of constant atoms. It's used in getElementsByTagName and getElementsByTagNameNS in https://github.com/asajeffrey/servo/tree/versioned_dom.