- From: Espen Hovlandsdal <notifications@github.com>
- Date: Mon, 18 Nov 2024 19:04:30 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1787@github.com>
It looks like the infra spec has changed in a way that broke the `parse JSON from bytes` reference. I noticed this as I was trying to build the spec: ``` ➜ ~/webdev/fetch git:(main) make Error running preprocessor, returned code: 2. LINK ERROR: No 'dfn' refs found for 'parse json from bytes'. &lt;a bs-line-number="7398" data-link-type="dfn" data-lt="parse JSON from bytes">parse JSON from bytes&lt;/a> ✘ Did not generate, due to errors exceeding the allowed error level. make: *** [remote] Error 22 ``` This fixes the build by pointing to the new wording. <!-- This comment and the below content is programmatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://whatpr.org/fetch/1787.html" title="Last updated on Nov 19, 2024, 3:04 AM UTC (954f7e4)">Preview</a> | <a href="https://whatpr.org/fetch/1787/bdb452e...954f7e4.html" title="Last updated on Nov 19, 2024, 3:04 AM UTC (954f7e4)">Diff</a> You can view, comment on, or merge this pull request online at: https://github.com/whatwg/fetch/pull/1787 -- Commit Summary -- * Editorial: make JSON parsing wording match Infra spec -- File Changes -- M fetch.bs (2) -- Patch Links -- https://github.com/whatwg/fetch/pull/1787.patch https://github.com/whatwg/fetch/pull/1787.diff -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1787 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1787@github.com>
Received on Tuesday, 19 November 2024 03:04:34 UTC