Skip to content
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

Convert simple "See bug" notes to impl_url keys #20608

Merged
merged 1 commit into from
Aug 26, 2023
Merged

Conversation

queengooborg
Copy link
Contributor

This PR converts various "See bug XXXXX" notes into impl_url keys instead, which would allow for better machine readability if needed.

This change was primarily performed by the following regex: "notes": "See <a href='(https://(crbug\.com(/[^/]+)?|bugzil\.la|webkit\.org/b)/(\d+))'>(\w+\s)?bug (\d+)</a>\.?" -> "impl_url": "$1"
Manual changes were then performed as needed.

@github-actions github-actions bot added data:http Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP data:webext Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML labels Aug 26, 2023
@queengooborg queengooborg merged commit 4051273 into main Aug 26, 2023
@queengooborg queengooborg deleted the notes-to-impl_urls branch August 26, 2023 11:54
LeoMcA added a commit to mdn/yari that referenced this pull request Feb 19, 2024
bcd migrated to using the `impl_url` field over the `notes` field in
most cases: mdn/browser-compat-data#20608

this commit attempts to bring back the same functionality as before
fiji-flo pushed a commit to mdn/yari that referenced this pull request Feb 19, 2024
bcd migrated to using the `impl_url` field over the `notes` field in
most cases: mdn/browser-compat-data#20608

this commit attempts to bring back the same functionality as before
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML data:http Compat data for HTTP features. https://developer.mozilla.org/docs/Web/HTTP data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript data:webext Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant