Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement Node.{lookupPrefix, lookupNamespaceURI, isDefaultNamespace} #1826
Comments
|
Hi, I will like to work on it. |
|
@ienzam Great! Let us know if you have any questions. |
|
Two questions
|
|
|
Hi, is there a way to test quickly? My current workflow is:
It is taking a lot of time for building servo. Is there a faster way? |
|
You can run individual content tests, but there's no faster way to rebuild after making changes, unfortunately. |
|
|
|
Hi, |
Tracking issue servo#1826.
Tracking issue servo#1826.
Tracking issue servo#1826.
Tracking issue servo#1826.
Tracking issue servo#1826.
Tracking issue #1826 - implemented one of the three methods. This is follow up of #5402. Rebased and squashed and made the method iterative. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5650) <!-- Reviewable:end -->
Tracking issue servo#1826.
Tracking issue #1826 - implemented one of the three methods. This is follow up of #5402. Rebased and squashed and made the method iterative. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5650) <!-- Reviewable:end -->
Tracking issue #1826 - implemented one of the three methods. This is follow up of #5402. Rebased and squashed and made the method iterative. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5650) <!-- Reviewable:end -->
Tracking issue #1826 - implemented one of the three methods. This is follow up of #5402. Rebased and squashed and made the method iterative. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5650) <!-- Reviewable:end -->
|
Hi,
and
But it is not running any tests (and also not building servo)
What is the new way to build and run tests? |
|
Found it (autocomplete is gone :( )
|
|
@jdm the issue is not fully fixed yet, I only implemented the first method, the other two are still left, working on it. |
|
Oops! |
|
Can you please help me interpret this line (https://dom.spec.whatwg.org/#locate-a-namespace bullet point 2) -
I am interpreting it as
Am I correctly interpreting it? Also cannot find any test for lookupNamespaceURI. |
|
I read
or
|
|
I have a patch and some tests for this, just need to clean them up. |
Spec at http://dom.spec.whatwg.org/#locate-a-namespace-prefix and below.
Probably wait for #1737 to happen first. Blocks #1655.