[whatwg/fetch] linking errors upon building fetch? (#639)

fyi, I manually built fetch (in an up-to-date-with-origin local clone master branch) using this command:
`curl https://api.csswg.org/bikeshed/ -f -F file=@fetch.bs -F force=1 -F output=err -F md-Text-Macro="SNAPSHOT-LINK LOCAL COPY"`

..and obtained these errors:
```
\033[1;33mLINK ERROR:\033[0m Multiple possible 'record' dfn refs.
Arbitrarily chose https://heycam.github.io/webidl/#idl-record
To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block:
spec:webidl; type:dfn; text:record
spec:html; type:dfn; text:record
<a data-link-type="dfn" data-lt="record">record</a>
\033[1;33mLINK ERROR:\033[0m No 'dfn' refs found for 'urlencoded parser'.
<a data-lt="urlencoded parser" data-link-type="dfn">parsing</a>
\033[1;33mLINK ERROR:\033[0m Multiple possible 'dfn' local refs for 'request'.
Arbitrarily chose the one with type 'dfn' and for ''.
<a data-link-type="dfn" data-lt="request">request</a>
\033[1;96mWARNING:\033[0m RFC2119 keyword in non-normative section (use: might, can, has to, or override with <span class=allow-2119>):  to determine whether requests or responses
should be blocked in a given context.


\033[1;96mWARNING:\033[0m RFC2119 keyword in non-normative section (use: might, can, has to, or override with <span class=allow-2119>):  be
 required to list `
\033[7;32m ✔ \033[0m Successfully generated, with 3 linking errors
```
I _think_ the command I used above is correct, but am not sure. 


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/639

Received on Thursday, 30 November 2017 00:29:10 UTC