Re: [whatwg/streams] Fix tee() incorrectly closing before enqueuing to the second branch (#1172)

I'm getting a ton of link errors when building the spec text locally:
```
$ make local
bikeshed spec index.bs index.html --md-Text-Macro="COMMIT-SHA LOCAL COPY"
LINE ~350: No 'dfn' refs found for 'platform objects' that are marked for export.
LINK ERROR: No 'idl' refs found for 'unrestricted double'.
{{unrestricted double}}
LINK ERROR: No 'interface' refs found for 'object'.
<a data-link-type="interface" data-lt="object">object</a>
LINK ERROR: No 'interface' refs found for 'boolean'.
<a data-link-type="interface" data-lt="boolean">boolean</a>
LINK ERROR: No 'interface' refs found for 'Promise' with spec 'webidl'.
<a data-link-spec="webidl" data-link-type="interface" data-lt="Promise">Promise</a>
LINK ERROR: No 'interface' refs found for 'undefined'.
<a data-link-type="interface" data-lt="undefined">undefined</a>
...
LINE ~6947: No 'dfn' refs found for 'this' that are marked for export.
LINE ~6950: No 'dfn' refs found for 'this' that are marked for export.
LINE ~6955: No 'dfn' refs found for 'new'.
LINK ERROR: No 'dfn' refs found for 'constructor operation' that are marked for export.
[=constructor operation=]
 ✔  Successfully generated, with 439 linking errors
```
The [PR build](https://github.com/whatwg/streams/pull/1172/checks?check_run_id=3843446053) (`make deploy`) seems to run into the same problem. 😕 

-- 
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/streams/pull/1172#issuecomment-939151859

Received on Friday, 8 October 2021 22:39:03 UTC