servo / rust-url

URL parser for Rust
https://docs.rs/url/
Apache License 2.0
1.33k stars 331 forks source link

Specification alignment tracking issue #742

Open crowlKats opened 2 years ago

crowlKats commented 2 years ago

updating wpt testdata makes following nonalignment evident:

lucacasonato commented 2 years ago

For some background on what this issue is:

We (the Deno project) use rust-url internally extensively. The crate is currently about 1.5 years out of sync with the spec. We are going to try to get it back up to 100% PASS in the next couple of weeks. The tenative plan of action is as follows:

  1. Update the WPT testdata file in this repo with all of the new tests that still pass (#743).
  2. Figure out which tests are blocked by which spec changes (we'll add that analysis to this issue).
  3. Implement the relevant spec changes and add the corresponding tests. In some cases this may be as simple as updating the WPT test runner.