-
Notifications
You must be signed in to change notification settings - Fork 46
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
Identify when a TR draft exists for a spec only known as editors draft #62
Comments
tidoust
added a commit
to tidoust/browser-specs
that referenced
this issue
Jun 11, 2020
The base URL should either match the release URL if there is one or the nightly URL otherwise. New tests will fail when there are entries in `index.json` for which that is not the case. The first test should also help with identification of situations where a FPWD was published, and is known to Specref but not to us (w3c#62). Note that, as opposed to other tests that only depend on internal code logic, the second test may fail because external sources (Specref in practice) need to be fixed to return the right nightly URL. Fixing the problem at the source may take some time.
tidoust
added a commit
to tidoust/browser-specs
that referenced
this issue
Jun 11, 2020
The base URL should either match the release URL if there is one or the nightly URL otherwise. New tests will fail when there are entries in `index.json` for which that is not the case. The first test should also help with identification of situations where a FPWD was published, and is known to Specref but not to us (w3c#62). Note that, as opposed to other tests that only depend on internal code logic, the second test may fail because external sources (Specref in practice) need to be fixed to return the right nightly URL. Fixing the problem at the source may take some time.
dontcallmedom
added a commit
that referenced
this issue
Jun 18, 2020
tidoust
pushed a commit
that referenced
this issue
Jun 18, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a spec goes to a FPWD, and assuming it was being tracked as an editor draft by browser-specs, we would want to update the entry in the list of specs to point to the TR draft.
Ideally, this would happen when running the crawl on editors draft - we should check if the TR url exists, and file an issue if it does.
The text was updated successfully, but these errors were encountered: