WICG / trust-token-api

Trust Token API
https://wicg.github.io/trust-token-api/
Other
419 stars 84 forks source link

Fix bikeshed linking for resolve #212

Closed aykutbulut closed 1 year ago

aykutbulut commented 1 year ago

I get following warnings when I run bikeshed locally. I assumed the resolve we would like to refer is webidl not fileapi.

LINE ~636: Multiple possible 'resolve' dfn refs.
Arbitrarily chose https://w3c.github.io/FileAPI/#blob-url-resolve To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block: 
spec:fileapi; type:dfn; text:resolve
spec:webidl; type:dfn; text:resolve
[=resolve=]
LINE ~659: Multiple possible 'resolve' dfn refs.
Arbitrarily chose https://w3c.github.io/FileAPI/#blob-url-resolve To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block: 
spec:fileapi; type:dfn; text:resolve
spec:webidl; type:dfn; text:resolve
[=resolve=]
LINE ~663: Multiple possible 'resolve' dfn refs.
Arbitrarily chose https://w3c.github.io/FileAPI/#blob-url-resolve To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block: 
spec:fileapi; type:dfn; text:resolve
spec:webidl; type:dfn; text:resolve
[=resolve=]
 ✔  Successfully generated, with 3 linking errors

Preview | Diff

dvorak42 commented 1 year ago

Can you try doing bikeshed update and see if that fixes it.

aykutbulut commented 1 year ago

Warnings are cleared when I ran bikeshed with the patch.

johannhof commented 1 year ago

Yes but resolving it locally with bikeshed update seems preferable :)

aykutbulut commented 1 year ago

I just realized what bikeshed update means. Will do.

aykutbulut commented 1 year ago

Warnings are cleared after "bikeshed update". Closing this.